mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -05:00
Linux 1.0.0.1 release
This commit is contained in:
parent
3ed88a6762
commit
e1c5b0648a
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user