uronode/debian/rules

12 lines
149 B
Plaintext
Raw Normal View History

2015-09-03 20:02:34 +01:00
#!/usr/bin/make -f
%:
dh $@
# Collapse upstream changes file into single file
2015-09-03 20:02:34 +01:00
override_dh_auto_build:
cat CHANGES.* > changelog
dh_auto_build