summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/control6
-rw-r--r--debian/control.in4
3 files changed, 12 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index da5045da..47ebbce6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-zenity (3.8.0-2) UNRELEASED; urgency=low
+zenity (3.12.1-1) UNRELEASED; urgency=low
+ [ Jeremy Bicha ]
* Update homepage
- -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 28 Jun 2013 18:38:38 -0400
+ [ Laurent Bigonville ]
+ * New upstream release.
+ * debian/control.in: Bump Standards-Version to 3.9.5 (no further changes)
+
+ -- Laurent Bigonville <bigon@debian.org> Fri, 23 May 2014 22:00:33 +0200
zenity (3.8.0-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index a4b815c7..10932866 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Source: zenity
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Frederic Peters <fpeters@debian.org>, Jordi Mallach <jordi@debian.org>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>
+Uploaders: Frederic Peters <fpeters@debian.org>, Jordi Mallach <jordi@debian.org>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 9),
cdbs (>= 0.4.4),
gnome-pkg-tools (>= 0.10),
@@ -17,10 +17,10 @@ Build-Depends: debhelper (>= 9),
libgtk-3-dev (>= 3.0.0),
libnotify-dev (>= 0.6.1),
libwebkitgtk-3.0-dev (>= 1.4.0)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/zenity
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/zenity
-Homepage: https://wiki.gnome.org/Zenity
+Homepage: https://wiki.gnome.org/Projects/Zenity
Package: zenity
Architecture: any
diff --git a/debian/control.in b/debian/control.in
index 5f58f7d8..642f0db0 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,10 +12,10 @@ Build-Depends: debhelper (>= 9),
libgtk-3-dev (>= 3.0.0),
libnotify-dev (>= 0.6.1),
libwebkitgtk-3.0-dev (>= 1.4.0)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/zenity
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/zenity
-Homepage: https://wiki.gnome.org/Zenity
+Homepage: https://wiki.gnome.org/Projects/Zenity
Package: zenity
Architecture: any
bgstack15