[Pkg-xfce-commits] r7042 - goodies/trunk/xfce4-screenshooter/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Mon May 21 08:24:19 UTC 2012
Author: mrpouit-guest
Date: 2012-05-21 20:24:19 +0000 (Mon, 21 May 2012)
New Revision: 7042
Modified:
goodies/trunk/xfce4-screenshooter/debian/changelog
goodies/trunk/xfce4-screenshooter/debian/control
goodies/trunk/xfce4-screenshooter/debian/rules
Log:
updates for xdt 4.10
Modified: goodies/trunk/xfce4-screenshooter/debian/changelog
===================================================================
--- goodies/trunk/xfce4-screenshooter/debian/changelog 2012-05-21 20:11:34 UTC (rev 7041)
+++ goodies/trunk/xfce4-screenshooter/debian/changelog 2012-05-21 20:24:19 UTC (rev 7042)
@@ -8,6 +8,7 @@
shared lib, and don't export all symbols.
* debian/rules:
- run xdt-autogen, needed by the patch.
+ - forcefully disable silent rules.
- don't install .la files.
- fix path to the panel plugin.
* debian/control:
Modified: goodies/trunk/xfce4-screenshooter/debian/control
===================================================================
--- goodies/trunk/xfce4-screenshooter/debian/control 2012-05-21 20:11:34 UTC (rev 7041)
+++ goodies/trunk/xfce4-screenshooter/debian/control 2012-05-21 20:24:19 UTC (rev 7042)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 9), autotools-dev, libxml-parser-perl,
xfce4-panel-dev (>= 4.8.0), libgtk2.0-dev, intltool, libcurl4-gnutls-dev,
libxmlrpc-c3-dev, libsoup2.4-dev, libxfce4ui-1-dev, libexo-1-dev,
- dpkg-dev (>= 1.16.1), xfce4-dev-tools, autoconf, automake, libtool
+ dpkg-dev (>= 1.16.1), xfce4-dev-tools (>= 4.10), autoconf, automake, libtool
Standards-Version: 3.9.3
Homepage: http://goodies.xfce.org/projects/applications/xfce4-screenshooter
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-screenshooter/
Modified: goodies/trunk/xfce4-screenshooter/debian/rules
===================================================================
--- goodies/trunk/xfce4-screenshooter/debian/rules 2012-05-21 20:11:34 UTC (rev 7041)
+++ goodies/trunk/xfce4-screenshooter/debian/rules 2012-05-21 20:24:19 UTC (rev 7042)
@@ -5,13 +5,12 @@
override_dh_auto_configure:
NOCONFIGURE=1 xdt-autogen
- dh_auto_configure
+ dh_auto_configure -- --disable-silent-rules
override_dh_auto_clean:
dh_auto_clean
- rm -f $$(find -name 'Makefile.in*')
- rm -f INSTALL aclocal.m4 config.guess config.sub configure
- rm -f depcomp install-sh missing mkinstalldirs
+ xdt-autogen clean
+ rm -f INSTALL
override_dh_install:
dh_install --fail-missing -X .la
More information about the Pkg-xfce-commits
mailing list