summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2013-11-11 11:21:57 +0100
committerAndrej Shadura <andrewsh@debian.org>2018-09-05 10:33:54 +0200
commit71a11138dc5675398aa4df24802f9e100958d088 (patch)
tree863d481762c21b0a4fa54e9ff4559cac1e9f25d5
parentc0a73476a583f7154dcf2fe6a45e196ccad05364 (diff)
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.
-rw-r--r--debian/changelog8
-rw-r--r--debian/compat2
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules6
-rw-r--r--debian/source/format1
5 files changed, 18 insertions, 5 deletions
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 <andrewsh@debian.org> 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 <packages@qa.debian.org>
-Build-Depends: debhelper (>= 7)
-Standards-Version: 3.8.3
+Maintainer: Andrew Shadura <andrewsh@debian.org>
+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)