--- ristretto-0.0.22.orig/debian/compat +++ ristretto-0.0.22/debian/compat @@ -0,0 +1 @@ +7 --- ristretto-0.0.22.orig/debian/copyright +++ ristretto-0.0.22/debian/copyright @@ -0,0 +1,16 @@ +This package was debianized by Stefan Ott on +Mon, 17 Dec 2007 01:11:07 +0100. + +It was downloaded from +http://goodies.xfce.org/projects/applications/ristretto + +Upstream Author and copyright holder: +© 2006-2008 Stephan Arts + +License: GPLv2 or later. + +You are free to distribute this software under the terms of +the GNU General Public License (version 2 or later). +On Debian systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/GPL' + --- ristretto-0.0.22.orig/debian/ristretto.1 +++ ristretto-0.0.22/debian/ristretto.1 @@ -0,0 +1,25 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH RISTRETTO "1" "February 2008" "ristretto 0.0.16" "User Commands" +.SH NAME +ristretto \- lightweight picture-viewer for the Xfce desktop environment +.SH DESCRIPTION +.SS "Usage:" +.IP +ristretto [OPTION...] +.SS "Help Options:" +.TP +\-?, \fB\-\-help\fR +Show help options +.TP +\fB\-\-help\-all\fR +Show all help options +.TP +\fB\-\-help\-gtk\fR +Show GTK+ Options +.SS "Application Options:" +.TP +\fB\-v\fR, \fB\-\-version\fR +Version information +.TP +\fB\-\-display\fR=\fIDISPLAY\fR +X display to use --- ristretto-0.0.22.orig/debian/rules +++ ristretto-0.0.22/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_INSTALL_MANPAGES_ristretto := debian/ristretto.1 +LDFLAGS +=-Wl,-z,-defs -Wl,--as-needed --- ristretto-0.0.22.orig/debian/changelog +++ ristretto-0.0.22/debian/changelog @@ -0,0 +1,115 @@ +ristretto (0.0.22-2) unstable; urgency=low + + [ Evgeni Golov ] + * Fix Vcs-* fields, they were missing 'trunk' in the path. + + [ Yves-Alexis Perez ] + * debian/watch updated to track Xfce archive reorganisation. + * debian/control: + - Bump standards version to 3.8.4 + + [ Stefan Ott ] + * debian/rules: + - Don't call dh_desktop (deprecated) + + [ Lionel Le Folgoc ] + * debian/patches/01_fix-segfault-with-gif-images.patch: copy pixbuf before + using them, should fix unref & segfault issues with GIF files. + * debian/rules: include simple-patchsys.mk. + + -- Yves-Alexis Perez Tue, 09 Feb 2010 21:41:35 +0100 + +ristretto (0.0.22-1) unstable; urgency=low + + * New upstream release. + * debian/rules: + - correct LDFLAGS line to -Wl,-z,-defs -Wl,--as-needed. + * debian/control: + - move to xfce section. + - add build-dep on intltool. + + -- Yves-Alexis Perez Sat, 16 May 2009 00:26:22 +0200 + +ristretto (0.0.21-1) unstable; urgency=low + + [ Stefan Ott ] + * New upstream release. + * Removed patches/01_plug-memleak.patch (fixed upstream) + + [ Yves-Alexis Perez ] + * debian/control: + - add build-dep 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. + + -- Yves-Alexis Perez Sat, 04 Apr 2009 02:28:38 +0200 + +ristretto (0.0.20-3) unstable; urgency=low + + [ Stefan Ott ] + * debian/control: update e-mail address + + [ Yves-Alexis Perez ] + * debian/patches: + - 01_plug-memleak added, fixes a huge memleak when using autoreload. + (r4842, Xfce4 #4508) + * debian/rules: + - add simple-patchsys rule. + + -- Yves-Alexis Perez Tue, 04 Nov 2008 08:16:23 +0100 + +ristretto (0.0.20-2) unstable; urgency=low + + * debian/rules: call dh_desktop so mime desktop database gets updated. + * debian/control: + - update standards version to 3.8.0. + - remove Rudy Godoy and Martin Loschwitz from Uploaders. + + -- Yves-Alexis Perez Thu, 03 Jul 2008 08:22:12 +0200 + +ristretto (0.0.20-1) unstable; urgency=low + + * New upstream release. + + -- Yves-Alexis Perez Sun, 25 May 2008 11:28:29 +0200 + +ristretto (0.0.18-1) unstable; urgency=low + + * new upstream release. + + -- Yves-Alexis Perez Tue, 25 Mar 2008 10:56:33 +0100 + +ristretto (0.0.17-1) unstable; urgency=low + + * New upstream release. + * debian/patches: 01-fix-segfault-on-scroll-empty-window dropped, merged + upstream. + * debian/rules: simple-patchsys rule dropped, useless now. + * debian/control: update my email address. + * debian/ristretto.1: give a useful description in manpage. + * debian/copyright: add copyright sign and dates. + + -- Yves-Alexis Perez Sun, 17 Feb 2008 14:16:10 +0100 + +ristretto (0.0.16-1) unstable; urgency=low + + [ Stefan Ott ] + * New upstream version + * Fixed url in debian/watch + * Added man page + * Updated standards versions to 3.7.3 + + [ Simon Huggins ] + * Add patch to stop segfault on scrolling an empty window. + + -- Stefan Ott Tue, 05 Feb 2008 22:18:20 +0100 + +ristretto (0.0.15-1) unstable; urgency=low + + * Initial debian package closes: #456622 + + -- Stefan Ott Mon, 17 Dec 2007 01:08:05 +0100 --- ristretto-0.0.22.orig/debian/control +++ ristretto-0.0.22/debian/control @@ -0,0 +1,18 @@ +Source: ristretto +Section: xfce +Priority: optional +Maintainer: Debian Xfce Maintainers +Uploaders: Emanuele Rocca , Simon Huggins , Stefan Ott , Yves-Alexis Perez +Build-Depends: cdbs, debhelper (>= 7), libexif-dev, libgtk2.0-dev, + libthunar-vfs-1-dev, libdbus-glib-1-dev, libxfcegui4-dev, intltool +Standards-Version: 3.8.4 +Homepage: http://goodies.xfce.org/ +Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/ristretto/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/ristretto/ + +Package: ristretto +Architecture: any +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. --- ristretto-0.0.22.orig/debian/watch +++ ristretto-0.0.22/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://archive.xfce.org/src/apps/ristretto/([\d\.]+)/ \ + ristretto-([\d\.]+)\.tar\.(?:gz|bz2) --- ristretto-0.0.22.orig/debian/patches/01_fix-segfault-with-gif-images.patch +++ ristretto-0.0.22/debian/patches/01_fix-segfault-with-gif-images.patch @@ -0,0 +1,20 @@ +--- ristretto-0.0.22.orig/src/navigator.c ++++ ristretto-0.0.22/src/navigator.c +@@ -1308,7 +1308,7 @@ + + if (entry->iter) + { +- pixbuf = gdk_pixbuf_animation_iter_get_pixbuf(entry->iter); ++ pixbuf = gdk_pixbuf_copy (gdk_pixbuf_animation_iter_get_pixbuf(entry->iter)); + } + else + { +@@ -1364,7 +1364,7 @@ + gdk_pixbuf_unref(entry->src_pixbuf); + entry->src_pixbuf = NULL; + } +- entry->src_pixbuf = gdk_pixbuf_animation_iter_get_pixbuf(entry->iter); ++ entry->src_pixbuf = gdk_pixbuf_copy (gdk_pixbuf_animation_iter_get_pixbuf(entry->iter)); + src_pixbuf = entry->src_pixbuf; + + if (src_pixbuf)