We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a96105 commit 121388fCopy full SHA for 121388f
debian/changelog
@@ -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
7
argon1 (0.2) unstable; urgency=low
8
9
* Make lxplugin icon change color based on fan speed
git-dch.sh
@@ -41,7 +41,7 @@ check_version_tag() {
41
[ -d debian ] || die "ERROR: debian folder does not exist; is pwd wrong?"
42
43
[ -f debian/control ] || die "ERROR: debian/control does not exist"
44
-pkgname=`cat debian/control | grep '^Package: ' | sed 's/^Package: //'`
+pkgname=`cat debian/control | grep '^Source: ' | sed 's/^Source: //'`
45
46
replace_changelog=0
47
keep_last=""
0 commit comments