makefile updates

This commit is contained in:
mwells
2014-08-27 19:59:57 -06:00
parent c79c2a59c4
commit 203754b78a
2 changed files with 5 additions and 5 deletions

@ -553,10 +553,10 @@ master-rpm:
# need to do 'apt-get intall dh-make'
# deb-master
master-deb:
git archive --format=tar --prefix=gb-1.6/ master > ../gb_1.6.orig.tar
git archive --format=tar --prefix=gb-1.9/ master > ../gb_1.9.orig.tar
rm -rf debian
# change "-p gb_1.0" to "-p gb_1.1" to update version for example
dh_make -e gigablast@mail.com -p gb_1.6 -f ../gb_1.6.orig.tar
dh_make -e gigablast@mail.com -p gb_1.9 -f ../gb_1.9.orig.tar
# zero this out, it is just filed with the .txt files erroneously and it'll
# try to automatiicaly install in /usr/docs/
rm debian/docs
@ -581,7 +581,7 @@ master-deb:
# upload den
scp gb*.deb gk268:/w/html/
# alien it
sudo alien --to-rpm gb_1.6-1_i386.deb
sudo alien --to-rpm gb_1.9-1_i386.deb
# upload rpm
scp gb*.rpm gk268:/w/html/

@ -1,5 +1,5 @@
gb (1.6-1) unstable; urgency=low
gb (1.9-1) unstable; urgency=low
* Lots of bug fixes
-- mwells <gigablast@mail.com> Tue, 29 Jul 2014 17:38:35 -0700
-- mwells <gigablast@mail.com> Tue, 27 Aug 2014 17:38:35 -0700