From f673a21ff6d8c359deccd94421fef952d4778733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 22 Jan 2015 20:35:25 +0100 Subject: Add new package xsane-dbg --- debian/changelog | 11 +++++++++++ debian/control | 48 +++++++++++++++++++++++++++++++++++++++++------- debian/rules | 3 +++ 3 files changed, 55 insertions(+), 7 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5f9092f..69e219f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +xsane (0.999-2) unstable; urgency=medium + + * Add new package xsane-dbg (Closes: #690359). + * debian/control: + - New package xsane-dbg. + - Reformat Depends. + * debian/rules: + - Add override_dh_strip for xsane-dbg. + + -- Jörg Frings-Fürst Tue, 16 Dec 2014 23:03:17 +0100 + xsane (0.999-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 0effc91..f3f3c6f 100644 --- a/debian/control +++ b/debian/control @@ -21,9 +21,18 @@ Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/xsane.git Package: xsane Architecture: any -Depends: xsane-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} -Recommends: iceweasel | www-browser, cups-client -Suggests: gimp, hylafax-client | mgetty-fax, gv, gocr +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + xsane-common (= ${source:Version}) +Recommends: + cups-client, + iceweasel | firefox | www-browser +Suggests: + gimp, + gocr, + gv, + hylafax-client | mgetty-fax Description: featureful graphical frontend for SANE (Scanner Access Now Easy) 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 @@ -40,16 +49,41 @@ 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 +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 Depends: ${misc:Depends} Replaces: xsane Recommends: xsane Description: xsane architecture independent 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. + 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. . This package contains architecture-independent files needed by xsane (locales, help). diff --git a/debian/rules b/debian/rules index 9b9327c..a3b49f1 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,9 @@ 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