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

Bug#988453: buster-pu: package rust-rustyline/3.0.0-2



On 11/06/2021 09:15, Adam D. Barratt wrote:
It looks like that's #932172, which was fixed in dh-cargo 19; buster
currently has 17. It would be worth considering a backport of the fix
to dh-cargo, to avoid such issues in other packages.

Agreed, I'll raise the issue in that bug report and if noone objects
i'll prepare an upload.

In this specific case, yes, please prepare another upload resolving the
issue, bearing in mind that the window for getting the fixed fix into
10.10 closes during this weekend. If you're confident that the fix will
be accepted, please feel free to upload it at the same time as
attaching a debdiff to this bug log.

Done.
diff -Nru rust-rustyline-3.0.0/debian/changelog rust-rustyline-3.0.0/debian/changelog
--- rust-rustyline-3.0.0/debian/changelog	2021-05-04 09:27:11.000000000 +0000
+++ rust-rustyline-3.0.0/debian/changelog	2021-06-11 14:49:59.000000000 +0000
@@ -1,3 +1,12 @@
+rust-rustyline (3.0.0-2+deb10u2) buster; urgency=medium
+
+  * Team upload.
+  * Reset timestamp on .cargo-vcs-info.json to avoid
+    1970 timestamp which triggers a ftpmaster autoreject.
+    (Closes: 989636)
+
+ -- Peter Michael Green <plugwash@debian.org>  Fri, 11 Jun 2021 14:49:59 +0000
+
 rust-rustyline (3.0.0-2+deb10u1) buster; urgency=medium
 
   * Team upload.
diff -Nru rust-rustyline-3.0.0/debian/rules rust-rustyline-3.0.0/debian/rules
--- rust-rustyline-3.0.0/debian/rules	2019-02-03 20:19:06.000000000 +0000
+++ rust-rustyline-3.0.0/debian/rules	2021-06-11 14:49:59.000000000 +0000
@@ -1,3 +1,8 @@
 #!/usr/bin/make -f
 %:
 	dh $@ --buildsystem cargo
+
+override_dh_testdir:
+	dh_testdir
+	#avoid 1970 timestamp in package
+	touch .cargo_vcs_info.json

Reply to: