[Pkg-xfce-commits] r6363 - goodies/trunk/lightdm/debian

Yves-Alexis Perez corsac at alioth.debian.org
Tue Jan 31 06:41:56 UTC 2012


Author: corsac
Date: 2012-01-31 06:41:56 +0000 (Tue, 31 Jan 2012)
New Revision: 6363

Modified:
   goodies/trunk/lightdm/debian/changelog
   goodies/trunk/lightdm/debian/control
   goodies/trunk/lightdm/debian/rules
Log:
  - drop dh-autoreconf build-dep.
  - drop autoreconf since we don't need it anymore.

Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog	2012-01-30 21:13:59 UTC (rev 6362)
+++ goodies/trunk/lightdm/debian/changelog	2012-01-31 06:41:56 UTC (rev 6363)
@@ -10,6 +10,7 @@
     - drop lightdm-{gtk,qt}-greeter packages since they have been moved to
       standalone packages.
     - rename lightdm-qt-1-0 package to -2-0 to follow soname bump.
+    - drop dh-autoreconf build-dep.
   * debian/watch updated for new tarballs location.
   * debian/patches:
     - 01_set-default-path refreshed.
@@ -21,6 +22,7 @@
     - 08_CVE-2011-3153 dropped, included upstream.
   * debian/rules:
     - don't install libsystem as it's only useful for tests.
+    - drop autoreconf since we don't need it anymore.
   * debian/lightdm-{gtk,qt}-greeter.{config.install.templates,postinst,prerm}
     dropped.
 

Modified: goodies/trunk/lightdm/debian/control
===================================================================
--- goodies/trunk/lightdm/debian/control	2012-01-30 21:13:59 UTC (rev 6362)
+++ goodies/trunk/lightdm/debian/control	2012-01-31 06:41:56 UTC (rev 6363)
@@ -8,7 +8,7 @@
 Build-Depends: debhelper (>= 8.9.4), intltool, pkg-config, libglib2.0-dev, 
  libdbus-glib-1-dev, libxcb1-dev, libxdmcp-dev, libpam-dev, libxklavier-dev, 
  libgtk-3-dev, libck-connector-dev, gnome-doc-utils, libqt4-dev,
- valac, gobject-introspection, dpkg-dev (>= 1.16.1), dh-autoreconf,
+ valac, gobject-introspection, dpkg-dev (>= 1.16.1),
  gtk-doc-tools
 Standards-Version: 3.9.2
 Homepage: https://launchpad.net/lightdm

Modified: goodies/trunk/lightdm/debian/rules
===================================================================
--- goodies/trunk/lightdm/debian/rules	2012-01-30 21:13:59 UTC (rev 6362)
+++ goodies/trunk/lightdm/debian/rules	2012-01-31 06:41:56 UTC (rev 6363)
@@ -18,6 +18,6 @@
 	dh_install --fail-missing
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_test:




More information about the Pkg-xfce-commits mailing list