[Pkg-xfce-commits] r3279 - goodies/trunk/xfce4-linelight-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Mon Jun 1 09:38:35 UTC 2009
Author: corsac
Date: 2009-06-01 09:38:35 +0000 (Mon, 01 Jun 2009)
New Revision: 3279
Modified:
goodies/trunk/xfce4-linelight-plugin/debian/changelog
goodies/trunk/xfce4-linelight-plugin/debian/control
goodies/trunk/xfce4-linelight-plugin/debian/rules
Log:
* debian/control
- update standards version to 3.8.1.
- add locate|mlocate to depends as linelight needs the locate command.
- update build-deps for Xfce 4.6.
* debian/rules:
- -Wl,-z,-defs -Wl,--as-needed added to LDFLAGS.
Modified: goodies/trunk/xfce4-linelight-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-linelight-plugin/debian/changelog 2009-05-31 11:42:23 UTC (rev 3278)
+++ goodies/trunk/xfce4-linelight-plugin/debian/changelog 2009-06-01 09:38:35 UTC (rev 3279)
@@ -1,3 +1,14 @@
+xfce4-linelight-plugin (0.1.6-2) UNRELEASED; urgency=low
+
+ * debian/control
+ - update standards version to 3.8.1.
+ - add locate|mlocate to depends as linelight needs the locate command.
+ - update build-deps for Xfce 4.6.
+ * debian/rules:
+ - -Wl,-z,-defs -Wl,--as-needed added to LDFLAGS.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Mon, 01 Jun 2009 11:38:20 +0200
+
xfce4-linelight-plugin (0.1.6-1) unstable; urgency=low
* Initial release closes: #517658
Modified: goodies/trunk/xfce4-linelight-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-linelight-plugin/debian/control 2009-05-31 11:42:23 UTC (rev 3278)
+++ goodies/trunk/xfce4-linelight-plugin/debian/control 2009-06-01 09:38:35 UTC (rev 3279)
@@ -3,15 +3,15 @@
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>
-Build-Depends: debhelper (>= 7.0.13), xfce4-panel-dev (>= 4.3.90.2-3), libxml-parser-perl, libthunar-vfs-1-dev
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7.0.13), xfce4-panel-dev, libxml-parser-perl, libthunar-vfs-1-dev
+Standards-Version: 3.8.1
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-linelight-plugin
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/xfce4-linelight-plugin
Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-linelight-plugin/
Package: xfce4-linelight-plugin
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, locate | mlocate
Description: Search plugin for Xfce panel
linelight is a simple frontend for the locate search. The search results are
listed in sections (music, video, images, ... ) and can be executed directly
Modified: goodies/trunk/xfce4-linelight-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-linelight-plugin/debian/rules 2009-05-31 11:42:23 UTC (rev 3278)
+++ goodies/trunk/xfce4-linelight-plugin/debian/rules 2009-06-01 09:38:35 UTC (rev 3279)
@@ -1,3 +1,4 @@
#!/usr/bin/make -f
+LDFLAGS +=-Wl,-z,-defs -Wl,--as-needed
%:
dh $@
More information about the Pkg-xfce-commits
mailing list