aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control5
-rw-r--r--debian/sgm.dsc14
-rw-r--r--debian/watch5
4 files changed, 12 insertions, 18 deletions
diff --git a/debian/changelog b/debian/changelog
index 8a7424e..297108a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sgm (0.90.0-2) unstable; urgency=low
+
+ * Fix packaging issues
+
+ -- B. Stack <bgstack15@gmail.com> Wed, 07 Apr 2021 08:02:28 -0400
+
sgm (0.90.0-1+devuan1) unstable; urgency=low
* Initial release.
diff --git a/debian/control b/debian/control
index 0298bf1..5470d52 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,9 @@ Build-Depends: debhelper-compat (= 12),
meson
Standards-Version: 4.5.0
Homepage: https://github.com/thesquash/sgm
-Vcs-Browser: https://git.devuan.dev/devuan/sgm
-Vcs-Git: https://git.devuan.dev/devuan/sgm.git
+Vcs-Browser: https://git.devuan.org/devuan/sgm
+Vcs-Git: https://git.devuan.org/devuan/sgm.git
+Origin: Devuan
Package: gtk3-automnemonics
Architecture: any
diff --git a/debian/sgm.dsc b/debian/sgm.dsc
deleted file mode 100644
index ff4c566..0000000
--- a/debian/sgm.dsc
+++ /dev/null
@@ -1,14 +0,0 @@
-Format: 3.0 (quilt)
-Source: sgm
-Binary: gtk3-automnemonics
-Architecture: any
-Version: 0.90.0-1
-Maintainer: B. Stack <bgstack15@gmail.com>
-Homepage: https://github.com/thesquash/sgm
-Standards-Version: 4.5.0
-Vcs-Browser: https://git.devuan.org/bgstack15/sgm
-Vcs-Git: https://git.devuan.org/bgstack15/sgm.git
-Build-Depends: debhelper-compat (= 12), libgtk-3-dev (>= 3.9.8), meson
-Files:
- 00000000000000000000000000000000 1 sgm.orig.tar.gz
- 00000000000000000000000000000000 1 sgm.debian.tar.xz
diff --git a/debian/watch b/debian/watch
index 76575dc..05bb1d4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
-# You must remove unused comment lines for the released package.
-version=3
+version=4
+#opts=filenamemangle=s/.+\/@PACKAGE@-?(\d\S+)\.tar\.gz/sgm-$1\.tar\.gz/ \
+ https://github.com/thesquash/sgm/tags .*/v?(\d\S+)\.tar\.gz
bgstack15