r42332 - in /packages/unstable/libxml++2.6/debian: changelog control control.in rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Fri Aug 29 04:52:43 UTC 2014


Author: ah
Date: Fri Aug 29 04:52:43 2014
New Revision: 42332

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42332
Log:
* Non-maintainer upload.
* Adding autoreconf to the build. Forcing to use automake-1.11 due to
  compatibility issues. Closes: #755744

Modified:
    packages/unstable/libxml++2.6/debian/changelog
    packages/unstable/libxml++2.6/debian/control
    packages/unstable/libxml++2.6/debian/control.in
    packages/unstable/libxml++2.6/debian/rules

Modified: packages/unstable/libxml++2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libxml%2B%2B2.6/debian/changelog?rev=42332&op=diff
==============================================================================
--- packages/unstable/libxml++2.6/debian/changelog	[utf-8] (original)
+++ packages/unstable/libxml++2.6/debian/changelog	[utf-8] Fri Aug 29 04:52:43 2014
@@ -1,3 +1,12 @@
+libxml++2.6 (2.36.0-2.1) unstable; urgency=low
+
+  [ Fernando Seiti Furusato]
+  * Non-maintainer upload.
+  * Adding autoreconf to the build. Forcing to use automake-1.11 due to
+    compatibility issues. Closes: #755744
+
+ -- Andreas Barth <aba at ayous.org>  Fri, 29 Aug 2014 03:02:24 +0000
+
 libxml++2.6 (2.36.0-2) unstable; urgency=low
 
   * Don't rely on LC_ALL being already set and explicitly export it.

Modified: packages/unstable/libxml++2.6/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libxml%2B%2B2.6/debian/control?rev=42332&op=diff
==============================================================================
--- packages/unstable/libxml++2.6/debian/control	[utf-8] (original)
+++ packages/unstable/libxml++2.6/debian/control	[utf-8] Fri Aug 29 04:52:43 2014
@@ -13,6 +13,8 @@
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/libxml++2.6
 Build-Depends: cdbs (>= 0.4.51),
                debhelper (>= 8),
+               dh-autoreconf,
+               automake1.11,
                autotools-dev,
                gnome-pkg-tools (>= 0.11),
                libxml2-dev (>= 2.7.3),

Modified: packages/unstable/libxml++2.6/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libxml%2B%2B2.6/debian/control.in?rev=42332&op=diff
==============================================================================
--- packages/unstable/libxml++2.6/debian/control.in	[utf-8] (original)
+++ packages/unstable/libxml++2.6/debian/control.in	[utf-8] Fri Aug 29 04:52:43 2014
@@ -8,6 +8,8 @@
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/libxml++2.6
 Build-Depends: cdbs (>= 0.4.51),
                debhelper (>= 8),
+               dh-autoreconf,
+               automake1.11,
                autotools-dev,
                gnome-pkg-tools (>= 0.11),
                libxml2-dev (>= 2.7.3),

Modified: packages/unstable/libxml++2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libxml%2B%2B2.6/debian/rules?rev=42332&op=diff
==============================================================================
--- packages/unstable/libxml++2.6/debian/rules	[utf-8] (original)
+++ packages/unstable/libxml++2.6/debian/rules	[utf-8] Fri Aug 29 04:52:43 2014
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
+export AUTOMAKE=automake-1.11
+export ACLOCAL=aclocal-1.11
+
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk




More information about the pkg-gnome-commits mailing list