[Pkg-xfce-commits] r8815 - in /desktop/trunk/exo/debian: changelog rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Tue Mar 3 21:21:10 UTC 2015


Author: corsac
Date: Tue Mar  3 21:21:10 2015
New Revision: 8815

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8815
Log:
* debian/rules:
  - actually call dh-autoreconf.

Modified:
    desktop/trunk/exo/debian/changelog
    desktop/trunk/exo/debian/rules

Modified: desktop/trunk/exo/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/exo/debian/changelog?rev=8815&op=diff
==============================================================================
--- desktop/trunk/exo/debian/changelog	(original)
+++ desktop/trunk/exo/debian/changelog	Tue Mar  3 21:21:10 2015
@@ -1,5 +1,6 @@
 exo (0.10.3-1) UNRELEASED; urgency=medium
 
+  [ Mateusz Łukasik ]
   * New upstream release.
   * Remove patches included upstream:
     - 0001-Fix-exo_str_looks_like_an_uri-bug-10098.patch
@@ -8,6 +9,10 @@
   * Bump standards-version to 3.9.6
   * Rename 04_file-manager-inode-directory.patch to
     04_file-manager-inode-directory.patch.
+
+  [ Yves-Alexis Perez ]
+  * debian/rules:
+    - actually call dh-autoreconf.
 
  -- Mateusz Łukasik <mati75 at linuxmint.pl>  Sun, 01 Mar 2015 13:09:57 +0100
 

Modified: desktop/trunk/exo/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/exo/debian/rules?rev=8815&op=diff
==============================================================================
--- desktop/trunk/exo/debian/rules	(original)
+++ desktop/trunk/exo/debian/rules	Tue Mar  3 21:21:10 2015
@@ -13,7 +13,8 @@
 	dh $@ --parallel --with autoreconf
 
 override_dh_autoreconf:
-	xdt-autogen
+	mkdir -p m4
+	NOCONFIGURE=1 dh_autoreconf xdt-autogen
 
 override_dh_auto_configure:
 	MSGFMT="$(MSGFMT)" dh_auto_configure -- --disable-gtk-doc --disable-silent-rules




More information about the Pkg-xfce-commits mailing list