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

Jackson Doak noskcaj-guest at moszumanska.debian.org
Wed Jul 9 20:57:26 UTC 2014


Author: noskcaj-guest
Date: Wed Jul  9 20:57:26 2014
New Revision: 8501

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8501
Log:
* debian/control: Build-depend on dh-autoreconf
* debian/rules: Use autoreconf

Modified:
    desktop/trunk/exo/debian/changelog
    desktop/trunk/exo/debian/control
    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=8501&op=diff
==============================================================================
--- desktop/trunk/exo/debian/changelog	(original)
+++ desktop/trunk/exo/debian/changelog	Wed Jul  9 20:57:26 2014
@@ -1,10 +1,15 @@
-exo (0.10.2-4) UNRELEASED; urgency=medium
-
+exo (0.10.2-4ubuntu1) UNRELEASED; urgency=medium
+
+  [ Yves-Alexis Perez ]
   * debian/patches:
     - 02_exo-compose-mail_add-support-for-bcc added, add support for BCC field
       in exo-compose-mail.                                      closes: #748162
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 25 May 2014 14:46:20 +0200
+  [ Jackson Doak ]
+  * debian/control: Build-depend on dh-autoreconf
+  * debian/rules: Use autoreconf
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Thu, 10 Jul 2014 06:56:46 +1000
 
 exo (0.10.2-3) unstable; urgency=low
 

Modified: desktop/trunk/exo/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/exo/debian/control?rev=8501&op=diff
==============================================================================
--- desktop/trunk/exo/debian/control	(original)
+++ desktop/trunk/exo/debian/control	Wed Jul  9 20:57:26 2014
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (>= 9), libxfce4util-dev (>= 4.10.0),
  dpkg-dev (>= 1.16.1), libxfce4ui-1-dev (>= 4.10.0), liburi-perl, chrpath,
  intltool, libglib2.0-dev (>= 2.30), xfce4-dev-tools (>= 4.10.0), libtool,
- gtk-doc-tools
+ gtk-doc-tools, dh-autoreconf
 Standards-Version: 3.9.5
 Homepage: http://www.xfce.org
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/desktop/trunk/exo/

Modified: desktop/trunk/exo/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/exo/debian/rules?rev=8501&op=diff
==============================================================================
--- desktop/trunk/exo/debian/rules	(original)
+++ desktop/trunk/exo/debian/rules	Wed Jul  9 20:57:26 2014
@@ -10,7 +10,10 @@
 MSGFMT = /usr/bin/msgfmt --endianness little
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
+
+override_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