summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-09-20 22:25:00 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-09-05 10:33:52 +0200
commitba093d049a14f22f40bcec1e1d13d708354e6dd1 (patch)
tree5ebe95284a8a0ba4af797a0a25f594acdcb798fe
parent3439b2cb43e37179c7a6fdce7686bb7e6af6f214 (diff)
Import Debian changes 1.3-2
9mount (1.3-2) unstable; urgency=low * Updating vcs fields in control file. * Adding debug package.
-rw-r--r--debian/changelog7
-rw-r--r--debian/control15
-rwxr-xr-xdebian/rules2
3 files changed, 21 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 709a381..26b5224 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+9mount (1.3-2) unstable; urgency=low
+
+ * Updating vcs fields in control file.
+ * Adding debug package.
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 20 Sep 2008 22:25:00 +0200
+
9mount (1.3-1) unstable; urgency=low
* Initial release.
diff --git a/debian/control b/debian/control
index 0beca97..42cf92d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.8.0
Homepage: http://sqweek.dnsdojo.org/code/9mount/
-Vcs-Browser: http://git.debian.net/?p=9mount.git
-Vcs-Git: git://git.debian.net/git/9mount.git
+Vcs-Browser: http://git.debian.net/?p=debian/9mount.git
+Vcs-Git: git://git.debian.net/git/debian/9mount.git
Package: 9mount
Architecture: any
@@ -18,3 +18,14 @@ 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: devel
+Priority: extra
+Architecture: any
+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 855687f..7345e79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ binary-arch: build install
dh_installdocs
dh_lintian
dh_link
- dh_strip
+ dh_strip --dbg-package=9mount-dbg
dh_compress
dh_fixperms -Xusr/bin/9bind -Xusr/bin/9mount -Xusr/bin/9umount
dh_installdeb