[Pkg-xfce-commits] r3224 - goodies/trunk/xfce4-dict/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun May 10 04:08:27 UTC 2009
Author: corsac
Date: 2009-05-10 16:08:27 +0000 (Sun, 10 May 2009)
New Revision: 3224
Modified:
goodies/trunk/xfce4-dict/debian/changelog
goodies/trunk/xfce4-dict/debian/control
goodies/trunk/xfce4-dict/debian/rules
Log:
* New upstream release.
* debian/control:
- move to xfce section.
- bump build-deps for Xfce 4.6.
- update standards version to 3.8.1.
* debian/rules:
- LDFLAGS set to -Wl,-z,defs -Wl,--as-needed.
Modified: goodies/trunk/xfce4-dict/debian/changelog
===================================================================
--- goodies/trunk/xfce4-dict/debian/changelog 2009-05-10 16:08:19 UTC (rev 3223)
+++ goodies/trunk/xfce4-dict/debian/changelog 2009-05-10 16:08:27 UTC (rev 3224)
@@ -1,3 +1,16 @@
+xfce4-dict (0.5.2-2) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - move to xfce section.
+ - bump build-deps for Xfce 4.6.
+ - update standards version to 3.8.1.
+ * debian/rules:
+ - LDFLAGS set to -Wl,-z,defs -Wl,--as-needed.
+
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 10 May 2009 17:59:38 +0200
+
xfce4-dict (0.5.2-1) unstable; urgency=low
* New upstream release.
Modified: goodies/trunk/xfce4-dict/debian/control
===================================================================
--- goodies/trunk/xfce4-dict/debian/control 2009-05-10 16:08:19 UTC (rev 3223)
+++ goodies/trunk/xfce4-dict/debian/control 2009-05-10 16:08:27 UTC (rev 3224)
@@ -1,11 +1,11 @@
Source: xfce4-dict
-Section: x11
+Section: xfce
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), libexo-0.3-dev (>= 0.3.4),
- xfce4-panel-dev (>= 4.4.2), libxml-parser-perl, intltool, libgtk2.0-dev
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7.0.13), libexo-0.3-dev (>= 0.3.100),
+ xfce4-panel-dev (>= 4.6.0), libxml-parser-perl, intltool, libgtk2.0-dev
+Standards-Version: 3.8.1
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-dict
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/xfce4-dict
Homepage: http://goodies.xfce.org/projects/applications/xfce4-dict
Modified: goodies/trunk/xfce4-dict/debian/rules
===================================================================
--- goodies/trunk/xfce4-dict/debian/rules 2009-05-10 16:08:19 UTC (rev 3223)
+++ goodies/trunk/xfce4-dict/debian/rules 2009-05-10 16:08:27 UTC (rev 3224)
@@ -1,3 +1,5 @@
#!/usr/bin/make -f
+LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+
%:
dh $@
More information about the Pkg-xfce-commits
mailing list