[Pkg-xfce-commits] r8060 - in /goodies/trunk/xfce4-mailwatch-plugin/debian: ./ patches/

Lionel Le Folgoc mrpouit-guest at moszumanska.debian.org
Sat Nov 23 12:50:00 UTC 2013


Author: mrpouit-guest
Date: Sat Nov 23 12:49:59 2013
New Revision: 8060

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8060
Log:
* New upstream release.
* debian/control: update my email address.
* debian/patches/*: dropped, applied upstream.
* debian/control:
  - drop b-deps on xfce4-dev-tools, libtool and autoconf, unneeded.
  - add new b-dep on libexo-1-dev.
* debian/rules:
  - drop dh overrides of configure and clean, unneeded too.
  - correctly delete la files.

Removed:
    goodies/trunk/xfce4-mailwatch-plugin/debian/patches/01_fix-cpu-usage.diff
    goodies/trunk/xfce4-mailwatch-plugin/debian/patches/02_link-with-libxfcegui4.patch
    goodies/trunk/xfce4-mailwatch-plugin/debian/patches/02_mbox-interval.diff
    goodies/trunk/xfce4-mailwatch-plugin/debian/patches/03_fix-implicit-dso-linking.patch
    goodies/trunk/xfce4-mailwatch-plugin/debian/patches/04_fix-format-string-errors.patch
    goodies/trunk/xfce4-mailwatch-plugin/debian/patches/05_port-to-libxfce4ui.patch
    goodies/trunk/xfce4-mailwatch-plugin/debian/patches/series
Modified:
    goodies/trunk/xfce4-mailwatch-plugin/debian/changelog
    goodies/trunk/xfce4-mailwatch-plugin/debian/control
    goodies/trunk/xfce4-mailwatch-plugin/debian/rules

Modified: goodies/trunk/xfce4-mailwatch-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-mailwatch-plugin/debian/changelog?rev=8060&op=diff
==============================================================================
--- goodies/trunk/xfce4-mailwatch-plugin/debian/changelog	(original)
+++ goodies/trunk/xfce4-mailwatch-plugin/debian/changelog	Sat Nov 23 12:49:59 2013
@@ -1,8 +1,20 @@
-xfce4-mailwatch-plugin (1.1.0-8) UNRELEASED; urgency=low
+xfce4-mailwatch-plugin (1.2.0-1) UNRELEASED; urgency=low
 
+  [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
 
- -- Evgeni Golov <evgeni at debian.org>  Mon, 15 Jul 2013 21:57:37 +0200
+  [ Lionel Le Folgoc ]
+  * New upstream release.
+  * debian/control: update my email address.
+  * debian/patches/*: dropped, applied upstream.
+  * debian/control:
+    - drop b-deps on xfce4-dev-tools, libtool and autoconf, unneeded.
+    - add new b-dep on libexo-1-dev.
+  * debian/rules:
+    - drop dh overrides of configure and clean, unneeded too.
+    - correctly delete la files.
+
+ -- Lionel Le Folgoc <lionel at lefolgoc.net>  Fri, 15 Nov 2013 17:39:53 +0100
 
 xfce4-mailwatch-plugin (1.1.0-7) unstable; urgency=low
 

Modified: goodies/trunk/xfce4-mailwatch-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-mailwatch-plugin/debian/control?rev=8060&op=diff
==============================================================================
--- goodies/trunk/xfce4-mailwatch-plugin/debian/control	(original)
+++ goodies/trunk/xfce4-mailwatch-plugin/debian/control	Sat Nov 23 12:49:59 2013
@@ -4,10 +4,10 @@
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>,
  Stefan Ott <stefan at ott.net>, Yves-Alexis Perez <corsac at debian.org>,
- Lionel Le Folgoc <mrpouit at gmail.com>
+ Lionel Le Folgoc <lionel at lefolgoc.net>
 Build-Depends: debhelper (>= 9), libgtk2.0-dev, xfce4-panel-dev,
   libgnutls-dev, libxml-parser-perl, libxfce4util-dev, libxfce4ui-1-dev,
-  xfce4-dev-tools, intltool, libtool, autoconf, autotools-dev
+  libexo-1-dev, intltool, autotools-dev
 Standards-Version: 3.9.4
 Homepage: http://spuriousinterrupt.org/projects/mailwatch
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-mailwatch-plugin/

Modified: goodies/trunk/xfce4-mailwatch-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-mailwatch-plugin/debian/rules?rev=8060&op=diff
==============================================================================
--- goodies/trunk/xfce4-mailwatch-plugin/debian/rules	(original)
+++ goodies/trunk/xfce4-mailwatch-plugin/debian/rules	Sat Nov 23 12:49:59 2013
@@ -7,17 +7,6 @@
 %:
 	dh $@ --parallel --with autotools-dev
 
-override_dh_auto_configure:
-	NOCONFIGURE=1 xdt-autogen
-	dh_auto_configure
-
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -f $$(find -name 'Makefile.in*') compile *.in
-	rm -f INSTALL aclocal.m4 config.guess config.sub configure
-	rm -f depcomp install-sh ltmain.sh missing mkinstalldirs
-
 override_dh_install:
-	-rm -rf debian/`dh_listpackages`/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel-plugins/*.a
-	-rm -rf debian/`dh_listpackages`/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel-plugins/*.la
+	find debian/xfce4-mailwatch-plugin/usr/lib -name '*.la' -delete
 	dh_install --fail-missing




More information about the Pkg-xfce-commits mailing list