Skip to content

Commit 121388f

Browse files
committed
Update debian/changelog for v0.2.1 release #nodch
While at it, minor change in git-dch.sh to extract package name from Source: rather than Package: line(s) in control file (we're multi-package now).
1 parent 6a96105 commit 121388f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
argon1 (0.2.1) unstable; urgency=low
2+
3+
* Fix case button press handling
4+
5+
-- Spiros Papadimitriou <spapadim@gmail.com> Thu, 9 Jul 2020 13:48:30 -0400
6+
17
argon1 (0.2) unstable; urgency=low
28

39
* Make lxplugin icon change color based on fan speed

git-dch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ check_version_tag() {
4141
[ -d debian ] || die "ERROR: debian folder does not exist; is pwd wrong?"
4242

4343
[ -f debian/control ] || die "ERROR: debian/control does not exist"
44-
pkgname=`cat debian/control | grep '^Package: ' | sed 's/^Package: //'`
44+
pkgname=`cat debian/control | grep '^Source: ' | sed 's/^Source: //'`
4545

4646
replace_changelog=0
4747
keep_last=""

0 commit comments

Comments
 (0)