From 831a7528f52fad89e643e00ade847d21dbfec82f Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 28 Feb 2023 14:59:02 -0500 Subject: xcur2png +stackrpms --- xcur2png/debian/_service | 28 ++++++++++++++++++++++++++++ xcur2png/debian/changelog | 8 +++++++- xcur2png/debian/control | 2 +- xcur2png/debian/xcur2png+stackrpms.dsc | 15 +++++++++++++++ xcur2png/debian/xcur2png_devuan.dsc | 15 --------------- 5 files changed, 51 insertions(+), 17 deletions(-) create mode 100644 xcur2png/debian/_service create mode 100644 xcur2png/debian/xcur2png+stackrpms.dsc delete mode 100644 xcur2png/debian/xcur2png_devuan.dsc (limited to 'xcur2png/debian') diff --git a/xcur2png/debian/_service b/xcur2png/debian/_service new file mode 100644 index 0000000..0d24199 --- /dev/null +++ b/xcur2png/debian/_service @@ -0,0 +1,28 @@ + + + git + https://gitlab.com/bgstack15/stackrpms.git + xcur2png/debian + debian + fix-deb-suffix + _none_ + + + *.tar + xz + + + git + https://github.com/eworm-de/xcur2png + 0.7.1 + _none_ + + + *.tar + gz + + + *.tar.xz + */*.dsc + + diff --git a/xcur2png/debian/changelog b/xcur2png/debian/changelog index b664dc5..4eccbcb 100644 --- a/xcur2png/debian/changelog +++ b/xcur2png/debian/changelog @@ -1,5 +1,11 @@ +xcur2png (0.7.1-3+stackrpms) obs; urgency=low + + * Fix version suffix + + -- B. Stack Tue, 24 Feb 2023 14:58:21 -0500 + xcur2png (0.7.1-2+devuan) obs; urgency=low * Initial release for Devuan - -- Ben Stack Wed, 04 Mar 2020 09:08:59 -0500 + -- B. Stack Wed, 04 Mar 2020 09:08:59 -0500 diff --git a/xcur2png/debian/control b/xcur2png/debian/control index c4a1274..192c2eb 100644 --- a/xcur2png/debian/control +++ b/xcur2png/debian/control @@ -1,7 +1,7 @@ Source: xcur2png Section: x11 Priority: optional -Maintainer: Ben Stack +Maintainer: B. Stack Build-Depends: debhelper (>=12~), dh-autoreconf, autotools-dev, diff --git a/xcur2png/debian/xcur2png+stackrpms.dsc b/xcur2png/debian/xcur2png+stackrpms.dsc new file mode 100644 index 0000000..bb11dd6 --- /dev/null +++ b/xcur2png/debian/xcur2png+stackrpms.dsc @@ -0,0 +1,15 @@ +Format: 3.0 (quilt) +Source: xcur2png +Binary: xcur2png +Architecture: any +Version: 0.7.1-2+stackrpms +Maintainer: B. Stack +Homepage: https://github.com/eworm-de/xcur2png +Standards-Version: 4.1.4 +Build-Depends: debhelper (>= 12~), dh-autoreconf, autotools-dev, automake, autoconf, libxcursor-dev, pkg-config, libpng-dev +Package-List: + xcur2png deb x11 optional arch=any +Files: + 00000000000000000000000000000000 1 xcur2png.orig.tar.gz + 00000000000000000000000000000000 1 xcur2png+stackrpms.debian.tar.xz +Original-Maintainer: tks mashiw diff --git a/xcur2png/debian/xcur2png_devuan.dsc b/xcur2png/debian/xcur2png_devuan.dsc deleted file mode 100644 index f0e4065..0000000 --- a/xcur2png/debian/xcur2png_devuan.dsc +++ /dev/null @@ -1,15 +0,0 @@ -Format: 3.0 (quilt) -Source: xcur2png -Binary: xcur2png -Architecture: any -Version: 0.7.1-2+devuan -Maintainer: Ben Stack -Homepage: https://github.com/eworm-de/xcur2png -Standards-Version: 4.1.4 -Build-Depends: debhelper (>= 12~), dh-autoreconf, autotools-dev, automake, autoconf, libxcursor-dev, pkg-config, libpng-dev -Package-List: - xcur2png deb x11 optional arch=any -Files: - 00000000000000000000000000000000 1 xcur2png.orig.tar.gz - 00000000000000000000000000000000 1 xcur2png_devuan.debian.tar.xz -Original-Maintainer: tks mashiw -- cgit