aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-11-06 13:21:19 -0500
committerB. Stack <bgstack15@gmail.com>2023-11-06 13:21:19 -0500
commit7bbb2de1ae0dcdee00dac07b7f8ead46c9407ae3 (patch)
treea1a9855b4f8e19fff4641ba77b66fa3f40b28c72 /debian
parentv0.0.4 add floppy icon, reenable /browse/sdc1 format (diff)
downloadmyautomount-master.tar.gz
myautomount-master.tar.bz2
myautomount-master.zip
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/myautomount.dsc2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6df12f4..e7a1995 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+myautomount (0.0.5-1) obs; urgency=low
+
+ * Fix typo in initialize.sh
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 06 Nov 2023 13:19:33 -0500
+
myautomount (0.0.4-1) obs; urgency=low
* Add floppy drive icon.
diff --git a/debian/myautomount.dsc b/debian/myautomount.dsc
index 9cb2949..bb3ab86 100644
--- a/debian/myautomount.dsc
+++ b/debian/myautomount.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: myautomount
Binary: myautomount
Architecture: all
-Version: 0.0.4-1
+Version: 0.0.5-1
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://bgstack15.wordpress.com/
Standards-Version: 4.5.0
bgstack15