From 9f024db4c6f60d24bfa4d637c56b10f798898f21 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Thu, 26 Dec 2013 01:04:23 +0100 Subject: [PATCH] bin/ > release/ --- bin/clean.sh | 12 ------------ bin/deb-build.sh | 10 ---------- bin/deb-push.sh | 7 ------- bin/deb.sh | 18 ------------------ bin/dist.sh | 17 ----------------- bin/man.sh | 5 ----- bin/ppa-add.sh | 6 ------ debian/changelog | 4 ++-- 8 files changed, 2 insertions(+), 77 deletions(-) delete mode 100755 bin/clean.sh delete mode 100755 bin/deb-build.sh delete mode 100755 bin/deb-push.sh delete mode 100755 bin/deb.sh delete mode 100755 bin/dist.sh delete mode 100755 bin/man.sh delete mode 100755 bin/ppa-add.sh diff --git a/bin/clean.sh b/bin/clean.sh deleted file mode 100755 index 3002dfa..0000000 --- a/bin/clean.sh +++ /dev/null @@ -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 \ No newline at end of file diff --git a/bin/deb-build.sh b/bin/deb-build.sh deleted file mode 100755 index 5b3e234..0000000 --- a/bin/deb-build.sh +++ /dev/null @@ -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 diff --git a/bin/deb-push.sh b/bin/deb-push.sh deleted file mode 100755 index b8ee84b..0000000 --- a/bin/deb-push.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -cd ../.. -bzr push lp:~ultradvorka/+junk/hh-package -dput ppa:ultradvorka hh_0.7-1ubuntu2_source.changes - -# eof \ No newline at end of file diff --git a/bin/deb.sh b/bin/deb.sh deleted file mode 100755 index 5aa5df0..0000000 --- a/bin/deb.sh +++ /dev/null @@ -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 diff --git a/bin/dist.sh b/bin/dist.sh deleted file mode 100755 index 101b926..0000000 --- a/bin/dist.sh +++ /dev/null @@ -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 \ No newline at end of file diff --git a/bin/man.sh b/bin/man.sh deleted file mode 100755 index a60dfa5..0000000 --- a/bin/man.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd ../man && groff -man -Tascii hh.1 - -# eof \ No newline at end of file diff --git a/bin/ppa-add.sh b/bin/ppa-add.sh deleted file mode 100755 index 2773667..0000000 --- a/bin/ppa-add.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -sudo add-apt-repository ppa:ultradvorka/ppa -sudo apt-get update - -# eof \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index b0f3bae..f3d9fe6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) Wed, 25 Dec 2013 17:21:31 +0100