Add mkrelease helper.
This commit is contained in:
parent
8ddcb09894
commit
2abdb39449
1 changed files with 5 additions and 0 deletions
5
support/mkrelease
Executable file
5
support/mkrelease
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
sh debian/createcopyright.sh >debian/copyright
|
||||
dpkg-buildpackage -rfakeroot -b -us -uc
|
||||
dh_clean
|
Loading…
Add table
Reference in a new issue