--- 9mount-1.3.orig/debian/rules +++ 9mount-1.3/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +%: + dh ${@} + +override_dh_auto_install: + $(MAKE) prefix=$(CURDIR)/debian/9mount/usr install + + chown root:root debian/9mount/usr/bin/* + +override_dh_fixperms: + dh_fixperms -Xusr/bin/9bind -Xusr/bin/9mount -Xusr/bin/9umount + +override_dh_strip: + dh_strip --dbg-package=9mount-dbg --- 9mount-1.3.orig/debian/compat +++ 9mount-1.3/debian/compat @@ -0,0 +1 @@ +7 --- 9mount-1.3.orig/debian/9mount.lintian-overrides +++ 9mount-1.3/debian/9mount.lintian-overrides @@ -0,0 +1,3 @@ +9mount: setuid-binary usr/bin/9bind 4755 root/root +9mount: setuid-binary usr/bin/9mount 4755 root/root +9mount: setuid-binary usr/bin/9umount 4755 root/root --- 9mount-1.3.orig/debian/9mount.links +++ 9mount-1.3/debian/9mount.links @@ -0,0 +1,2 @@ +/usr/share/man/man1/9mount.1.gz /usr/share/man/man1/9bind.1.gz +/usr/share/man/man1/9mount.1.gz /usr/share/man/man1/9umount.1.gz --- 9mount-1.3.orig/debian/control +++ 9mount-1.3/debian/control @@ -0,0 +1,31 @@ +Source: 9mount +Section: admin +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.2 +Homepage: http://sqweek.dnsdojo.org/code/9mount/ +Vcs-Browser: http://git.debian.net/?p=debian/9mount.git +Vcs-Git: git://git.debian.net/git/debian/9mount.git + +Package: 9mount +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: plan9 filesystem (v9fs) user mount utilities + 9mount is a set of SUID mounting tools for use with v9fs to help cope with + linux's poor mount support. + . + 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. --- 9mount-1.3.orig/debian/changelog +++ 9mount-1.3/debian/changelog @@ -0,0 +1,37 @@ +9mount (1.3-5) unstable; urgency=low + + * Minimalizing rules file. + * Sorting depends. + * Adding misc depends. + + -- Daniel Baumann Wed, 05 Aug 2009 10:26:02 +0200 + +9mount (1.3-4) unstable; urgency=low + + * Updating section of the debug package. + * Tidy rules file. + * Updating package to standards version 3.8.2. + * Updating year in copyright file. + * Using correct rfc-2822 date formats in changelog. + + -- Daniel Baumann Thu, 16 Jul 2009 23:34:26 +0200 + +9mount (1.3-3) unstable; urgency=low + + * Replacing obsolete dh_clean -k with dh_prep. + * Prefixing debhelper files with package name. + + -- Daniel Baumann Wed, 17 Dec 2008 21:01:00 +0100 + +9mount (1.3-2) unstable; urgency=low + + * Updating vcs fields in control file. + * Adding debug package. + + -- Daniel Baumann Sat, 20 Sep 2008 22:25:00 +0200 + +9mount (1.3-1) unstable; urgency=low + + * Initial release. + + -- Daniel Baumann Sun, 03 Aug 2008 16:10:00 +0200 --- 9mount-1.3.orig/debian/copyright +++ 9mount-1.3/debian/copyright @@ -0,0 +1,32 @@ +Author: sqweek +Download: http://sqweek.dnsdojo.org/code/9mount/ + +Files: * +Copyright: (C) 2008 sqweek +License: ISC + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +Files: debian/* +Copyright: (C) 2008-2009 Daniel Baumann +License: ISC + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.