[Pkg-xfce-commits] r6730 - goodies/trunk/xfce4-clipman-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Mon Apr 9 07:26:47 UTC 2012
Author: corsac
Date: 2012-04-09 19:26:47 +0000 (Mon, 09 Apr 2012)
New Revision: 6730
Modified:
goodies/trunk/xfce4-clipman-plugin/debian/changelog
goodies/trunk/xfce4-clipman-plugin/debian/control
goodies/trunk/xfce4-clipman-plugin/debian/rules
Log:
* debian/rules:
- build with --parallel.
- configure with --disable-static and stop removing .a files.
* debian/control:
- update standards version to 3.9.3.
- update debhelper build-dep to 9.
Modified: goodies/trunk/xfce4-clipman-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-clipman-plugin/debian/changelog 2012-04-09 19:26:02 UTC (rev 6729)
+++ goodies/trunk/xfce4-clipman-plugin/debian/changelog 2012-04-09 19:26:47 UTC (rev 6730)
@@ -1,6 +1,12 @@
xfce4-clipman-plugin (2:1.2.3-1) UNRELEASED; urgency=low
* New upstream release.
+ * debian/rules:
+ - build with --parallel.
+ - configure with --disable-static and stop removing .a files.
+ * debian/control:
+ - update standards version to 3.9.3.
+ - update debhelper build-dep to 9.
-- Yves-Alexis Perez <corsac at debian.org> Mon, 09 Apr 2012 20:05:51 +0200
Modified: goodies/trunk/xfce4-clipman-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-clipman-plugin/debian/control 2012-04-09 19:26:02 UTC (rev 6729)
+++ goodies/trunk/xfce4-clipman-plugin/debian/control 2012-04-09 19:26:47 UTC (rev 6730)
@@ -5,12 +5,12 @@
Uploaders: Yves-Alexis Perez <corsac at debian.org>,
Lionel Le Folgoc <mrpouit at gmail.com>,
Mike Massonnet <mmassonnet at gmail.com>
-Build-Depends: autotools-dev, debhelper (>= 8.9.4), dpkg-dev (>= 1.16.1),
+Build-Depends: autotools-dev, debhelper (>= 9), dpkg-dev (>= 1.16.1),
xfce4-panel-dev (>= 4.8.0), libxml2-dev, libxml-parser-perl, intltool,
libx11-dev, pkg-config, libgtk2.0-dev, libexo-1-dev,
libxfconf-0-dev (>= 4.8.0), libglade2-dev, libunique-dev, libxfce4ui-1-dev,
libxtst-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: http://goodies.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-clipman-plugin/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-clipman-plugin/
Modified: goodies/trunk/xfce4-clipman-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-clipman-plugin/debian/rules 2012-04-09 19:26:02 UTC (rev 6729)
+++ goodies/trunk/xfce4-clipman-plugin/debian/rules 2012-04-09 19:26:47 UTC (rev 6730)
@@ -4,9 +4,11 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
%:
- dh $@
+ dh $@ --parallel
+override_dh_auto_configure:
+ dh_auto_configure -- --disable-static
+
override_dh_auto_install:
dh_auto_install
- -rm debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/*.a
-rm debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/*.la
More information about the Pkg-xfce-commits
mailing list