From 71a11138dc5675398aa4df24802f9e100958d088 Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Mon, 11 Nov 2013 11:21:57 +0100 Subject: Import Debian changes 1.3-8 9mount (1.3-8) unstable; urgency=low * Reintroduce the package with a new maintainer. * Update to Debhelper 9. * Use 3.0 (quilt) format. --- debian/changelog | 8 ++++++++ debian/compat | 2 +- debian/control | 6 +++--- debian/rules | 6 +++++- debian/source/format | 1 + 5 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 debian/source/format (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 888ca03..9eccc67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +9mount (1.3-8) unstable; urgency=low + + * Reintroduce the package with a new maintainer. + * Update to Debhelper 9. + * Use 3.0 (quilt) format. + + -- Andrew Shadura Mon, 11 Nov 2013 11:21:57 +0100 + 9mount (1.3-7) unstable; urgency=low * Removing vcs fields. diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 56d5593..faab38b 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: 9mount Section: admin Priority: optional -Maintainer: Debian QA Group -Build-Depends: debhelper (>= 7) -Standards-Version: 3.8.3 +Maintainer: Andrew Shadura +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.4 Homepage: http://sqweek.dnsdojo.org/code/9mount/ Package: 9mount diff --git a/debian/rules b/debian/rules index 49a7484..f388a0b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,9 @@ #!/usr/bin/make -f %: - dh ${@} + dh $@ + +override_dh_auto_test: override_dh_auto_install: $(MAKE) prefix=$(CURDIR)/debian/9mount/usr install @@ -13,3 +15,5 @@ override_dh_fixperms: override_dh_strip: dh_strip --dbg-package=9mount-dbg + +.PHONY: override_dh_auto_test override_dh_auto_install override_dh_fixperms override_dh_strip diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.3