Skip to content

Commit c1c2711

Browse files
committed
Debian: add packager script
Signed-off-by: Eduardo Silva <[email protected]>
1 parent ff83c1e commit c1c2711

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

debian.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
rm -rf build/*
4+
rm -rf debian/tmp
5+
fakeroot debian/rules clean
6+
fakeroot debian/rules build
7+
fakeroot debian/rules binary

0 commit comments

Comments
 (0)