summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control11
-rwxr-xr-xdebian/rules5
3 files changed, 7 insertions, 15 deletions
diff --git a/debian/changelog b/debian/changelog
index 9eccc67..b419376 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+9mount (1.3-9) unstable; urgency=low
+
+ * Drop nearly useless debug package.
+
+ -- Andrew Shadura <andrewsh@debian.org> Tue, 12 Nov 2013 12:30:04 +0100
+
9mount (1.3-8) unstable; urgency=low
* Reintroduce the package with a new maintainer.
diff --git a/debian/control b/debian/control
index faab38b..85fb64f 100644
--- a/debian/control
+++ b/debian/control
@@ -16,14 +16,3 @@ Description: plan9 filesystem (v9fs) user mount utilities
The tools offer a level of security - 9mount will only let you mount over
non-sticky directories you have write access to, and 9umount will only let you
unmount 9p partitions that you mounted yourself.
-
-Package: 9mount-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ${misc:Depends}, 9mount (= ${binary:Version})
-Description: plan9 filesystem (v9fs) user mount utilities (debug)
- 9mount is a set of SUID mounting tools for use with v9fs to help cope with
- linux's poor mount support.
- .
- This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index f388a0b..f85d829 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,4 @@ override_dh_auto_install:
override_dh_fixperms:
dh_fixperms -Xusr/bin/9bind -Xusr/bin/9mount -Xusr/bin/9umount
-override_dh_strip:
- dh_strip --dbg-package=9mount-dbg
-
-.PHONY: override_dh_auto_test override_dh_auto_install override_dh_fixperms override_dh_strip
+.PHONY: override_dh_auto_test override_dh_auto_install override_dh_fixperms