[Pkg-xfce-commits] r8720 - in /goodies/trunk/xfce4-weather-plugin/debian: ./ patches/
Yves-Alexis Perez
corsac at moszumanska.debian.org
Mon Nov 3 22:43:18 UTC 2014
Author: corsac
Date: Mon Nov 3 22:43:18 2014
New Revision: 8720
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8720
Log:
* debian/patches: all patches removed since they're included upstream
* debian/control:
- add build-dep on dh-autoreconf
* debian/rules:
- use autoreconf dh addon instead of manually handling files.
Removed:
goodies/trunk/xfce4-weather-plugin/debian/patches/01_link-libm.patch
goodies/trunk/xfce4-weather-plugin/debian/patches/02_fix-color-parsing.patch
goodies/trunk/xfce4-weather-plugin/debian/patches/03_fix-panel-icon-size.patch
goodies/trunk/xfce4-weather-plugin/debian/patches/git_support-locationforecast-1.2.patch
goodies/trunk/xfce4-weather-plugin/debian/patches/git_use-locationforecast-1.2.patch
goodies/trunk/xfce4-weather-plugin/debian/patches/series
Modified:
goodies/trunk/xfce4-weather-plugin/debian/changelog
goodies/trunk/xfce4-weather-plugin/debian/control
goodies/trunk/xfce4-weather-plugin/debian/rules
Modified: goodies/trunk/xfce4-weather-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-weather-plugin/debian/changelog?rev=8720&op=diff
==============================================================================
--- goodies/trunk/xfce4-weather-plugin/debian/changelog (original)
+++ goodies/trunk/xfce4-weather-plugin/debian/changelog Mon Nov 3 22:43:18 2014
@@ -1,6 +1,11 @@
xfce4-weather-plugin (0.8.4-1) UNRELEASED; urgency=medium
* New upstream release.
+ * debian/patches: all patches removed since they're included upstream
+ * debian/control:
+ - add build-dep on dh-autoreconf
+ * debian/rules:
+ - use autoreconf dh addon instead of manually handling files.
-- Yves-Alexis Perez <corsac at debian.org> Mon, 03 Nov 2014 22:24:43 +0100
Modified: goodies/trunk/xfce4-weather-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-weather-plugin/debian/control?rev=8720&op=diff
==============================================================================
--- goodies/trunk/xfce4-weather-plugin/debian/control (original)
+++ goodies/trunk/xfce4-weather-plugin/debian/control Mon Nov 3 22:43:18 2014
@@ -6,7 +6,8 @@
Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: autotools-dev, debhelper (>= 9), dpkg-dev (>= 1.16.1),
xfce4-panel-dev (>= 4.8.0), libxml2-dev, libxml-parser-perl, intltool,
- libxfce4ui-1-dev, libsoup2.4-dev, xfce4-dev-tools, automake, autoconf, libtool
+ libxfce4ui-1-dev, libsoup2.4-dev, xfce4-dev-tools, automake, autoconf, libtool,
+ dh-autoreconf
Standards-Version: 3.9.6
Homepage: http://goodies.xfce.org/
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-weather-plugin/
Modified: goodies/trunk/xfce4-weather-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-weather-plugin/debian/rules?rev=8720&op=diff
==============================================================================
--- goodies/trunk/xfce4-weather-plugin/debian/rules (original)
+++ goodies/trunk/xfce4-weather-plugin/debian/rules Mon Nov 3 22:43:18 2014
@@ -4,19 +4,13 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --parallel
+ dh $@ --parallel --with autoreconf
override_dh_install:
-rm -rf debian/`dh_listpackages`/usr/lib/*/xfce4/panel/plugins/*.a
-rm -rf debian/`dh_listpackages`/usr/lib/*/xfce4/panel/plugins/*.la
dh_install
-override_dh_auto_configure:
- NOCONFIGURE=1 xdt-autogen
- dh_auto_configure
-
-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 ltmain.sh missing mkinstalldirs
+override_dh_autoreconf:
+ mkdir -p m4
+ NOCONFIGURE=1 dh_autoreconf xdt-autogen
More information about the Pkg-xfce-commits
mailing list