diff options
author | B. Stack <bgstack15@gmail.com> | 2024-05-11 14:27:04 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-05-11 14:28:17 -0400 |
commit | 617534af7d15b782320f92a43967ede00303e53b (patch) | |
tree | 73dc565e587d89ba3cf9fd114e9a726f9fbd92d0 | |
parent | releasing package zenity version 3.44.2-1 (diff) | |
download | zenity-617534af7d15b782320f92a43967ede00303e53b.tar.gz zenity-617534af7d15b782320f92a43967ede00303e53b.tar.bz2 zenity-617534af7d15b782320f92a43967ede00303e53b.zip |
add epoch for version 3
-rw-r--r-- | .gitremotes | 4 | ||||
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rw-r--r-- | debian/control.in | 6 | ||||
-rw-r--r-- | debian/zenity+stackrpms.dsc | 18 |
5 files changed, 45 insertions, 3 deletions
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 <bgstack15@gmail.com> Sat, 11 May 2024 14:17:34 -0400 + +zenity (4.0.1-1) UNRELEASED; urgency=medium + + * Dummy build for allowing epoch + + -- B. Stack <bgstack15@gmail.com> 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 <pkg-gnome-maintainers@lists.alioth.debian.org> -Uploaders: Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>, Sebastien Bacher <seb128@debian.org> +Maintainer: B. Stack <bgstack15@gmail.com> +Uploaders: Jeremy Bícha <jbicha@ubuntu.com>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>, Sebastien Bacher <seb128@debian.org> 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 <pkg-gnome-maintainers@lists.alioth.debian.org> +Maintainer: B. Stack <bgstack15@gmail.com> 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 <bgstack15@gmail.com> +Uploaders: Jeremy Bícha <jbicha@ubuntu.com>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>, Sebastien Bacher <seb128@debian.org> +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 |