From d491338e7a53a293af016c2b3b4a9436ac621ae2 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 13 Feb 2020 10:08:30 -0500 Subject: use tagged 0.0.1 --- mktrayicon/debian/README.Debian | 9 +++------ mktrayicon/debian/changelog | 4 ++-- mktrayicon/debian/control | 2 +- mktrayicon/debian/mktrayicon_0.0.1-1+devuan.dsc | 14 ++++++++++++++ mktrayicon/debian/patches/Makefile.patch | 8 -------- mktrayicon/debian/patches/series | 1 - mktrayicon/debian/watch | 4 +++- 7 files changed, 23 insertions(+), 19 deletions(-) create mode 100644 mktrayicon/debian/mktrayicon_0.0.1-1+devuan.dsc delete mode 100644 mktrayicon/debian/patches/Makefile.patch (limited to 'mktrayicon') diff --git a/mktrayicon/debian/README.Debian b/mktrayicon/debian/README.Debian index 799ae81..8bf9d80 100644 --- a/mktrayicon/debian/README.Debian +++ b/mktrayicon/debian/README.Debian @@ -1,8 +1,5 @@ -mktrayicon for Debian +mktrayicon for Devuan -Please edit this to provide information specific to -this mktrayicon Debian package. +No upstream packages available. This is an original dpkg of mktrayicon. - (Automatically generated by debmake Version 4.3.1) - - -- Ben Stack Wed, 05 Feb 2020 09:25:31 -0500 + -- Ben Stack Thu, 13 Feb 2020 09:53:31 -0500 diff --git a/mktrayicon/debian/changelog b/mktrayicon/debian/changelog index 4238567..63454a1 100644 --- a/mktrayicon/debian/changelog +++ b/mktrayicon/debian/changelog @@ -1,5 +1,5 @@ -mktrayicon (0.0~git-1) UNRELEASED; urgency=low +mktrayicon (0.0.1-1+devuan) obs; urgency=low * Initial release. - -- Ben Stack Wed, 05 Feb 2020 09:25:31 -0500 + -- Ben Stack Thu, 13 Feb 2020 09:53:31 -0500 diff --git a/mktrayicon/debian/control b/mktrayicon/debian/control index 0dcaa7c..6876968 100644 --- a/mktrayicon/debian/control +++ b/mktrayicon/debian/control @@ -2,7 +2,7 @@ Source: mktrayicon Section: x11 Priority: optional Maintainer: Ben Stack -Build-Depends: debhelper (>=11~), +Build-Depends: debhelper (>=12~), go-md2man, libgtk-3-dev, libx11-dev diff --git a/mktrayicon/debian/mktrayicon_0.0.1-1+devuan.dsc b/mktrayicon/debian/mktrayicon_0.0.1-1+devuan.dsc new file mode 100644 index 0000000..fb9d780 --- /dev/null +++ b/mktrayicon/debian/mktrayicon_0.0.1-1+devuan.dsc @@ -0,0 +1,14 @@ +Format: 3.0 (quilt) +Source: mktrayicon +Binary: mktrayicon +Architecture: any +Version: 0.0.1-1+devuan +Maintainer: Ben Stack +Homepage: https://github.com/jonhoo/mktrayicon/ +Standards-Version: 4.1.4 +Build-Depends: debhelper (>= 12~), go-md2man, libgtk-3-dev, libx11-dev +Package-List: + mktrayicon deb x11 optional arch=any +Files: + 00000000000000000000000000000000 1 mktrayicon_0.0.1.orig.tar.gz + 00000000000000000000000000000000 1 mktrayicon_0.0.1-1+devuan.debian.tar.xz diff --git a/mktrayicon/debian/patches/Makefile.patch b/mktrayicon/debian/patches/Makefile.patch deleted file mode 100644 index 25460fa..0000000 --- a/mktrayicon/debian/patches/Makefile.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -2,4 +2,4 @@ mktrayicon: mktrayicon.c - ${CC} `pkg-config --cflags gtk+-3.0` -o $@ $< `pkg-config --libs gtk+-3.0` `pkg-config --cflags --libs x11` - - clean: -- rm mktrayicon -+ rm -f mktrayicon || : diff --git a/mktrayicon/debian/patches/series b/mktrayicon/debian/patches/series index cc55c1d..4a97dfa 100644 --- a/mktrayicon/debian/patches/series +++ b/mktrayicon/debian/patches/series @@ -1,2 +1 @@ # You must remove unused comment lines for the released package. -Makefile.patch diff --git a/mktrayicon/debian/watch b/mktrayicon/debian/watch index 76575dc..f6521f7 100644 --- a/mktrayicon/debian/watch +++ b/mktrayicon/debian/watch @@ -1,2 +1,4 @@ # You must remove unused comment lines for the released package. -version=3 +version=4 +#opts=filenamemangle=s/.*\/archive\/(\d\S+)\/mktra.*\.tar\.gz/systemdtl-$1\.tar\.gz/g \ + https://gitlab.com/bgstack15/mktrayicon/tags?sort=updated_desc .*/archive/(\d\S+)/.*\.tar\.gz.* -- cgit