Linux 1.0.0.1 release

This commit is contained in:
Matt Feemster 2016-06-23 15:37:20 -07:00
parent 3ed88a6762
commit e1c5b0648a
2 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
fractorium (1.0.0.1-0ubuntu1) xenial; urgency=low
* release 1.0.0.1
-- Matt Feemster <matt.feemster@gmail.com> Wed, 22 Jun 2016 16:36:26 -0700
fractorium (1.0.0.0a-0ubuntu1) xenial; urgency=low
* release 1.0.0.0a

View File

@ -107,9 +107,9 @@ tar --exclude='package-linux.sh' \
[ $? -ne 0 ] && echo "Tar command failed." && exit 2
cd "$PPA_DIR"
bzr dh-make $PROJECT $VERSION $TAR_NAME
bzr dh_make $PROJECT $VERSION $TAR_NAME
[ $? -ne 0 ] && echo "bzr dh-make command failed." && exit 2
[ $? -ne 0 ] && echo "bzr dh_make command failed." && exit 2
rm "$PPA_DIR/fractorium/debian" -r
cp -R "$PROJECT_ROOT/debian" "$PPA_DIR/fractorium"