mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
13 lines
266 B
Makefile
Executable file
13 lines
266 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@ --with systemd
|
|
|
|
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
|