]> git.proxmox.com Git - debcargo-conf.git/commitdiff
globset: workaround the old dates
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 21 Aug 2021 14:16:24 +0000 (16:16 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 21 Aug 2021 17:30:15 +0000 (19:30 +0200)
Fix files from the past (Closes: #992633, #992634)

src/globset/debian/changelog
src/globset/debian/rules [new file with mode: 0644]
src/globset/debian/rules.debcargo.hint [new file with mode: 0755]

index 3b4bc040dba0250df5dc00dff541f15b5d27e427..700e9f4ffdc233dcb51c803c90986e1dd6369e48 100644 (file)
@@ -1,3 +1,10 @@
+rust-globset (0.4.8-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package globset 0.4.8 from crates.io using debcargo 2.4.4-alpha.0
+  * Fix files from the past (Closes: #992633, #992634)
+
+ -- Sylvestre Ledru <sylvestre@debian.org>  Sat, 21 Aug 2021 16:17:14 +0200
+
 rust-globset (0.4.8-1) unstable; urgency=medium
 
   * Package globset 0.4.8 from crates.io using debcargo 2.4.4-alpha.0
diff --git a/src/globset/debian/rules b/src/globset/debian/rules
new file mode 100644 (file)
index 0000000..728b5aa
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+%:
+       dh $@ --buildsystem cargo
+
+execute_after_dh_testdir:
+       find . ! -newermt "jan 01, 2000" -exec touch {} +
diff --git a/src/globset/debian/rules.debcargo.hint b/src/globset/debian/rules.debcargo.hint
new file mode 100755 (executable)
index 0000000..044c1c2
--- /dev/null
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+       dh $@ --buildsystem cargo