Codebase list nim-regex / 2e484b5
routine-update: Remove trailing whitespace in debian/rules Steffen Möller 3 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22 * New upstream version
33 * debhelper-compat 13 (routine-update)
44 * Remove trailing whitespace in debian/copyright (routine-update)
5 * Remove trailing whitespace in debian/rules (routine-update)
56
67 -- Steffen Moeller <moeller@debian.org> Sun, 20 Sep 2020 03:03:51 +0200
78
44 dh $@
55
66 override_dh_auto_build:
7 # This produces the regex binary and serves as a general test for this packaget
7 # This produces the regex binary and serves as a general test for this packaget
88 nim -p=/usr/share/nimble/unicodedb -p=/usr/share/nimble/unicodeplus c src/regex.nim
99
1010 override_dh_auto_clean: