1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/dist/debian/rules

14 lines
266 B
Text
Raw Normal View History

2021-05-21 16:51:20 +00:00
#!/usr/bin/make -f
DH_VERBOSE = 1
%:
2021-05-27 23:00:29 +00:00
dh $@ --with systemd
2021-05-28 16:33:52 +00:00
override_dh_install:
# Run the normal dh_install
dh_install
# Satisfy lintian's complaints about VCS control files
rm -f debian/arsse/vendor/**/.gitignore
rm -f debian/arsse/vendor/**/.gitattributes