]> git.proxmox.com Git - debcargo-conf.git/commitdiff
grep-printer: fix timestamp
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 21 Aug 2021 17:11:48 +0000 (19:11 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 21 Aug 2021 17:12:03 +0000 (19:12 +0200)
src/grep-printer/debian/rules [new file with mode: 0644]

diff --git a/src/grep-printer/debian/rules b/src/grep-printer/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 {} +