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/changelog | 5 ++++- debian/control | 26 -------------------------- debian/rules | 3 --- 3 files changed, 4 insertions(+), 30 deletions(-) diff --git a/debian/changelog b/debian/changelog index 25b4d00..998ce44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,7 +11,10 @@ xsane (0.999-6) UNRELEASED; urgency=medium - debian/control, - debian/copyright * New patches/0175-icm_profile_field.patch to fix bogus icm_profile field - in output. Thanks to Reuben Thomas . + in output (Closes: #864486). Thanks to Reuben Thomas . + * Use the automatic debug symbol packages: + - Remove simple-scan-dbg section from debian/control. + - Remove override_dh_strip from debian/rules. -- Jörg Frings-Fürst Fri, 19 May 2017 18:24:37 +0200 diff --git a/debian/control b/debian/control index 7928416..ec287f2 100644 --- a/debian/control +++ b/debian/control @@ -50,32 +50,6 @@ Description: featureful graphical frontend for SANE (Scanner Access Now Easy) under the GNU General Public License (commercial applications and backends are welcome, too, however). -Package: xsane-dbg -Architecture: any -Multi-Arch: same -Section: debug -Priority: extra -Depends: - ${misc:Depends}, - xsane (= ${binary:Version}) -Description: featureful graphical frontend for SANE (Debug files) - xsane can be run as a stand-alone program or through the GIMP image - manipulation program. In stand-alone mode, xsane can save an image - to a file in a variety of image formats, serve as a frontend to a - fax program, or send an image to a printer. - . - SANE stands for "Scanner Access Now Easy" and is an application - programming interface (API) that provides standardized access to any - raster image scanner hardware (flatbed scanner, hand-held scanner, - video- and still-cameras, frame-grabbers, etc.). The SANE standard is - free and its discussion and development are open to everybody. The - current source code is written to support several operating systems, - including GNU/Linux, OS/2, Win32 and various Unices and is available - under the GNU General Public License (commercial applications and - backends are welcome, too, however). - . - This package contains debug files needed by xsane. - Package: xsane-common Architecture: all Multi-Arch: foreign 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