[Pkg-xfce-commits] r3919 - goodies/trunk/xfce4-notes-plugin/debian

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sun Mar 28 02:10:50 UTC 2010


Author: mrpouit-guest
Date: 2010-03-28 14:10:44 +0000 (Sun, 28 Mar 2010)
New Revision: 3919

Modified:
   goodies/trunk/xfce4-notes-plugin/debian/changelog
   goodies/trunk/xfce4-notes-plugin/debian/control
   goodies/trunk/xfce4-notes-plugin/debian/rules
Log:
* New upstream release.
* Drop thunar-vfs support removed upstream:
  - debian/control: do not build-dep on libthunar-vfs-dev
  - debian/rules: do not pass --enable-fs-monitor to configure
  (thanks Mike Massonnet for the patch)                       closes: #575586

Modified: goodies/trunk/xfce4-notes-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-notes-plugin/debian/changelog	2010-03-28 14:02:54 UTC (rev 3918)
+++ goodies/trunk/xfce4-notes-plugin/debian/changelog	2010-03-28 14:10:44 UTC (rev 3919)
@@ -1,3 +1,13 @@
+xfce4-notes-plugin (1.7.3-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Drop thunar-vfs support removed upstream:
+    - debian/control: do not build-dep on libthunar-vfs-dev
+    - debian/rules: do not pass --enable-fs-monitor to configure
+    (thanks Mike Massonnet for the patch)                       closes: #575586
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com>  Sun, 28 Mar 2010 16:05:45 +0200
+
 xfce4-notes-plugin (1.7.2-2) unstable; urgency=low
 
   * debian/control:

Modified: goodies/trunk/xfce4-notes-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-notes-plugin/debian/control	2010-03-28 14:02:54 UTC (rev 3918)
+++ goodies/trunk/xfce4-notes-plugin/debian/control	2010-03-28 14:10:44 UTC (rev 3919)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Build-Depends: autotools-dev, cdbs, debhelper (>= 7.0.50~),
- xfce4-panel-dev (>= 4.4.1), libxml2-dev, libxml-parser-perl, intltool, 
- libx11-dev, pkg-config, libgtk2.0-dev, libxfcegui4-dev,
- libthunar-vfs-1-dev, libxfconf-0-dev, libunique-dev
+ xfce4-panel-dev (>= 4.4.1), libxml2-dev, libxml-parser-perl, intltool,
+ libx11-dev, pkg-config, libgtk2.0-dev, libxfcegui4-dev, libxfconf-0-dev,
+ libunique-dev
 Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>
 Standards-Version: 3.8.3
 Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin

Modified: goodies/trunk/xfce4-notes-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-notes-plugin/debian/rules	2010-03-28 14:02:54 UTC (rev 3918)
+++ goodies/trunk/xfce4-notes-plugin/debian/rules	2010-03-28 14:10:44 UTC (rev 3919)
@@ -2,9 +2,6 @@
 
 LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
 
-override_dh_auto_configure:
-	dh_auto_configure -- --enable-fs-monitor
-
 override_dh_install:
 	-rm -rf debian/tmp/usr/lib/xfce4/panel-plugins/*.a
 	-rm -rf debian/tmp/usr/lib/xfce4/panel-plugins/*.la




More information about the Pkg-xfce-commits mailing list