From a223464de927db00cf9e2a3acecb0e8b573ff6d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 28 Dec 2017 10:08:25 +0100 Subject: Use the automatic debug symbol packages --- debian/rules | 3 --- 1 file changed, 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e4abef4..db67153 100755 --- a/debian/rules +++ b/debian/rules @@ -16,9 +16,6 @@ override_dh_auto_clean: rm -f xsane.spec include/config.h rm -f po/*.gmo -override_dh_strip: - dh_strip -pxsane --dbg-package=xsane-dbg - override_dh_auto_install: dh_auto_install -- cgit v1.2.3 From e0699dc7ead3d6560364402598a316076f020fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 28 Dec 2017 11:19:03 +0100 Subject: Drop dh-autoreconf from build-depends and dh --with arguments --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index db67153..9e63675 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --enable-gimp -- cgit v1.2.3