r38302 - in /desktop/unstable/gdk-pixbuf/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Jun 2 13:40:33 UTC 2013


Author: pochu
Date: Sun Jun  2 13:40:32 2013
New Revision: 38302

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38302
Log:
* debian/rules,
  debian/control:
  + Run dh-autoreconf to avoid an rpath issue on hurd.

Modified:
    desktop/unstable/gdk-pixbuf/debian/changelog
    desktop/unstable/gdk-pixbuf/debian/control
    desktop/unstable/gdk-pixbuf/debian/control.in
    desktop/unstable/gdk-pixbuf/debian/rules

Modified: desktop/unstable/gdk-pixbuf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/changelog?rev=38302&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/changelog [utf-8] Sun Jun  2 13:40:32 2013
@@ -1,3 +1,11 @@
+gdk-pixbuf (2.28.1-2) UNRELEASED; urgency=low
+
+  * debian/rules,
+    debian/control:
+    + Run dh-autoreconf to avoid an rpath issue on hurd.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 02 Jun 2013 15:37:07 +0200
+
 gdk-pixbuf (2.28.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/unstable/gdk-pixbuf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/control?rev=38302&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/control [utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/control [utf-8] Sun Jun  2 13:40:32 2013
@@ -10,6 +10,7 @@
 Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Martin Pitt <mpitt at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: cdbs (>= 0.4.93),
                debhelper (>= 9),
+               dh-autoreconf,
                autotools-dev,
                gnome-pkg-tools (>= 0.10),
                libglib2.0-dev (>= 2.34.0),

Modified: desktop/unstable/gdk-pixbuf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/control.in?rev=38302&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/control.in [utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/control.in [utf-8] Sun Jun  2 13:40:32 2013
@@ -5,6 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs (>= 0.4.93),
                debhelper (>= 9),
+               dh-autoreconf,
                autotools-dev,
                gnome-pkg-tools (>= 0.10),
                libglib2.0-dev (>= 2.34.0),

Modified: desktop/unstable/gdk-pixbuf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/rules?rev=38302&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/rules [utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/rules [utf-8] Sun Jun  2 13:40:32 2013
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f 
+
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/gnome.mk




More information about the pkg-gnome-commits mailing list