r36435 - in /desktop/experimental/gnome-common/debian: changelog patches/02_autogen_required_versions.patch

kov at users.alioth.debian.org kov at users.alioth.debian.org
Mon Dec 10 10:33:42 UTC 2012


Author: kov
Date: Mon Dec 10 10:33:41 2012
New Revision: 36435

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36435
Log:
* New upstream release
* Refreshed debian/patches/02_autogen_required_versions.patch.


Modified:
    desktop/experimental/gnome-common/debian/changelog
    desktop/experimental/gnome-common/debian/patches/02_autogen_required_versions.patch

Modified: desktop/experimental/gnome-common/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-common/debian/changelog?rev=36435&op=diff
==============================================================================
--- desktop/experimental/gnome-common/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-common/debian/changelog [utf-8] Mon Dec 10 10:33:41 2012
@@ -1,3 +1,10 @@
+gnome-common (3.6.0-2) experimental; urgency=low
+
+  * New upstream release
+  * Refreshed debian/patches/02_autogen_required_versions.patch.
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Mon, 10 Dec 2012 11:32:22 +0100
+
 gnome-common (3.4.0.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/experimental/gnome-common/debian/patches/02_autogen_required_versions.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-common/debian/patches/02_autogen_required_versions.patch?rev=36435&op=diff
==============================================================================
--- desktop/experimental/gnome-common/debian/patches/02_autogen_required_versions.patch [utf-8] (original)
+++ desktop/experimental/gnome-common/debian/patches/02_autogen_required_versions.patch [utf-8] Mon Dec 10 10:33:41 2012
@@ -1,19 +1,20 @@
 Bump minimum required versions to sane values.
 
-diff -urN gnome-common-2.18.0.orig/macros2/gnome-autogen.sh gnome-common-2.18.0/macros2/gnome-autogen.sh
---- gnome-common-2.18.0.orig/macros2/gnome-autogen.sh	2007-04-09 14:20:39.000000000 +0200
-+++ gnome-common-2.18.0/macros2/gnome-autogen.sh	2007-04-09 14:59:13.000000000 +0200
+Index: gnome-common-3.6.0/macros2/gnome-autogen.sh
+===================================================================
+--- gnome-common-3.6.0.orig/macros2/gnome-autogen.sh	2012-10-16 00:58:19.000000000 +0200
++++ gnome-common-3.6.0/macros2/gnome-autogen.sh	2012-12-10 11:31:00.300367893 +0100
 @@ -8,10 +8,10 @@
  # default version requirements ...
- REQUIRED_AUTOCONF_VERSION=${REQUIRED_AUTOCONF_VERSION:-2.53}
- REQUIRED_AUTOMAKE_VERSION=${REQUIRED_AUTOMAKE_VERSION:-1.9}
--REQUIRED_LIBTOOL_VERSION=${REQUIRED_LIBTOOL_VERSION:-1.4.3}
--REQUIRED_GETTEXT_VERSION=${REQUIRED_GETTEXT_VERSION:-0.10.40}
-+REQUIRED_LIBTOOL_VERSION=${REQUIRED_LIBTOOL_VERSION:-1.5}
-+REQUIRED_GETTEXT_VERSION=${REQUIRED_GETTEXT_VERSION:-0.12}
- REQUIRED_GLIB_GETTEXT_VERSION=${REQUIRED_GLIB_GETTEXT_VERSION:-2.2.0}
--REQUIRED_INTLTOOL_VERSION=${REQUIRED_INTLTOOL_VERSION:-0.25}
-+REQUIRED_INTLTOOL_VERSION=${REQUIRED_INTLTOOL_VERSION:-0.30}
- REQUIRED_PKG_CONFIG_VERSION=${REQUIRED_PKG_CONFIG_VERSION:-0.14.0}
- REQUIRED_GTK_DOC_VERSION=${REQUIRED_GTK_DOC_VERSION:-1.0}
- REQUIRED_DOC_COMMON_VERSION=${REQUIRED_DOC_COMMON_VERSION:-2.3.0}
+ test "$REQUIRED_AUTOCONF_VERSION" || REQUIRED_AUTOCONF_VERSION=2.53
+ test "$REQUIRED_AUTOMAKE_VERSION" || REQUIRED_AUTOMAKE_VERSION=1.9
+-test "$REQUIRED_LIBTOOL_VERSION" || REQUIRED_LIBTOOL_VERSION=1.4.3
+-test "$REQUIRED_GETTEXT_VERSION" || REQUIRED_GETTEXT_VERSION=0.10.40
++test "$REQUIRED_LIBTOOL_VERSION" || REQUIRED_LIBTOOL_VERSION=1.5
++test "$REQUIRED_GETTEXT_VERSION" || REQUIRED_GETTEXT_VERSION=0.12
+ test "$REQUIRED_GLIB_GETTEXT_VERSION" || REQUIRED_GLIB_GETTEXT_VERSION=2.2.0
+-test "$REQUIRED_INTLTOOL_VERSION" || REQUIRED_INTLTOOL_VERSION=0.25
++test "$REQUIRED_INTLTOOL_VERSION" || REQUIRED_INTLTOOL_VERSION=0.30
+ test "$REQUIRED_PKG_CONFIG_VERSION" || REQUIRED_PKG_CONFIG_VERSION=0.14.0
+ test "$REQUIRED_GTK_DOC_VERSION" || REQUIRED_GTK_DOC_VERSION=1.0
+ test "$REQUIRED_DOC_COMMON_VERSION" || REQUIRED_DOC_COMMON_VERSION=2.3.0




More information about the pkg-gnome-commits mailing list