summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-09-08 16:31:31 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-09-08 16:31:31 +0200
commit3a58ef095a8ebfcdd64b2f477ebb4365504d46d7 (patch)
tree01c38985800864fa040e4ce786e5489470274bc2
parent9a1e75ec1feb43bd0c6564fadb46724d9a2f860a (diff)
Remove obsolete package sane-dbg
-rw-r--r--debian/changelog5
-rw-r--r--debian/control27
-rwxr-xr-xdebian/rules3
-rw-r--r--debian/sane.dirs1
-rw-r--r--debian/sane.install2
5 files changed, 5 insertions, 33 deletions
diff --git a/debian/changelog b/debian/changelog
index af1653f..010fb77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ sane-frontends (1.0.14-13) UNRELEASED; urgency=medium
* debian/control:
- Change Vcs-* to point to the new repository.
- Remove trailing whitespaces.
+ * debian/sane.dirs:
+ - Remove usr/share/sane.
+ * debian/sane.install:
+ - Remove usr/share/sane/* and usr/bin/*.
* Change to my new email address.
* Migrate to debhelper 11:
- Change debian/compat to 11.
@@ -14,6 +18,7 @@ sane-frontends (1.0.14-13) UNRELEASED; urgency=medium
- Remove Build-Depend autotools.dev in debian/control.
- Remove --with autotools-dev from debian/rules.
* Declare compliance with Debian Policy 4.2.1 (No changes needed).
+ * Remove obsolete package sane-dbg.
-- Jörg Frings-Fürst <debian@jff.email> Sat, 08 Sep 2018 15:03:19 +0200
diff --git a/debian/control b/debian/control
index 86b66d2..5ea643d 100644
--- a/debian/control
+++ b/debian/control
@@ -35,30 +35,3 @@ Description: scanner graphical frontends
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).
-
-Package: sane-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends:
- ${misc:Depends},
- sane (= ${binary:Version})
-Description: scanner graphical frontends (debug symbols)
- This package includes :
- o xscanimage, a scanner graphical frontend with GIMP 2.0 support
- o scanadf, a command-line frontend for scanners with Automatic Document Feeder
- o xcam, for acquiring images continuously from cameras.
- .
- An alternative to xscanimage called xsane is packaged separately.
- .
- The scanner frontends use SANE. 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 the debugging symbols for the SANE frontends.
diff --git a/debian/rules b/debian/rules
index 63a03ce..e3a8c6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,3 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
-
-override_dh_strip:
- dh_strip --dbg-package=sane-dbg
diff --git a/debian/sane.dirs b/debian/sane.dirs
index 48002d8..a356f1d 100644
--- a/debian/sane.dirs
+++ b/debian/sane.dirs
@@ -1,2 +1 @@
usr/lib/gimp/2.0/plug-ins
-usr/share/sane
diff --git a/debian/sane.install b/debian/sane.install
index d90bab2..d40d673 100644
--- a/debian/sane.install
+++ b/debian/sane.install
@@ -1,3 +1 @@
debian/xscanimage-icon-32x32-2.xpm usr/share/sane
-usr/share/sane/*
-usr/bin/*