diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-28 10:08:25 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-28 10:08:25 +0100 |
commit | a223464de927db00cf9e2a3acecb0e8b573ff6d5 (patch) | |
tree | 93ec970f2d3e74616e0697906dc5237e592217df | |
parent | 1ba8cdf7b07afa0fa2e0fe5200a8fce6887e7682 (diff) |
Use the automatic debug symbol packages
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 26 | ||||
-rwxr-xr-x | 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 <rrt@sc3d.org>. + in output (Closes: #864486). Thanks to Reuben Thomas <rrt@sc3d.org>. + * 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 <debian@jff.email> 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 |