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

Yves-Alexis Perez corsac at alioth.debian.org
Sun Oct 17 01:10:58 UTC 2010


Author: corsac
Date: 2010-10-17 13:10:36 +0000 (Sun, 17 Oct 2010)
New Revision: 4305

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:
  - add build-dep on automake, autoconf, intltool and xfce4-dev-tools in 
    order to run xdt-autogen after patching configure.ac/Makefile.am.
  - switch to dh 7 rules.
  - run xdt-autogen before configure.
  - add --as-needed to LDFLAGS.

Modified: goodies/branches/experimental/xfce4-cellmodem-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-cellmodem-plugin/debian/changelog	2010-10-17 11:31:03 UTC (rev 4304)
+++ goodies/branches/experimental/xfce4-cellmodem-plugin/debian/changelog	2010-10-17 13:10:36 UTC (rev 4305)
@@ -10,17 +10,19 @@
     - add myself to Uploaders.
     - update debhelper build dep to 7.0.50~ for dh7 rules and overrides.
     - add build-dep on libxfcegui4-dev.
-    - add build-dep on intltool and xfce4-dev-tools in order to
-      run xdt-autogen after patching configure.ac/Makefile.am.
+    - add build-dep on automake, autoconf, intltool and xfce4-dev-tools in 
+      order to run xdt-autogen after patching configure.ac/Makefile.am.
   * Switch to 3.0 (quilt) source format.
   * Update standards version to 3.9.1.
   * debian/rules:
-    - switch to dh 7 rules
+    - switch to dh 7 rules.
+    - run xdt-autogen before configure.
+    - add --as-needed to LDFLAGS.
   * debian/patches:
     - 01_explicit-linking-to-libxfcegui4 and 02_typo-linking added, fix
       linking with libxfcegui4 before port to Xfce 4.7 and libxfce4ui is done.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 17 Oct 2010 12:13:49 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 17 Oct 2010 15:08:24 +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-10-17 11:31:03 UTC (rev 4304)
+++ goodies/branches/experimental/xfce4-cellmodem-plugin/debian/control	2010-10-17 13:10:36 UTC (rev 4305)
@@ -6,7 +6,7 @@
  Yves-Alexis Perez <corsac at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libpci-dev, libusb-dev,
  libxml-parser-perl, pkg-config, xfce4-panel-dev, libxfcegui4-dev,
- intltool, xfce4-dev-tools
+ intltool, automake, autoconf, xfce4-dev-tools
 Standards-Version: 3.9.1
 Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-cellmodem-plugin
 Vcs-Svn: svn://svn.debian.org/svn/pkg-xfce/goodies/trunk/xfce4-cellmodem-plugin/

Modified: goodies/branches/experimental/xfce4-cellmodem-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-cellmodem-plugin/debian/rules	2010-10-17 11:31:03 UTC (rev 4304)
+++ goodies/branches/experimental/xfce4-cellmodem-plugin/debian/rules	2010-10-17 13:10:36 UTC (rev 4305)
@@ -3,10 +3,11 @@
 
 CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
 LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
-#LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
+LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
 
 override_dh_auto_configure:
 	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
 




More information about the Pkg-xfce-commits mailing list