--- 9mount-1.3.orig/debian/rules +++ 9mount-1.3/debian/rules @@ -0,0 +1,50 @@ +#!/usr/bin/make -f + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + $(MAKE) clean + + dh_clean + +build: build-stamp +build-stamp: + dh_testdir + + $(MAKE) + + touch build-stamp + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) prefix=$(CURDIR)/debian/9mount/usr install + + chown root:root debian/9mount/usr/bin/* + +binary: binary-arch + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_lintian + dh_link + dh_strip --dbg-package=9mount-dbg + dh_compress + dh_fixperms -Xusr/bin/9bind -Xusr/bin/9mount -Xusr/bin/9umount + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-indep: + +.PHONY: clean build install binary binary-arch binary-indep --- 9mount-1.3.orig/debian/lintian-overrides +++ 9mount-1.3/debian/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/links +++ 9mount-1.3/debian/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.0 +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: ${shlibs:Depends}, ${misc: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: 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. --- 9mount-1.3.orig/debian/changelog +++ 9mount-1.3/debian/changelog @@ -0,0 +1,12 @@ +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, 3 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 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. --- 9mount-1.3.orig/debian/compat +++ 9mount-1.3/debian/compat @@ -0,0 +1 @@ +7