Skip to content

Commit

Permalink
Update debian/changelog for v0.2.1 release #nodch
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
spapadim committed Jul 9, 2020
1 parent 6a96105 commit 121388f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
argon1 (0.2.1) unstable; urgency=low

* Fix case button press handling

-- Spiros Papadimitriou <spapadim@gmail.com> Thu, 9 Jul 2020 13:48:30 -0400

argon1 (0.2) unstable; urgency=low

* Make lxplugin icon change color based on fan speed
Expand Down
2 changes: 1 addition & 1 deletion git-dch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ check_version_tag() {
[ -d debian ] || die "ERROR: debian folder does not exist; is pwd wrong?"

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

replace_changelog=0
keep_last=""
Expand Down

0 comments on commit 121388f

Please sign in to comment.