Add mkrelease helper.

This commit is contained in:
Andreas Öman 2009-05-25 19:40:46 +00:00
parent 8ddcb09894
commit 2abdb39449

5
support/mkrelease Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
sh debian/createcopyright.sh >debian/copyright
dpkg-buildpackage -rfakeroot -b -us -uc
dh_clean