[Pkg-xfce-commits] r6478 - in goodies/tags/ristretto: . 0.3.5-1 0.3.5-1/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Mar 3 11:57:15 UTC 2012
Author: corsac
Date: 2012-03-03 11:57:15 +0000 (Sat, 03 Mar 2012)
New Revision: 6478
Added:
goodies/tags/ristretto/0.3.5-1/
goodies/tags/ristretto/0.3.5-1/debian/changelog
goodies/tags/ristretto/0.3.5-1/debian/control
Removed:
goodies/tags/ristretto/0.3.5-1/debian/changelog
goodies/tags/ristretto/0.3.5-1/debian/control
Log:
[svn-buildpackage] Tagging ristretto 0.3.5-1
Property changes on: goodies/tags/ristretto/0.3.5-1
___________________________________________________________________
Added: svn:mergeinfo
+ /goodies/branches/experimental/ristretto:4168-5236
Deleted: goodies/tags/ristretto/0.3.5-1/debian/changelog
===================================================================
--- goodies/trunk/ristretto/debian/changelog 2012-02-25 11:17:17 UTC (rev 6448)
+++ goodies/tags/ristretto/0.3.5-1/debian/changelog 2012-03-03 11:57:15 UTC (rev 6478)
@@ -1,241 +0,0 @@
-ristretto (0.3.4-1) UNRELEASED; urgency=low
-
- * New upstream bugfix release.
- - Round rendering of image to whole pixels, should fix blurry images in
- 1:1 and fullscreen modes. Closes: #661199
-
- -- Lionel Le Folgoc <mrpouit at gmail.com> Sat, 28 Jan 2012 13:20:38 +0100
-
-ristretto (0.3.2-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Yves-Alexis Perez <corsac at debian.org> Sat, 14 Jan 2012 21:07:56 +0100
-
-ristretto (0.3.1-1) unstable; urgency=low
-
- * New upstream release.
- - "Set as wallpaper" function now works from GNOME. lp: #360518
-
- -- Yves-Alexis Perez <corsac at debian.org> Tue, 10 Jan 2012 21:43:04 +0100
-
-ristretto (0.3.0-1) unstable; urgency=low
-
- * New upstream release.
- * debian/control:
- - add build-dep on exo.
-
- -- Yves-Alexis Perez <corsac at debian.org> Sat, 05 Nov 2011 22:47:59 +0100
-
-ristretto (0.2.2-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Yves-Alexis Perez <corsac at debian.org> Sat, 29 Oct 2011 09:35:41 +0200
-
-ristretto (0.2.1-1) unstable; urgency=low
-
- [ Lionel Le Folgoc ]
- * New upstream release.
-
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 23 Oct 2011 21:17:02 +0200
-
-ristretto (0.1.1-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Lionel Le Folgoc <mrpouit at gmail.com> Fri, 07 Oct 2011 22:19:37 +0200
-
-ristretto (0.1.0-1) unstable; urgency=low
-
- * New upstream releaase.
- * debian/patches:
- - 01_fix-various-memleaks dropped, included upstream.
- * debian/compat bumped to 9 for hardening support.
- * debian/control:
- - drop build-dep on hardening-includes and update debhelper build-dep for
- compat 9 mode.
- * debian/rules:
- - set hardening and ldflags the v9 way.
-
- -- Yves-Alexis Perez <corsac at debian.org> Thu, 06 Oct 2011 22:46:46 +0200
-
-ristretto (0.0.93-3) unstable; urgency=low
-
- * debian/patches:
- - 01_fix-various-memleaks.patch: apply patch from upstream author to fix
- several memleaks when opening a set of pictures.
- - series: add this patch.
-
- -- Lionel Le Folgoc <mrpouit at gmail.com> Sun, 04 Sep 2011 22:28:36 +0200
-
-ristretto (0.0.93-2) unstable; urgency=low
-
- * Upload to unstable.
-
- -- Yves-Alexis Perez <corsac at debian.org> Fri, 29 Apr 2011 08:06:45 +0200
-
-ristretto (0.0.93-1) experimental; urgency=low
-
- * New upstream release.
- * debian/patches:
- - 01_fix-implicit-dso-linking dropped, included upstream.
- * debian/control:
- - update build-deps for Xfce 4.8.
- - remove Emanuele, Simon and Stefan from uploaders, thanks to them.
- - update standards version to 3.9.2.
- * debian/copyright updated.
-
- -- Yves-Alexis Perez <corsac at debian.org> Wed, 20 Apr 2011 12:53:56 +0200
-
-ristretto (0.0.91-2) experimental; urgency=low
-
- * debian/patches:
- - 01_fix-implicit-dso-linking.patch: fix build with --no-add-needed
- (backported from upstream git).
- - series: add this patch.
-
- -- Lionel Le Folgoc <mrpouit at gmail.com> Sun, 27 Feb 2011 01:15:24 +0100
-
-ristretto (0.0.91-1) experimental; urgency=low
-
- [ Lionel Le Folgoc ]
- * New upstream development release.
- * Convert to 3.0 (quilt).
- * Switch to dh.
- * debian/control:
- - add myself to Uploaders
- - refresh build-deps: drop libthunar-vfs-1-dev; add libxfconf-0-dev,
- libglib2.0-dev (>= 2.16.0) and libcairo2-dev (>= 1.8.0)
- - bump Standards-Version to 3.9.0
- - recommends tumbler (used to generate thumbnails).
- * debian/manpages: add debian/ristretto.1.
- * debian/patches/01_fix-segfault-with-gif-images.patch: dropped, not needed.
-
- [ Yves-Alexis Perez ]
- * debian/control:
- - update standards version to 3.9.1.
- - add build-dep on hardening-includes.
- * debian/rules:
- - pick {C,LD}FLAGS from dpkg-buildflags.
- - add -O1, -z,defs and --as-needed to LDFLAGGS.
- - add hardening flags to {C,LD}FLAGS.
- * debian/docs: install AUTHORS, NEWS and README upstream files.
-
- -- Lionel Le Folgoc <mrpouit at gmail.com> Mon, 21 Feb 2011 08:51:11 +0100
-
-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 <corsac at debian.org> 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 <corsac at debian.org> 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 <corsac at debian.org> 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 <corsac at debian.org> 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 <corsac at debian.org> Thu, 03 Jul 2008 08:22:12 +0200
-
-ristretto (0.0.20-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 25 May 2008 11:28:29 +0200
-
-ristretto (0.0.18-1) unstable; urgency=low
-
- * new upstream release.
-
- -- Yves-Alexis Perez <corsac at debian.org> 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 <corsac at debian.org> 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 <stefan at desire.ch> Tue, 05 Feb 2008 22:18:20 +0100
-
-ristretto (0.0.15-1) unstable; urgency=low
-
- * Initial debian package closes: #456622
-
- -- Stefan Ott <stefan at desire.ch> Mon, 17 Dec 2007 01:08:05 +0100
Copied: goodies/tags/ristretto/0.3.5-1/debian/changelog (from rev 6475, goodies/trunk/ristretto/debian/changelog)
===================================================================
--- goodies/tags/ristretto/0.3.5-1/debian/changelog (rev 0)
+++ goodies/tags/ristretto/0.3.5-1/debian/changelog 2012-03-03 11:57:15 UTC (rev 6478)
@@ -0,0 +1,254 @@
+ristretto (0.3.5-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - update standards version to 3.9.3.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 03 Mar 2012 12:33:41 +0100
+
+ristretto (0.3.4-1) unstable; urgency=low
+
+ [ Lionel Le Folgoc ]
+ * New upstream bugfix release.
+ - Round rendering of image to whole pixels, should fix blurry images in
+ 1:1 and fullscreen modes. Closes: #661199
+
+ [ Yves-Alexis Perez ]
+ * debian/control:
+ - bump debhelper build-dep to 9.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Sat, 25 Feb 2012 14:17:32 +0100
+
+ristretto (0.3.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 14 Jan 2012 21:07:56 +0100
+
+ristretto (0.3.1-1) unstable; urgency=low
+
+ * New upstream release.
+ - "Set as wallpaper" function now works from GNOME. lp: #360518
+
+ -- Yves-Alexis Perez <corsac at debian.org> Tue, 10 Jan 2012 21:43:04 +0100
+
+ristretto (0.3.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - add build-dep on exo.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 05 Nov 2011 22:47:59 +0100
+
+ristretto (0.2.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 29 Oct 2011 09:35:41 +0200
+
+ristretto (0.2.1-1) unstable; urgency=low
+
+ [ Lionel Le Folgoc ]
+ * New upstream release.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 23 Oct 2011 21:17:02 +0200
+
+ristretto (0.1.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Fri, 07 Oct 2011 22:19:37 +0200
+
+ristretto (0.1.0-1) unstable; urgency=low
+
+ * New upstream releaase.
+ * debian/patches:
+ - 01_fix-various-memleaks dropped, included upstream.
+ * debian/compat bumped to 9 for hardening support.
+ * debian/control:
+ - drop build-dep on hardening-includes and update debhelper build-dep for
+ compat 9 mode.
+ * debian/rules:
+ - set hardening and ldflags the v9 way.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 06 Oct 2011 22:46:46 +0200
+
+ristretto (0.0.93-3) unstable; urgency=low
+
+ * debian/patches:
+ - 01_fix-various-memleaks.patch: apply patch from upstream author to fix
+ several memleaks when opening a set of pictures.
+ - series: add this patch.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Sun, 04 Sep 2011 22:28:36 +0200
+
+ristretto (0.0.93-2) unstable; urgency=low
+
+ * Upload to unstable.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Fri, 29 Apr 2011 08:06:45 +0200
+
+ristretto (0.0.93-1) experimental; urgency=low
+
+ * New upstream release.
+ * debian/patches:
+ - 01_fix-implicit-dso-linking dropped, included upstream.
+ * debian/control:
+ - update build-deps for Xfce 4.8.
+ - remove Emanuele, Simon and Stefan from uploaders, thanks to them.
+ - update standards version to 3.9.2.
+ * debian/copyright updated.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 20 Apr 2011 12:53:56 +0200
+
+ristretto (0.0.91-2) experimental; urgency=low
+
+ * debian/patches:
+ - 01_fix-implicit-dso-linking.patch: fix build with --no-add-needed
+ (backported from upstream git).
+ - series: add this patch.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Sun, 27 Feb 2011 01:15:24 +0100
+
+ristretto (0.0.91-1) experimental; urgency=low
+
+ [ Lionel Le Folgoc ]
+ * New upstream development release.
+ * Convert to 3.0 (quilt).
+ * Switch to dh.
+ * debian/control:
+ - add myself to Uploaders
+ - refresh build-deps: drop libthunar-vfs-1-dev; add libxfconf-0-dev,
+ libglib2.0-dev (>= 2.16.0) and libcairo2-dev (>= 1.8.0)
+ - bump Standards-Version to 3.9.0
+ - recommends tumbler (used to generate thumbnails).
+ * debian/manpages: add debian/ristretto.1.
+ * debian/patches/01_fix-segfault-with-gif-images.patch: dropped, not needed.
+
+ [ Yves-Alexis Perez ]
+ * debian/control:
+ - update standards version to 3.9.1.
+ - add build-dep on hardening-includes.
+ * debian/rules:
+ - pick {C,LD}FLAGS from dpkg-buildflags.
+ - add -O1, -z,defs and --as-needed to LDFLAGGS.
+ - add hardening flags to {C,LD}FLAGS.
+ * debian/docs: install AUTHORS, NEWS and README upstream files.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Mon, 21 Feb 2011 08:51:11 +0100
+
+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 <corsac at debian.org> 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 <corsac at debian.org> 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 <corsac at debian.org> 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 <corsac at debian.org> 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 <corsac at debian.org> Thu, 03 Jul 2008 08:22:12 +0200
+
+ristretto (0.0.20-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 25 May 2008 11:28:29 +0200
+
+ristretto (0.0.18-1) unstable; urgency=low
+
+ * new upstream release.
+
+ -- Yves-Alexis Perez <corsac at debian.org> 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 <corsac at debian.org> 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 <stefan at desire.ch> Tue, 05 Feb 2008 22:18:20 +0100
+
+ristretto (0.0.15-1) unstable; urgency=low
+
+ * Initial debian package closes: #456622
+
+ -- Stefan Ott <stefan at desire.ch> Mon, 17 Dec 2007 01:08:05 +0100
Deleted: goodies/tags/ristretto/0.3.5-1/debian/control
===================================================================
--- goodies/trunk/ristretto/debian/control 2012-02-25 11:17:17 UTC (rev 6448)
+++ goodies/tags/ristretto/0.3.5-1/debian/control 2012-03-03 11:57:15 UTC (rev 6478)
@@ -1,21 +0,0 @@
-Source: ristretto
-Section: xfce
-Priority: optional
-Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Uploaders: Yves-Alexis Perez <corsac at debian.org>,
- Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: debhelper (>= 8.9.3), libexif-dev, libgtk2.0-dev,
- libdbus-glib-1-dev, libxfce4ui-1-dev (>= 4.8.0), libglib2.0-dev (>= 2.16.0),
- libxfconf-0-dev, libcairo2-dev (>= 1.8.0), intltool, libexo-1-dev (>= 0.4.0)
-Standards-Version: 3.9.2
-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}
-Recommends: tumbler
-Description: lightweight picture-viewer for the Xfce desktop environment
- Ristretto is a fast and lightweight picture-viewer for the Xfce desktop
- environment.
Copied: goodies/tags/ristretto/0.3.5-1/debian/control (from rev 6474, goodies/trunk/ristretto/debian/control)
===================================================================
--- goodies/tags/ristretto/0.3.5-1/debian/control (rev 0)
+++ goodies/tags/ristretto/0.3.5-1/debian/control 2012-03-03 11:57:15 UTC (rev 6478)
@@ -0,0 +1,21 @@
+Source: ristretto
+Section: xfce
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Yves-Alexis Perez <corsac at debian.org>,
+ Lionel Le Folgoc <mrpouit at gmail.com>
+Build-Depends: debhelper (>= 9), libexif-dev, libgtk2.0-dev,
+ libdbus-glib-1-dev, libxfce4ui-1-dev (>= 4.8.0), libglib2.0-dev (>= 2.16.0),
+ libxfconf-0-dev, libcairo2-dev (>= 1.8.0), intltool, libexo-1-dev (>= 0.4.0)
+Standards-Version: 3.9.3
+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}
+Recommends: tumbler
+Description: lightweight picture-viewer for the Xfce desktop environment
+ Ristretto is a fast and lightweight picture-viewer for the Xfce desktop
+ environment.
More information about the Pkg-xfce-commits
mailing list