From 617534af7d15b782320f92a43967ede00303e53b Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 11 May 2024 14:27:04 -0400 Subject: add epoch for version 3 --- .gitremotes | 4 ++++ debian/changelog | 12 ++++++++++++ debian/control | 8 ++++++-- debian/control.in | 6 +++++- debian/zenity+stackrpms.dsc | 18 ++++++++++++++++++ 5 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 .gitremotes create mode 100644 debian/zenity+stackrpms.dsc diff --git a/.gitremotes b/.gitremotes new file mode 100644 index 00000000..18579e9b --- /dev/null +++ b/.gitremotes @@ -0,0 +1,4 @@ +local http://storage3/git/zenity (fetch) +local http://storage3/git/zenity (push) +origin https://salsa.debian.org/gnome-team/zenity (fetch) +origin https://salsa.debian.org/gnome-team/zenity (push) diff --git a/debian/changelog b/debian/changelog index 2d66910c..827cebe4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +zenity (1:3.44.2-1+stackrpms) obs; urgency=medium + + * Epoch build to make this have priority. + + -- B. Stack Sat, 11 May 2024 14:17:34 -0400 + +zenity (4.0.1-1) UNRELEASED; urgency=medium + + * Dummy build for allowing epoch + + -- B. Stack Sat, 11 May 2024 14:16:54 -0400 + zenity (3.44.2-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index 5fcb7471..48d518d4 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Source: zenity Section: gnome Priority: optional -Maintainer: Debian GNOME Maintainers -Uploaders: Laurent Bigonville , Michael Biebl , Sebastien Bacher +Maintainer: B. Stack +Uploaders: Jeremy Bícha , Laurent Bigonville , Michael Biebl , Sebastien Bacher Build-Depends: debhelper-compat (= 13), dh-sequence-gnome, itstool, @@ -32,6 +32,8 @@ Description: Display graphical dialog boxes from shell scripts . Zenity includes a gdialog wrapper script so that it can be used with legacy scripts. + . + This package is built from the 3.44.1 branch that uses gtk3 still! Package: zenity-common Architecture: all @@ -45,3 +47,5 @@ Description: Display graphical dialog boxes from shell scripts (common files) legacy scripts. . This package contains architecture independent files. + . + This package is built from the 3.44.1 branch that uses gtk3 still! diff --git a/debian/control.in b/debian/control.in index a619db65..1cfbdea4 100644 --- a/debian/control.in +++ b/debian/control.in @@ -1,7 +1,7 @@ Source: zenity Section: gnome Priority: optional -Maintainer: Debian GNOME Maintainers +Maintainer: B. Stack Uploaders: @GNOME_TEAM@ Build-Depends: debhelper-compat (= 13), dh-sequence-gnome, @@ -28,6 +28,8 @@ Description: Display graphical dialog boxes from shell scripts . Zenity includes a gdialog wrapper script so that it can be used with legacy scripts. + . + This package is built from the 3.44.1 branch that uses gtk3 still! Package: zenity-common Architecture: all @@ -41,3 +43,5 @@ Description: Display graphical dialog boxes from shell scripts (common files) legacy scripts. . This package contains architecture independent files. + . + This package is built from the 3.44.1 branch that uses gtk3 still! diff --git a/debian/zenity+stackrpms.dsc b/debian/zenity+stackrpms.dsc new file mode 100644 index 00000000..5551c432 --- /dev/null +++ b/debian/zenity+stackrpms.dsc @@ -0,0 +1,18 @@ +Format: 3.0 (quilt) +Source: zenity +Binary: zenity, zenity-common +Architecture: any all +Version: 1:3.44.2-1+stackrpms +Maintainer: B. Stack +Uploaders: Jeremy Bícha , Laurent Bigonville , Michael Biebl , Sebastien Bacher +Homepage: https://wiki.gnome.org/Projects/Zenity +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/gnome-team/zenity +Vcs-Git: https://salsa.debian.org/gnome-team/zenity.git +Build-Depends: debhelper-compat (= 13), dh-sequence-gnome, itstool, libglib2.0-dev, libgtk-3-dev, libnotify-dev, meson +Package-List: + zenity deb gnome optional arch=any + zenity-common deb gnome optional arch=all +Files: + 00000000000000000000000000000000 1 zenity.orig.tar.gz + 00000000000000000000000000000000 1 zenity.debian.tar.xz -- cgit