Control: tags 965728 + patch
Control: tags 965728 + pending
Control: tags 999269 + patch
Control: tags 999269 + pending
Dear maintainer,
I've prepared an NMU for mhddfs (versioned as 0.1.39+nmu2) and uploaded
it to DELAYED/7. Please feel free to tell me if I should cancel it.
cu
Adrian
diff -Nru mhddfs-0.1.39+nmu1/debian/changelog mhddfs-0.1.39+nmu2/debian/changelog
--- mhddfs-0.1.39+nmu1/debian/changelog 2013-05-12 16:35:11.000000000 +0300
+++ mhddfs-0.1.39+nmu2/debian/changelog 2021-12-27 20:53:48.000000000 +0200
@@ -1,3 +1,11 @@
+mhddfs (0.1.39+nmu2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/compat: 5 -> 7. (Closes: #965728)
+ * debian/rules: Add build-{arch,indep}. (Closes: #999269)
+
+ -- Adrian Bunk <[email protected]> Mon, 27 Dec 2021 20:53:48 +0200
+
mhddfs (0.1.39+nmu1) unstable; urgency=low
* Non-maintainer upload.
diff -Nru mhddfs-0.1.39+nmu1/debian/compat mhddfs-0.1.39+nmu2/debian/compat
--- mhddfs-0.1.39+nmu1/debian/compat 2013-05-12 16:33:06.000000000 +0300
+++ mhddfs-0.1.39+nmu2/debian/compat 2021-12-27 20:53:48.000000000 +0200
@@ -1 +1 @@
-5
+7
diff -Nru mhddfs-0.1.39+nmu1/debian/rules mhddfs-0.1.39+nmu2/debian/rules
--- mhddfs-0.1.39+nmu1/debian/rules 2013-05-12 16:33:06.000000000 +0300
+++ mhddfs-0.1.39+nmu2/debian/rules 2021-12-27 20:53:48.000000000 +0200
@@ -48,5 +48,7 @@
dh_md5sums
dh_builddeb
+build-arch: build
+build-indep: build
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure