[Pkg-xfce-commits] r2949 - goodies/trunk/ristretto/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Sun Mar 15 09:23:17 UTC 2009
Author: corsac
Date: 2009-03-15 09:23:16 +0000 (Sun, 15 Mar 2009)
New Revision: 2949
Modified:
goodies/trunk/ristretto/debian/changelog
goodies/trunk/ristretto/debian/compat
goodies/trunk/ristretto/debian/control
goodies/trunk/ristretto/debian/rules
Log:
* debian/control:
- add build-de on libxfcegui4-dev.
- update standards version to 3.8.1.
- bump debhelper build-dep to 7.
- add ${misc:Depends} to depends.
* debian/compat bumped to 7.
* debian/rules:
- add -Wl,--as-needed to LDFLAGS.
Modified: goodies/trunk/ristretto/debian/changelog
===================================================================
--- goodies/trunk/ristretto/debian/changelog 2009-03-15 04:06:09 UTC (rev 2948)
+++ goodies/trunk/ristretto/debian/changelog 2009-03-15 09:23:16 UTC (rev 2949)
@@ -1,8 +1,19 @@
ristretto (0.0.21-1) UNRELEASED; urgency=low
+ [ Stefan Ott ]
* New upstream release.
* Removed patches/01_plug-memleak.patch (fixed upstream)
+ [ Yves-Alexis Perez ]
+ * debian/control:
+ - add build-de on libxfcegui4-dev.
+ - update standards version to 3.8.1.
+ - bump debhelper build-dep to 7.
+ - add ${misc:Depends} to depends.
+ * debian/compat bumped to 7.
+ * debian/rules:
+ - add -Wl,--as-needed to LDFLAGS.
+
-- Stefan Ott <stefan at ott.net> Sun, 15 Mar 2009 04:55:11 +0100
ristretto (0.0.20-3) unstable; urgency=low
Modified: goodies/trunk/ristretto/debian/compat
===================================================================
--- goodies/trunk/ristretto/debian/compat 2009-03-15 04:06:09 UTC (rev 2948)
+++ goodies/trunk/ristretto/debian/compat 2009-03-15 09:23:16 UTC (rev 2949)
@@ -1 +1 @@
-4
+7
Modified: goodies/trunk/ristretto/debian/control
===================================================================
--- goodies/trunk/ristretto/debian/control 2009-03-15 04:06:09 UTC (rev 2948)
+++ goodies/trunk/ristretto/debian/control 2009-03-15 09:23:16 UTC (rev 2949)
@@ -3,15 +3,16 @@
Priority: optional
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>
-Build-Depends: cdbs, debhelper (>= 4.1), libexif-dev, libgtk2.0-dev, libthunar-vfs-1-dev, libdbus-glib-1-dev
-Standards-Version: 3.8.0
+Build-Depends: cdbs, debhelper (>= 4.1), libexif-dev, libgtk2.0-dev,
+ libthunar-vfs-1-dev, libdbus-glib-1-dev, libxfcegui4-dev
+Standards-Version: 3.8.1
Homepage: http://goodies.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/ristretto/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/ristretto/
Package: ristretto
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: lightweight picture-viewer for the Xfce desktop environment
Ristretto is a fast and lightweight picture-viewer for the Xfce desktop
environment.
Modified: goodies/trunk/ristretto/debian/rules
===================================================================
--- goodies/trunk/ristretto/debian/rules 2009-03-15 04:06:09 UTC (rev 2948)
+++ goodies/trunk/ristretto/debian/rules 2009-03-15 09:23:16 UTC (rev 2949)
@@ -3,6 +3,7 @@
include /usr/share/cdbs/1/class/autotools.mk
DEB_INSTALL_MANPAGES_ristretto := debian/ristretto.1
+LDFLAGS += -Wl,--as-needed
binary-post-install/ristretto::
dh_desktop
More information about the Pkg-xfce-commits
mailing list