From f01f0b789572f14aeac902827c55a7d5e8dcd992 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Dec 2008 21:01:00 +0100 Subject: Import Debian changes 1.3-3 9mount (1.3-3) unstable; urgency=low * Replacing obsolete dh_clean -k with dh_prep. * Prefixing debhelper files with package name. --- debian/9mount.links | 2 ++ debian/9mount.lintian-overrides | 3 +++ debian/changelog | 7 +++++++ debian/links | 2 -- debian/lintian-overrides | 3 --- debian/rules | 2 +- 6 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 debian/9mount.links create mode 100644 debian/9mount.lintian-overrides delete mode 100644 debian/links delete mode 100644 debian/lintian-overrides (limited to 'debian') diff --git a/debian/9mount.links b/debian/9mount.links new file mode 100644 index 0000000..8221869 --- /dev/null +++ b/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 diff --git a/debian/9mount.lintian-overrides b/debian/9mount.lintian-overrides new file mode 100644 index 0000000..46a6ce4 --- /dev/null +++ b/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 diff --git a/debian/changelog b/debian/changelog index 26b5224..3b68911 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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. diff --git a/debian/links b/debian/links deleted file mode 100644 index 8221869..0000000 --- a/debian/links +++ /dev/null @@ -1,2 +0,0 @@ -/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 diff --git a/debian/lintian-overrides b/debian/lintian-overrides deleted file mode 100644 index 46a6ce4..0000000 --- a/debian/lintian-overrides +++ /dev/null @@ -1,3 +0,0 @@ -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 diff --git a/debian/rules b/debian/rules index 7345e79..834f615 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ build-stamp: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) prefix=$(CURDIR)/debian/9mount/usr install -- cgit v1.2.3