Added script for manual building of the package and uploading it to the launchpad

This commit is contained in:
Piotr Krysik 2016-04-25 10:30:26 +02:00
parent 062e32c901
commit ee0af7b3cc
1 changed files with 8 additions and 0 deletions

8
debian/build-package vendored Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
cd ../..
tar -acf gr-gsm_0.3.orig.tar.gz gr-gsm
cd gr-gsm
debuild -S -sa
cd ..
dput ppa:ptrkrysik/gr-gsm gr-gsm_0.3-0ppa0_source.changes