From 3a295fd82da39e55b8bcc51ea2b07206e18d8f04 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 28 Feb 2023 14:10:55 -0500 Subject: mime_types_editor +stackrpms --- mime_types_editor/debian/_service | 28 ++++++++++++++++++++++ mime_types_editor/debian/changelog | 8 ++++++- mime_types_editor/debian/control | 2 +- .../debian/mime-types-editor+stackrpms.dsc | 14 +++++++++++ .../debian/mime-types-editor_devuan.dsc | 14 ----------- 5 files changed, 50 insertions(+), 16 deletions(-) create mode 100644 mime_types_editor/debian/_service create mode 100644 mime_types_editor/debian/mime-types-editor+stackrpms.dsc delete mode 100644 mime_types_editor/debian/mime-types-editor_devuan.dsc (limited to 'mime_types_editor') 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 @@ + + + git + https://gitlab.com/bgstack15/stackrpms.git + mime_types_editor/debian + debian + fix-deb-suffix + _none_ + + + *.tar + xz + + + git + https://gitlab.com/bgstack15/mime_types_editor.git + master + _none_ + + + *.tar + gz + + + *.tar.xz + */*.dsc + + 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 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 Mon, 16 Mar 2020 15:30:27 -0400 + -- B. Stack 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 +Maintainer: B. Stack Build-Depends: debhelper (>=12~), go-md2man Standards-Version: 4.1.4 diff --git a/mime_types_editor/debian/mime-types-editor+stackrpms.dsc b/mime_types_editor/debian/mime-types-editor+stackrpms.dsc new file mode 100644 index 0000000..3ad73a7 --- /dev/null +++ b/mime_types_editor/debian/mime-types-editor+stackrpms.dsc @@ -0,0 +1,14 @@ +Format: 3.0 (quilt) +Source: mime-types-editor +Binary: mime-types-editor +Architecture: all +Version: 0.0.1-2+stackrpms +Maintainer: B. Stack +Homepage: https://github.com/i026e/mime_types_editor +Standards-Version: 4.1.4 +Build-Depends: debhelper (>= 12~), go-md2man +Package-List: + mime-types-editor deb x11 optional arch=all +Files: + 00000000000000000000000000000000 1 mime_types_editor.orig.tar.gz + 00000000000000000000000000000000 1 mime-types-editor+stackrpms.debian.tar.xz diff --git a/mime_types_editor/debian/mime-types-editor_devuan.dsc b/mime_types_editor/debian/mime-types-editor_devuan.dsc deleted file mode 100644 index 7aa2a62..0000000 --- a/mime_types_editor/debian/mime-types-editor_devuan.dsc +++ /dev/null @@ -1,14 +0,0 @@ -Format: 3.0 (quilt) -Source: mime-types-editor -Binary: mime-types-editor -Architecture: all -Version: 0.0.1-1+devuan -Maintainer: Ben Stack -Homepage: https://github.com/i026e/mime_types_editor -Standards-Version: 4.1.4 -Build-Depends: debhelper (>= 12~), go-md2man -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 -- cgit