Skip to content

Commit

Permalink
* 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivucica committed Sep 12, 2008
1 parent 48e3465 commit 760b87f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
yatc (0.2.1-1) unstable; urgency=low
yatc (0.2.1-2) unstable; urgency=low

* Upstream made final 0.2.1 release with fixes

-- Ivan Vucica <ivucica@gmail.com> Fri, 12 Sep 2008 18:34:56 +0200

yatc (0.2.1-1) unstable; urgency=low

* New upstream release

Expand All @@ -11,13 +17,13 @@ yatc (0.2-2) unstable; urgency=low

-- Ivan Vucica <ivucica@gmail.com> Sun, 01 Jun 2008 16:31:23 +0200

yatc (0.2-1) unstable; urgency=low
yatc (0.2-1) unstable; urgency=low

* New upstream milestone release

-- Ivan Vucica <ivucica@gmail.com> Fri, 30 May 2008 16:51:07 +0200

yatc (0.2~rc2-1) unstable; urgency=low
yatc (0.2~rc2-1) unstable; urgency=low

* New upstream release

Expand Down
8 changes: 4 additions & 4 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ if [ $debrelease != "n" ]; then
debchangelogdate=`date -R`

cat - << EOF > .tmpdebchangelog
yatc (${version}-1) unstable; urgency=low
yatc (${version}-1) unstable; urgency=low
* New upstream release
-- ${debianiser} ${debchangelogdate}
-- ${debianiser} ${debchangelogdate}
EOF
echo ""
Expand All @@ -163,10 +163,10 @@ EOF
echo "Skip editing? (Always just press enter, only when running in a script enter Y!)"
echo ""
read skipedit
echo "You entered: "
echo $skipedit

if [ $skipedit != "y" ]; then
exit
if [ "$skipedit" != "y" ]; then
sensible-editor .tmpdebchangelog
else
echo "Command to run instead?"
Expand Down

0 comments on commit 760b87f

Please sign in to comment.