[Pkg-xfce-commits] r3876 - in desktop/trunk/xfce4-dev-tools/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Tue Feb 23 11:12:06 UTC 2010


Author: corsac
Date: 2010-02-23 23:12:04 +0000 (Tue, 23 Feb 2010)
New Revision: 3876

Added:
   desktop/trunk/xfce4-dev-tools/debian/patches/01_support-automake1.11.patch
Modified:
   desktop/trunk/xfce4-dev-tools/debian/changelog
   desktop/trunk/xfce4-dev-tools/debian/control
Log:
* debian/patches:
  - 01_support-automake1.11 added, add support for automake 1.11, thanks
    Cyril Brulebois for the patch.                            closes: #571158
* debian/control:
  - update long description, Xfce now uses git.
  - update standards version to 3.8.4. 

Modified: desktop/trunk/xfce4-dev-tools/debian/changelog
===================================================================
--- desktop/trunk/xfce4-dev-tools/debian/changelog	2010-02-23 22:54:47 UTC (rev 3875)
+++ desktop/trunk/xfce4-dev-tools/debian/changelog	2010-02-23 23:12:04 UTC (rev 3876)
@@ -1,3 +1,14 @@
+xfce4-dev-tools (4.7.2-2) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - 01_support-automake1.11 added, add support for automake 1.11, thanks
+      Cyril Brulebois for the patch.                            closes: #571158
+  * debian/control:
+    - update long description, Xfce now uses git.
+    - update standards version to 3.8.4. 
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Wed, 24 Feb 2010 00:11:46 +0100
+
 xfce4-dev-tools (4.7.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/trunk/xfce4-dev-tools/debian/control
===================================================================
--- desktop/trunk/xfce4-dev-tools/debian/control	2010-02-23 22:54:47 UTC (rev 3875)
+++ desktop/trunk/xfce4-dev-tools/debian/control	2010-02-23 23:12:04 UTC (rev 3876)
@@ -4,7 +4,7 @@
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>
 Build-Depends: debhelper (>= 7), autotools-dev, cdbs
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce4-dev-tools/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-dev-tools/
 Homepage: http://foo-projects.org/~benny/projects/xfce4-dev-tools/
@@ -16,4 +16,4 @@
 Recommends: autoconf, automake, intltool, libtool
 Description: Script to help building Xfce from svn
  xfce4-dev-tools provide an easy way to handle the setup and maintenance of a 
- projects build framework. It's required to build Xfce applications from svn.
+ projects build framework. It's required to build Xfce applications from git.

Added: desktop/trunk/xfce4-dev-tools/debian/patches/01_support-automake1.11.patch
===================================================================
--- desktop/trunk/xfce4-dev-tools/debian/patches/01_support-automake1.11.patch	                        (rev 0)
+++ desktop/trunk/xfce4-dev-tools/debian/patches/01_support-automake1.11.patch	2010-02-23 23:12:04 UTC (rev 3876)
@@ -0,0 +1,22 @@
+diff --git a/scripts/xdt-autogen.in.in b/scripts/xdt-autogen.in.in
+index 2d14ef8..5e2ce49 100644
+--- a/scripts/xdt-autogen.in.in
++++ b/scripts/xdt-autogen.in.in
+@@ -429,7 +429,7 @@ done
+ ## simply aclocal.
+ ##
+ test -z "${XDT_PROG_ACLOCAL}" &&
+-for i in aclocal-1.10 aclocal-1.9 aclocal-1.8 aclocal; do
++for i in aclocal-1.11 aclocal-1.10 aclocal-1.9 aclocal-1.8 aclocal; do
+   (${i} --version) </dev/null >/dev/null 2>&1 &&
+   XDT_PROG_ACLOCAL=${i} && break
+ done
+@@ -473,7 +473,7 @@ done
+ ## simply automake.
+ ##
+ test -z "${XDT_PROG_AUTOMAKE}" &&
+-for i in automake-1.10 automake-1.9 automake-1.8 automake; do
++for i in automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake; do
+   (${i} --version) </dev/null >/dev/null 2>&1 &&
+   XDT_PROG_AUTOMAKE=${i} && break
+ done




More information about the Pkg-xfce-commits mailing list