bin/ > release/

This commit is contained in:
Martin Dvorak 2013-12-26 01:04:23 +01:00
parent eef3a67183
commit 9f024db4c6
8 changed files with 2 additions and 77 deletions

View file

@ -1,12 +0,0 @@
#!/bin/bash
rm -vrf ../.git ../.settings ../Debug ../Release ../.cproject ../.project ../.gitignore
rm -vf *.*~ ../*.*~ ../src/*.*~
rm -rvf ../atom5te.cache
rm -vf ../man/Makefile ../man/Makefile.in
rm -vf ../src/Makefile ../src/Makefile.in ../src/hh ../src/*.o
rm -rvf ../src/.deps
rm -vf ../Makefile ../Makefile.in ../aclocal.m4 ../config.log ../config.status ../configure ../depcomp ../install-sh ../missing
# eof

View file

@ -1,10 +0,0 @@
#!/bin/bash
rm -vf *.*~
cd ..
bzr commit -m "Sync."
bzr builddeb -- -us -uc
bzr builddeb -S && cd ../build-area && pbuilder-dist raring build hh_0.7-0ubuntu1.dsc
# eof

View file

@ -1,7 +0,0 @@
#!/bin/bash
cd ../..
bzr push lp:~ultradvorka/+junk/hh-package
dput ppa:ultradvorka hh_0.7-1ubuntu2_source.changes
# eof

View file

@ -1,18 +0,0 @@
#!/bin/bash
# copy hstr/ source code to a work directory and run this script to create DEB package
mv -vf ../debian ../..
./dist.sh
cd ../..
mv hstr hh-0.7
tar zcf hh-0.7.tgz hh-0.7
bzr dh-make hh 0.7 hh-0.7.tgz
cd hh
rm -rvf debian
cp -vrf ../debian .
bzr commit -m "Initial commit of Debian packaging."
bzr builddeb -- -us -uc
bzr builddeb -S && cd ../build-area && pbuilder-dist raring build hh_0.7-0ubuntu1.dsc
# eof

View file

@ -1,17 +0,0 @@
#!/bin/bash
./clean.sh
cd ..
aclocal
automake --force-missing --add-missing
autoconf
rm -vf depcomp install-sh missing
cp -vf /usr/share/automake-1.11/depcomp .
cp -vf /usr/share/automake-1.11/install-sh .
cp -vf /usr/share/automake-1.11/missing .
cd bin
# eof

View file

@ -1,5 +0,0 @@
#!/bin/bash
cd ../man && groff -man -Tascii hh.1
# eof

View file

@ -1,6 +0,0 @@
#!/bin/bash
sudo add-apt-repository ppa:ultradvorka/ppa
sudo apt-get update
# eof

4
debian/changelog vendored
View file

@ -1,5 +1,5 @@
hh (0.7-1ubuntu2) raring; urgency=low
hh (0.7-2ubuntu3) raring; urgency=low
* Fixing history and curses includes.
* Making source C99 compliant.
-- Martin Dvorak (Dvorka) <martin.dvorak@mindforger.com> Wed, 25 Dec 2013 17:21:31 +0100