r33784 - in /desktop/experimental/gnome-keyring/debian: changelog compat control control.in rules

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Fri Mar 30 15:50:47 UTC 2012


Author: jordi
Date: Fri Mar 30 15:50:46 2012
New Revision: 33784

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33784
Log:
* Drop git patches as they've been applied upstream.
* New upstream release.
* Bump Build-Depends.
* Bump to debhelper v9.
* Stop configuring with --enable-static.

Modified:
    desktop/experimental/gnome-keyring/debian/changelog
    desktop/experimental/gnome-keyring/debian/compat
    desktop/experimental/gnome-keyring/debian/control
    desktop/experimental/gnome-keyring/debian/control.in
    desktop/experimental/gnome-keyring/debian/rules

Modified: desktop/experimental/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/changelog?rev=33784&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/changelog [utf-8] Fri Mar 30 15:50:46 2012
@@ -1,14 +1,18 @@
-gnome-keyring (3.3.91-1) UNRELEASED; urgency=low
+gnome-keyring (3.4.0-1) UNRELEASED; urgency=low
 
   [ Jeremy Bicha ]
   * New upstream release.
     - gck and gcr libraries have been split off to separate gcr source
   * debian/control.in: Bump Standards-Version to 3.9.3. No further changes.
-  * Drop git patches as they've been applied upstream
+  * Drop git patches as they've been applied upstream.
   * Rewrite copyright file using the machine-readable format 1.0.
 
   [ Jordi Mallach ]
+  * New upstream release.
   * Fix some copyright notices in copyright file.
+  * Bump Build-Depends.
+  * Bump to debhelper v9.
+  * Stop configuring with --enable-static.
 
  -- Jordi Mallach <jordi at debian.org>  Thu, 15 Mar 2012 21:42:53 +0100
 

Modified: desktop/experimental/gnome-keyring/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/compat?rev=33784&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/compat [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/compat [utf-8] Fri Mar 30 15:50:46 2012
@@ -1,1 +1,1 @@
-8
+9

Modified: desktop/experimental/gnome-keyring/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/control?rev=33784&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/control [utf-8] Fri Mar 30 15:50:46 2012
@@ -7,14 +7,13 @@
 Section: gnome
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Jordi Mallach <jordi at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
-Build-Depends: debhelper (>= 8),
-               dh-autoreconf,
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Jordi Mallach <jordi at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Build-Depends: debhelper (>= 9),
                cdbs,
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.35.0),
-               libgtk-3-dev (>= 3.0.0),
-               libglib2.0-dev (>= 2.25.0),
+               libgtk-3-dev (>= 3.0),
+               libglib2.0-dev (>= 2.28.0),
                libtasn1-3-dev (>= 0.3.4),
                libtasn1-3-bin,
                gtk-doc-tools (>= 1.9),

Modified: desktop/experimental/gnome-keyring/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/control.in?rev=33784&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/control.in [utf-8] Fri Mar 30 15:50:46 2012
@@ -3,13 +3,12 @@
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 8),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 9),
                cdbs,
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.35.0),
-               libgtk-3-dev (>= 3.0.0),
-               libglib2.0-dev (>= 2.25.0),
+               libgtk-3-dev (>= 3.0),
+               libglib2.0-dev (>= 2.28.0),
                libtasn1-3-dev (>= 0.3.4),
                libtasn1-3-bin,
                gtk-doc-tools (>= 1.9),

Modified: desktop/experimental/gnome-keyring/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/rules?rev=33784&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/rules [utf-8] Fri Mar 30 15:50:46 2012
@@ -11,8 +11,7 @@
 
 DEB_MAKE_CHECK_TARGET := -k check || true
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-static \
-                             --with-pam-dir=/lib/security \
+DEB_CONFIGURE_EXTRA_FLAGS += --with-pam-dir=/lib/security \
                              --enable-gtk-doc \
                              --disable-update-mime
 




More information about the pkg-gnome-commits mailing list