]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add mkrelease helper.
authorAndreas Öman <andreas@lonelycoder.com>
Mon, 25 May 2009 19:40:46 +0000 (19:40 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Mon, 25 May 2009 19:40:46 +0000 (19:40 +0000)
support/mkrelease [new file with mode: 0755]

diff --git a/support/mkrelease b/support/mkrelease
new file mode 100755 (executable)
index 0000000..df3b2e4
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+sh debian/createcopyright.sh >debian/copyright
+dpkg-buildpackage -rfakeroot -b -us -uc
+dh_clean