summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--7w/debian/changelog9
-rw-r--r--7w/debian/control4
2 files changed, 10 insertions, 3 deletions
diff --git a/7w/debian/changelog b/7w/debian/changelog
index 0095852..8c104b3 100644
--- a/7w/debian/changelog
+++ b/7w/debian/changelog
@@ -1,4 +1,11 @@
+7w (0.0.1-2+stackrpms) manual; urgency=low
+
+ * Correct version suffix
+
+ -- B. Stack <bgstack15@gmail.com> Sat, 25 Feb 2023 08:29:08 -0500
+
7w (0.0.1-1+devuan) manual; urgency=low
* Initial release as dpkg.
- -- B Stack <bgstack15@gmail.com> Fri, 05 Apr 2019 20:25:17 -0400
+
+ -- B. Stack <bgstack15@gmail.com> Fri, 05 Apr 2019 20:25:17 -0400
diff --git a/7w/debian/control b/7w/debian/control
index 784c275..d0b293e 100644
--- a/7w/debian/control
+++ b/7w/debian/control
@@ -1,10 +1,10 @@
Source: 7w
Section: games
Priority: optional
-Maintainer: B Stack <bgstack15@gmail.com>
+Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=11~),
libncurses-dev,
- ImageMagick,
+ imagemagick,
Standards-Version: 4.1.4
Homepage: https://gitlab.com/bgstack15/7w
bgstack15