diff --git a/.bzrignore b/.bzrignore index 8675cdd..a24579c 100644 --- a/.bzrignore +++ b/.bzrignore @@ -54,3 +54,5 @@ po/fr.gmo po/es.gmo po/fr.gmo stamp-h1 +po/de.gmo +po/ru.gmo diff --git a/build-debian-package.sh b/build-debian-package.sh index 5003246..4e2d60d 100755 --- a/build-debian-package.sh +++ b/build-debian-package.sh @@ -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 @@ -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 @@ -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} diff --git a/po/de.gmo b/po/de.gmo deleted file mode 100644 index 6846c7b..0000000 Binary files a/po/de.gmo and /dev/null differ diff --git a/po/ru.gmo b/po/ru.gmo deleted file mode 100644 index 264f9fd..0000000 Binary files a/po/ru.gmo and /dev/null differ