Codebase list rust-libslirp / b5a0ea8
vte: workaround changelog timestamp James McCoy 2 years ago
3 changed file(s) with 21 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
88 [ Peter Michael Green ]
99 * Remove patch relaxing utf8parse dependency, no longer needed
1010
11 -- James McCoy <jamessan@debian.org> Sat, 21 Aug 2021 21:42:23 -0400
11 [ James McCoy ]
12 * Set mtime to $SOURCE_DATE_EPOCH on files flagging
13 package-contains-ancient-file
14
15 -- James McCoy <jamessan@debian.org> Sat, 28 Aug 2021 22:29:32 -0400
1216
1317 rust-vte (0.3.3-2) unstable; urgency=medium
1418
0 #!/usr/bin/make -f
1 include /usr/share/dpkg/pkg-info.mk
2 %:
3 dh $@ --buildsystem cargo
4
5 execute_after_dh_testdir:
6 find . ! -newermt "jan 01, 2000" -exec touch -d "@$(SOURCE_DATE_EPOCH)" {} +
7
8 override_dh_auto_test:
9 dh_auto_test -- test --all || true
0 #!/usr/bin/make -f
1 %:
2 dh $@ --buildsystem cargo
3
4 override_dh_auto_test:
5 dh_auto_test -- test --all || true