Skip to content

Commit a2c99aa

Browse files
committed
cleanup debian/changelog and fix the bug in the release script that was messing it up
1 parent d1154a0 commit a2c99aa

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

debian/changelog

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
zephyr (1:3.1~beta1-trunk) UNRELEASED; urgency=low
1+
zephyr (1:3.1~beta1-trunk) unstable; urgency=low
22

3-
* Any further revisions to 3.0.x go on the 3.0.x branch; the mainline is for 3.1 stuff
4-
* release 3.1-beta0
5-
* release 3.1~beta0
63
* release 3.1~beta1
74

85
-- Karl Ramm <[email protected]> Thu, 08 Aug 2013 02:23:32 -0400
96

7+
zephyr (1:3.1-beta0-trunk) unstable; urgency=low
8+
9+
* release 3.1-beta0
10+
11+
-- Karl Ramm <[email protected]> Sun, 07 Jul 2013 22:08:01 -0400
12+
13+
zephyr (1:3.0.999-trunk) UNRELEASED; urgency=low
14+
15+
* Any further revisions to 3.0.x go on the 3.0.x branch; the mainline is for 3.1 stuff
16+
17+
-- Karl Ramm <[email protected]> Sat, 11 Feb 2012 10:53:49 -0500
18+
1019
zephyr (1:3.0.2-trunk) unstable; urgency=low
1120

1221
* release 3.0.2

release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if test -n "$(git status --porcelain)"; then
1111
exit 2
1212
fi
1313
dch -b -v 1:${VERSION}-trunk release $VERSION
14+
dch -r ''
1415
git add debian/changelog
1516
git commit -m "release $VERSION"
1617
TAGNAME=$(echo $VERSION | sed -e 's/~/%7E/') # sigh

0 commit comments

Comments
 (0)