[Pkg-xfce-commits] r8827 - in /desktop/trunk/mousepad/debian: changelog control rules
Yves-Alexis Perez
corsac at moszumanska.debian.org
Wed Mar 4 21:14:28 UTC 2015
Author: corsac
Date: Wed Mar 4 21:14:28 2015
New Revision: 8827
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8827
Log:
* debian/control:
- add build-dep on xdt-autogen and dh-autoreconf
* debian/rules:
- use dh-autoreconf addon to refresh config.{guess,sub}.
Modified:
desktop/trunk/mousepad/debian/changelog
desktop/trunk/mousepad/debian/control
desktop/trunk/mousepad/debian/rules
Modified: desktop/trunk/mousepad/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/mousepad/debian/changelog?rev=8827&op=diff
==============================================================================
--- desktop/trunk/mousepad/debian/changelog (original)
+++ desktop/trunk/mousepad/debian/changelog Wed Mar 4 21:14:28 2015
@@ -12,6 +12,12 @@
* New upstream release.
* Bump standards version to 3.9.6
* Switch from libdbus-glib-1-dev to libglib2.0-dev, glib 1 is no-longer used
+
+ [ Yves-Alexis Perez ]
+ * debian/control:
+ - add build-dep on xdt-autogen and dh-autoreconf
+ * debian/rules:
+ - use dh-autoreconf addon to refresh config.{guess,sub}.
-- Jackson Doak <noskcaj at ubuntu.com> Sun, 18 Aug 2013 18:21:57 +1000
Modified: desktop/trunk/mousepad/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/mousepad/debian/control?rev=8827&op=diff
==============================================================================
--- desktop/trunk/mousepad/debian/control (original)
+++ desktop/trunk/mousepad/debian/control Wed Mar 4 21:14:28 2015
@@ -5,7 +5,7 @@
Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>,
Yves-Alexis Perez <corsac at debian.org>
Build-Depends: debhelper (>= 9), pkg-config, libxml-parser-perl, intltool,
- libgtksourceview2.0-dev, libglib2.0-dev
+ libgtksourceview2.0-dev, libglib2.0-dev, xfce4-dev-tools, dh-autoreconf
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/desktop/trunk/mousepad/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/desktop/trunk/mousepad/
Modified: desktop/trunk/mousepad/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/mousepad/debian/rules?rev=8827&op=diff
==============================================================================
--- desktop/trunk/mousepad/debian/rules (original)
+++ desktop/trunk/mousepad/debian/rules Wed Mar 4 21:14:28 2015
@@ -12,5 +12,9 @@
overrides_dh_auto_configure:
dh_auto-configure -- --disable-silent-rules
+override_dh_autoreconf:
+ mkdir -p m4
+ NOCONFIGURE=1 dh_autoreconf xdt-autogen
+
%:
- dh $@ --parallel
+ dh $@ --parallel --with autoreconf
More information about the Pkg-xfce-commits
mailing list