Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
* Version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Gräfe committed May 8, 2010
1 parent 767e5ba commit 161c027
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .bzrignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ po/fr.gmo
po/es.gmo
po/fr.gmo
stamp-h1
po/de.gmo
po/ru.gmo
8 changes: 5 additions & 3 deletions build-debian-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ if [ "$in" != "" ]; then
echo $DEB_REVISION >DEB_REVISION
fi


for dist in $DISTRIBUTIONS
do
revision=$dist$DEB_REVISION

rm -rf deb-pkg
mkdir deb-pkg
Expand All @@ -42,7 +44,7 @@ do
sed \
-e "s/@@VERSION@@/${VERSION}/" \
-e "s/@@DATE@@/$(date -R)/" \
-e "s/@@DEB_REVISION@@/${DEB_REVISION}/" \
-e "s/@@DEB_REVISION@@/${revision}/" \
-e "s/@@DISTRIBUTION@@/${dist}/" \
debian/changelog.in >debian/changelog

Expand All @@ -56,12 +58,12 @@ do
lintian -i *.dsc

echo ""
echo -n "Upload ${PROJECT}_${VERSION}-${DEB_REVISION} to $dist repository (y/N) "
echo -n "Upload ${PROJECT}_${VERSION}-${revision} to repository (y/N) "
read -n 1 in
echo ""

if [ "$in" == "y" ]; then
dput ${REPOSITORY} ${PROJECT}_${VERSION}-${DEB_REVISION}_source.changes
dput ${REPOSITORY} ${PROJECT}_${VERSION}-${revision}_source.changes
fi

cd ${src_dir}
Expand Down
Binary file removed po/de.gmo
Binary file not shown.
Binary file removed po/ru.gmo
Binary file not shown.

0 comments on commit 161c027

Please sign in to comment.