[Pkg-xfce-commits] r4635 - goodies/branches/experimental/xfce4-cellmodem-plugin/debian

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sun Dec 5 08:34:48 UTC 2010


Author: mrpouit-guest
Date: 2010-12-05 20:34:47 +0000 (Sun, 05 Dec 2010)
New Revision: 4635

Modified:
   goodies/branches/experimental/xfce4-cellmodem-plugin/debian/changelog
   goodies/branches/experimental/xfce4-cellmodem-plugin/debian/control
   goodies/branches/experimental/xfce4-cellmodem-plugin/debian/rules
Log:
* debian/rules:
  - pass NOCONFIGURE=1 to xdt-autogen, otherwise ./configure is run twice
  - clean up generated files changed by xdt-autogen.
* debian/control: add myself to Uploaders.

Modified: goodies/branches/experimental/xfce4-cellmodem-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-cellmodem-plugin/debian/changelog	2010-12-05 16:04:43 UTC (rev 4634)
+++ goodies/branches/experimental/xfce4-cellmodem-plugin/debian/changelog	2010-12-05 20:34:47 UTC (rev 4635)
@@ -24,6 +24,12 @@
     - 01_explicit-linking-to-libxfcegui4 and 02_typo-linking added, fix
       linking with libxfcegui4 before port to Xfce 4.7 and libxfce4ui is done.
 
+  [ Lionel Le Folgoc ]
+  * debian/rules:
+    - pass NOCONFIGURE=1 to xdt-autogen, otherwise ./configure is run twice
+    - clean up generated files changed by xdt-autogen.
+  * debian/control: add myself to Uploaders.
+
  -- Yves-Alexis Perez <corsac at debian.org>  Sun, 17 Oct 2010 15:14:05 +0200
 
 xfce4-cellmodem-plugin (0.0.5-1) unstable; urgency=low

Modified: goodies/branches/experimental/xfce4-cellmodem-plugin/debian/control
===================================================================
--- goodies/branches/experimental/xfce4-cellmodem-plugin/debian/control	2010-12-05 16:04:43 UTC (rev 4634)
+++ goodies/branches/experimental/xfce4-cellmodem-plugin/debian/control	2010-12-05 20:34:47 UTC (rev 4635)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Evgeni Golov <evgeni at debian.org>, 
- Yves-Alexis Perez <corsac at debian.org>
+ Yves-Alexis Perez <corsac at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libpci-dev, libusb-dev,
  libxml-parser-perl, pkg-config, xfce4-panel-dev, libxfcegui4-dev,
  intltool, automake, autoconf, xfce4-dev-tools, hardening-includes

Modified: goodies/branches/experimental/xfce4-cellmodem-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-cellmodem-plugin/debian/rules	2010-12-05 16:04:43 UTC (rev 4634)
+++ goodies/branches/experimental/xfce4-cellmodem-plugin/debian/rules	2010-12-05 20:34:47 UTC (rev 4635)
@@ -9,10 +9,18 @@
 LDFLAGS+=-Wl,-z,defs -Wl,--as-needed $(HARDENING_LDFLAGS)
 
 override_dh_auto_configure:
-	xdt-autogen
+	NOCONFIGURE=1 xdt-autogen
 	echo panel-plugin/cellmodem.desktop.in.in >> po/POTFILES.skip
 	dh_auto_configure -- --mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info --libexecdir=\$${prefix}/lib
 
+override_dh_auto_clean:
+	dh_auto_clean
+	
+	rm -f $$(find -name 'Makefile.in*')
+	rm -f INSTALL aclocal.m4 configure depcomp install-sh missing mkinstalldirs
+	rm -f config.h.in intltool-extract.in intltool-merge.in intltool-update.in
+	rm -f po/POTFILES.skip
+
 %:
 	dh $@




More information about the Pkg-xfce-commits mailing list