[Pkg-xfce-commits] r8167 - in /desktop/branches/experimental/xfce4-settings/debian: changelog control rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Thu Jan 16 21:36:59 UTC 2014


Author: corsac
Date: Thu Jan 16 21:36:59 2014
New Revision: 8167

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8167
Log:
remove calls to xdt-autogen and autoreconf, not needed anymore

Modified:
    desktop/branches/experimental/xfce4-settings/debian/changelog
    desktop/branches/experimental/xfce4-settings/debian/control
    desktop/branches/experimental/xfce4-settings/debian/rules

Modified: desktop/branches/experimental/xfce4-settings/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfce4-settings/debian/changelog?rev=8167&op=diff
==============================================================================
--- desktop/branches/experimental/xfce4-settings/debian/changelog	(original)
+++ desktop/branches/experimental/xfce4-settings/debian/changelog	Thu Jan 16 21:36:59 2014
@@ -8,17 +8,17 @@
   * New upstream development release.
   * 02-Xfsettingsd-Check-for-NoSuchExtension-bug-9390 fixed upstream
   * debian/changelog: Convert to debian machine readable format
-  * debian/control: B-dep on dh-autoreconf
   * Refresh remaining patch 
   * Update all manpages
   * debian/rules: 
     - Use --disable-silent-rules
-    - Use dh_autoreconf
 
   [ Yves-Alexis Perez ]
   * debian/control:
     - add build-dep on libupower-glib-dev for upower support.
     - update standards version to 3.9.5. 
+  * debian/rules:
+    - drop call to xdt-autogen, not needed anymore.
 
   [ Lionel Le Folgoc ]
   * debian/control: bump libxfce4ui-1-dev b-dep to >= 4.11.0.

Modified: desktop/branches/experimental/xfce4-settings/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfce4-settings/debian/control?rev=8167&op=diff
==============================================================================
--- desktop/branches/experimental/xfce4-settings/debian/control	(original)
+++ desktop/branches/experimental/xfce4-settings/debian/control	Thu Jan 16 21:36:59 2014
@@ -8,7 +8,7 @@
  libxfce4util-dev (>= 4.10.0), libxfce4ui-1-dev (>= 4.11.0),
  libexo-1-dev (>= 0.8.0), libxfconf-0-dev (>= 4.10.0), libwnck-dev,
  libxklavier-dev (>= 5.0), libnotify-dev, intltool (>= 0.31),
- libgarcon-1-0-dev (>= 0.2.0), libupower-glib-dev, dh-autoreconf
+ libgarcon-1-0-dev (>= 0.2.0), libupower-glib-dev
 Build-Conflicts: libxfcegui4-dev (<< 4.7.0)
 Standards-Version: 3.9.5
 Homepage: http://www.xfce.org

Modified: desktop/branches/experimental/xfce4-settings/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfce4-settings/debian/rules?rev=8167&op=diff
==============================================================================
--- desktop/branches/experimental/xfce4-settings/debian/rules	(original)
+++ desktop/branches/experimental/xfce4-settings/debian/rules	Thu Jan 16 21:36:59 2014
@@ -7,18 +7,12 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 override_dh_auto_configure:
-	NOCONFIGURE=1 xdt-autogen
-	find .pc -type f -name '*.c' -exec echo '{}' >> po/POTFILES.skip \;
 	dh_auto_configure -- --enable-libnotify --enable-xcursor \
 		--enable-libxklavier --enable-sound-settings --enable-pluggable-dialogs \
 		--disable-silent-rules
-
-override_dh_auto_clean:
-	rm -f po/POTFILES.skip
-	dh_auto_clean
 
 override_dh_installman:
 	dh_installman debian/*.1
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --parallel




More information about the Pkg-xfce-commits mailing list