[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1001749: rust-cbindgen 0.20.0-1~deb10u1 flagged for acceptance



Hi,

As discussed on irc, I have just uploaded a new revision fixing a problem with some file timestamps that caused an autoreject on the binary packages. It was caused by the new version using some debhelper features not supported on buster.

Debdiff attached.

Cheers,
Emilio
diff -Nru rust-cbindgen-0.20.0/debian/changelog rust-cbindgen-0.20.0/debian/changelog
--- rust-cbindgen-0.20.0/debian/changelog	2021-12-15 10:16:03.000000000 +0100
+++ rust-cbindgen-0.20.0/debian/changelog	2021-12-21 13:04:55.000000000 +0100
@@ -1,3 +1,12 @@
+rust-cbindgen (0.20.0-1~deb10u2) buster; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix file timestamps from orig tarball by using a supported debhelper
+    target in buster (execute_after_dh_* is not supported in dh 12.1).
+  * debian/copyright: rename license paragraph to please lintian.
+
+ -- Emilio Pozuelo Monfort <pochu@debian.org>  Tue, 21 Dec 2021 13:04:55 +0100
+
 rust-cbindgen (0.20.0-1~deb10u1) buster; urgency=medium
 
   * Non-maintainer upload.
diff -Nru rust-cbindgen-0.20.0/debian/copyright rust-cbindgen-0.20.0/debian/copyright
--- rust-cbindgen-0.20.0/debian/copyright	2021-12-15 10:02:31.000000000 +0100
+++ rust-cbindgen-0.20.0/debian/copyright	2021-12-21 13:04:55.000000000 +0100
@@ -26,7 +26,7 @@
 License: MPL-2.0
  Debian systems provide the MPL 2.0 in /usr/share/common-licenses/MPL-2.0
 
-License: Apache
+License: Apache-2.0
  Debian systems provide the Apache 2.0 license in
  /usr/share/common-licenses/Apache-2.0
 
diff -Nru rust-cbindgen-0.20.0/debian/rules rust-cbindgen-0.20.0/debian/rules
--- rust-cbindgen-0.20.0/debian/rules	2021-12-03 13:13:43.000000000 +0100
+++ rust-cbindgen-0.20.0/debian/rules	2021-12-21 13:03:30.000000000 +0100
@@ -17,5 +17,6 @@
 	help2man debian/cbindgen/usr/bin/cbindgen > debian/cbindgen.1
 	dh_installman -O--buildsystem=cargo
 
-execute_after_dh_testdir:
+override_dh_testdir:
+	dh_testdir
 	find . ! -newermt "jan 01, 2000" -exec touch {} +

Reply to: