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

corsac at alioth.debian.org corsac at alioth.debian.org
Sun Nov 23 12:27:29 UTC 2008


Author: corsac
Date: 2008-11-23 12:27:29 +0000 (Sun, 23 Nov 2008)
New Revision: 2546

Modified:
   goodies/xfce4-notes-plugin/debian/changelog
   goodies/xfce4-notes-plugin/debian/control
   goodies/xfce4-notes-plugin/debian/rules
Log:
* new upstream release.
  - add build dep on intltool, libx11-dev, pkg-config, libgtk2.0-dev,
    libxfcegui4-dev, libthunar-vfs-1-dev, libxfconf-0-dev
* debian/rules:
  - enable fs monitoring.

Modified: goodies/xfce4-notes-plugin/debian/changelog
===================================================================
--- goodies/xfce4-notes-plugin/debian/changelog	2008-11-23 11:48:59 UTC (rev 2545)
+++ goodies/xfce4-notes-plugin/debian/changelog	2008-11-23 12:27:29 UTC (rev 2546)
@@ -1,10 +1,15 @@
-xfce4-notes-plugin (1.6.2-3) UNRELEASED; urgency=low
+xfce4-notes-plugin (1.6.3-1) UNRELEASED; urgency=low
 
+  * new upstream release.
   * debian/watch: update url to report gz or bz2. Thanks Kibi!
   * debian/control: 
     - update standards version to 3.8.0.
+    - add build dep on intltool, libx11-dev, pkg-config, libgtk2.0-dev,
+      libxfcegui4-dev, libthunar-vfs-1-dev, libxfconf-0-dev
+  * debian/rules:
+    - enable fs monitoring.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Thu, 03 Jul 2008 18:27:31 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 23 Nov 2008 13:19:42 +0100
 
 xfce4-notes-plugin (1.6.2-2) unstable; urgency=low
 

Modified: goodies/xfce4-notes-plugin/debian/control
===================================================================
--- goodies/xfce4-notes-plugin/debian/control	2008-11-23 11:48:59 UTC (rev 2545)
+++ goodies/xfce4-notes-plugin/debian/control	2008-11-23 12:27:29 UTC (rev 2546)
@@ -2,7 +2,10 @@
 Section: x11
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), xfce4-panel-dev (>= 4.4.1), libxml2-dev, libxml-parser-perl
+Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), 
+ 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
 Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>
 Standards-Version: 3.8.0
 Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin

Modified: goodies/xfce4-notes-plugin/debian/rules
===================================================================
--- goodies/xfce4-notes-plugin/debian/rules	2008-11-23 11:48:59 UTC (rev 2545)
+++ goodies/xfce4-notes-plugin/debian/rules	2008-11-23 12:27:29 UTC (rev 2546)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-fs-monitor
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-fs-monitor
 
 binary-post-install/xfce4-notes-plugin::
 	-rm -rf debian/xfce4-notes-plugin/usr/lib/xfce4/panel-plugins/*.a




More information about the Pkg-xfce-commits mailing list