summaryrefslogtreecommitdiff
path: root/mime_types_editor/debian
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-02-28 14:10:55 -0500
committerB. Stack <bgstack15@gmail.com>2023-02-28 14:10:55 -0500
commit3a295fd82da39e55b8bcc51ea2b07206e18d8f04 (patch)
treedaef62628bb64b050dab424595efb82a3b1ad8c5 /mime_types_editor/debian
parentlogout-manager +stackrpms (diff)
downloadstackrpms-3a295fd82da39e55b8bcc51ea2b07206e18d8f04.tar.gz
stackrpms-3a295fd82da39e55b8bcc51ea2b07206e18d8f04.tar.bz2
stackrpms-3a295fd82da39e55b8bcc51ea2b07206e18d8f04.zip
mime_types_editor +stackrpms
Diffstat (limited to 'mime_types_editor/debian')
-rw-r--r--mime_types_editor/debian/_service28
-rw-r--r--mime_types_editor/debian/changelog8
-rw-r--r--mime_types_editor/debian/control2
-rw-r--r--mime_types_editor/debian/mime-types-editor+stackrpms.dsc (renamed from mime_types_editor/debian/mime-types-editor_devuan.dsc)6
4 files changed, 39 insertions, 5 deletions
diff --git a/mime_types_editor/debian/_service b/mime_types_editor/debian/_service
new file mode 100644
index 0000000..d5e345c
--- /dev/null
+++ b/mime_types_editor/debian/_service
@@ -0,0 +1,28 @@
+<services>
+ <service name="tar_scm">
+ <param name="scm">git</param>
+ <param name="url">https://gitlab.com/bgstack15/stackrpms.git</param>
+ <param name="subdir">mime_types_editor/debian</param>
+ <param name="filename">debian</param>
+ <param name="revision">fix-deb-suffix</param>
+ <param name="version">_none_</param>
+ </service>
+ <service name="recompress">
+ <param name="file">*.tar</param>
+ <param name="compression">xz</param>
+ </service>
+ <service name="tar_scm">
+ <param name="scm">git</param>
+ <param name="url">https://gitlab.com/bgstack15/mime_types_editor.git</param>
+ <param name="revision">master</param>
+ <param name="version">_none_</param>
+ </service>
+ <service name="recompress">
+ <param name="file">*.tar</param>
+ <param name="compression">gz</param>
+ </service>
+ <service name="extract_file">
+ <param name="archive">*.tar.xz</param>
+ <param name="files">*/*.dsc</param>
+ </service>
+</services>
diff --git a/mime_types_editor/debian/changelog b/mime_types_editor/debian/changelog
index cc5230a..cf9e0f2 100644
--- a/mime_types_editor/debian/changelog
+++ b/mime_types_editor/debian/changelog
@@ -1,5 +1,11 @@
+mime-types-editor (0.0.1-2+stackrpms) obs; urgency=low
+
+ * Fix version suffix
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 28 Feb 2023 14:09:19 -0500
+
mime-types-editor (0.0.1-1+devuan) obs; urgency=low
* Initial release. Closes: stackrpms#19
- -- Ben Stack <bgstack15@gmail.com> Mon, 16 Mar 2020 15:30:27 -0400
+ -- B. Stack <bgstack15@gmail.com> Mon, 16 Mar 2020 15:30:27 -0400
diff --git a/mime_types_editor/debian/control b/mime_types_editor/debian/control
index a55cf0d..6a62b60 100644
--- a/mime_types_editor/debian/control
+++ b/mime_types_editor/debian/control
@@ -1,7 +1,7 @@
Source: mime-types-editor
Section: x11
Priority: optional
-Maintainer: Ben Stack <bgstack15@gmail.com>
+Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=12~),
go-md2man
Standards-Version: 4.1.4
diff --git a/mime_types_editor/debian/mime-types-editor_devuan.dsc b/mime_types_editor/debian/mime-types-editor+stackrpms.dsc
index 7aa2a62..3ad73a7 100644
--- a/mime_types_editor/debian/mime-types-editor_devuan.dsc
+++ b/mime_types_editor/debian/mime-types-editor+stackrpms.dsc
@@ -2,8 +2,8 @@ Format: 3.0 (quilt)
Source: mime-types-editor
Binary: mime-types-editor
Architecture: all
-Version: 0.0.1-1+devuan
-Maintainer: Ben Stack <bgstack15@gmail.com>
+Version: 0.0.1-2+stackrpms
+Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://github.com/i026e/mime_types_editor
Standards-Version: 4.1.4
Build-Depends: debhelper (>= 12~), go-md2man
@@ -11,4 +11,4 @@ Package-List:
mime-types-editor deb x11 optional arch=all
Files:
00000000000000000000000000000000 1 mime_types_editor.orig.tar.gz
- 00000000000000000000000000000000 1 mime-types-editor_devuan.debian.tar.xz
+ 00000000000000000000000000000000 1 mime-types-editor+stackrpms.debian.tar.xz
bgstack15