r109160 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109159‎ | r109160 | r109161 >
Date:16:37, 17 January 2012
Author:mah
Status:deferred
Tags:
Comment:
Modified paths:
  • /trunk/debs/librsvg2/debian (added) (history)
  • /trunk/debs/librsvg2/debian/changelog (added) (history)
  • /trunk/debs/librsvg2/debian/compat (added) (history)
  • /trunk/debs/librsvg2/debian/control (added) (history)
  • /trunk/debs/librsvg2/debian/control.in (added) (history)
  • /trunk/debs/librsvg2/debian/copyright (added) (history)
  • /trunk/debs/librsvg2/debian/librsvg2-2.install (added) (history)
  • /trunk/debs/librsvg2/debian/librsvg2-2.symbols (added) (history)
  • /trunk/debs/librsvg2/debian/librsvg2-bin.install (added) (history)
  • /trunk/debs/librsvg2/debian/librsvg2-bin.manpages (added) (history)
  • /trunk/debs/librsvg2/debian/librsvg2-common.install (added) (history)
  • /trunk/debs/librsvg2/debian/librsvg2-common.postinst.in (added) (history)
  • /trunk/debs/librsvg2/debian/librsvg2-dev.install (added) (history)
  • /trunk/debs/librsvg2/debian/librsvg2-dev.links (added) (history)
  • /trunk/debs/librsvg2/debian/librsvg2-dev.postinst (added) (history)
  • /trunk/debs/librsvg2/debian/patches (added) (history)
  • /trunk/debs/librsvg2/debian/patches/01_null_crash.patch (added) (history)
  • /trunk/debs/librsvg2/debian/patches/10_rsvg-gz.patch (added) (history)
  • /trunk/debs/librsvg2/debian/patches/99_ltmain_as-needed.patch (added) (history)
  • /trunk/debs/librsvg2/debian/patches/series (added) (history)
  • /trunk/debs/librsvg2/debian/rsvg-view.1 (added) (history)
  • /trunk/debs/librsvg2/debian/rules (added) (history)
  • /trunk/debs/librsvg2/debian/source (added) (history)
  • /trunk/debs/librsvg2/debian/source/format (added) (history)
  • /trunk/debs/librsvg2/debian/watch (added) (history)

Diff [purge]

Index: trunk/debs/librsvg2/debian/control
@@ -0,0 +1,111 @@
 2+# This file is autogenerated. DO NOT EDIT!
 3+#
 4+# Modifications should be made to debian/control.in instead.
 5+# This file is regenerated automatically in the clean target.
 6+
 7+Source: librsvg
 8+Section: libdevel
 9+Priority: optional
 10+Maintainer: Josselin Mouette <joss@debian.org>
 11+Uploaders: David Weinehall <tao@debian.org>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Michael Biebl <biebl@debian.org>, Sebastian Dröge <slomo@debian.org>
 12+Build-Depends: cdbs (>= 0.4.93),
 13+ debhelper (>= 8.1.3),
 14+ libfreetype6-dev,
 15+ libfontconfig1-dev (>= 1.0.1),
 16+ libxml2-dev (>= 2.6.22),
 17+ libglib2.0-dev (>= 2.24.0),
 18+ libcairo2-dev (>= 1.2.0),
 19+ libpango1.0-dev (>= 1.10.0),
 20+ libgdk-pixbuf2.0-dev (>= 2.23.5-2),
 21+ libgtk2.0-dev (>= 2.21.5),
 22+ libgtk-3-dev (>= 2.90.0),
 23+ libgsf-1-dev (>= 1.13.2-2),
 24+ gnome-pkg-tools (>= 0.10),
 25+ libcroco3-dev (>= 0.6.1),
 26+ gtk-doc-tools (>= 1.13),
 27+ python,
 28+ python-support,
 29+ libglib2.0-doc,
 30+ libgtk2.0-doc,
 31+ libcairo2-doc
 32+Standards-Version: 3.9.2
 33+Homepage: http://librsvg.sourceforge.net/
 34+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/librsvg
 35+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/librsvg
 36+XS-Python-Version: >= 2.5
 37+
 38+Package: librsvg2-dev
 39+Section: libdevel
 40+Architecture: any
 41+Depends: ${misc:Depends},
 42+ librsvg2-2 (= ${binary:Version}),
 43+ libglib2.0-dev (>= 2.12.0),
 44+ libgdk-pixbuf2.0-dev (>= 2.21.6),
 45+ libcairo2-dev (>= 1.2.0),
 46+ libgtk2.0-dev (>= 2.21.5)
 47+Multi-Arch: same
 48+Description: SAX-based renderer library for SVG files (development)
 49+ The rsvg library is an efficient renderer for Scalable Vector Graphics
 50+ (SVG) pictures.
 51+ .
 52+ This package provides the necessary development libraries and include
 53+ files to allow you to develop with librsvg.
 54+
 55+Package: librsvg2-2
 56+Section: libs
 57+Architecture: any
 58+Depends: ${misc:Depends},
 59+ ${shlibs:Depends}
 60+Suggests: librsvg2-bin
 61+Pre-Depends: ${misc:Pre-Depends}
 62+Multi-Arch: same
 63+Description: SAX-based renderer library for SVG files (runtime)
 64+ The rsvg library is an efficient renderer for Scalable Vector Graphics
 65+ (SVG) pictures.
 66+ .
 67+ This package contains the runtime library, necessary to run
 68+ applications using librsvg.
 69+
 70+Package: librsvg2-common
 71+Section: libs
 72+Architecture: any
 73+Depends: ${misc:Depends},
 74+ ${shlibs:Depends},
 75+ librsvg2-2 (= ${binary:Version})
 76+Breaks: libgdk-pixbuf2.0-0 (<< 2.23.5-2), libgtk2.0-0 (<< 2.24.5-4)
 77+Multi-Arch: same
 78+Description: SAX-based renderer library for SVG files (extra runtime)
 79+ The rsvg library is an efficient renderer for Scalable Vector Graphics
 80+ (SVG) pictures.
 81+ .
 82+ This package includes the gdk-pixbuf loader and a GTK+ engine, allowing
 83+ to load SVG images transparently inside GTK+ applications.
 84+
 85+Package: librsvg2-dbg
 86+Section: debug
 87+Priority: extra
 88+Architecture: any
 89+Depends: ${misc:Depends},
 90+ ${shlibs:Depends},
 91+ librsvg2-2 (= ${binary:Version})
 92+Multi-Arch: same
 93+Description: SAX-based renderer library for SVG files (debug)
 94+ The rsvg library is an efficient renderer for Scalable Vector Graphics
 95+ (SVG) pictures.
 96+ .
 97+ This package contains the debugging symbols.
 98+
 99+Package: librsvg2-bin
 100+Section: graphics
 101+Architecture: any
 102+Depends: ${misc:Depends},
 103+ ${shlibs:Depends},
 104+ ${python:Depends},
 105+ librsvg2-2 (>= ${binary:Version})
 106+Multi-Arch: foreign
 107+Description: command-line and graphical viewers for SVG files
 108+ The rsvg library is an efficient renderer for Scalable Vector Graphics
 109+ (SVG) pictures.
 110+ .
 111+ This package includes a command-line utility to convert the SVG files
 112+ to the PNG format and a graphical SVG viewer.
Index: trunk/debs/librsvg2/debian/librsvg2-2.symbols
@@ -0,0 +1,49 @@
 2+librsvg-2.so.2 librsvg2-2 #MINVER#
 3+* Build-Depends-Package: librsvg2-dev
 4+ _rsvg_acquire_xlink_href_resource@Base 2.14.4
 5+ _rsvg_register_types@Base 2.18.2
 6+ _rsvg_size_callback@Base 2.14.4
 7+ rsvg_cairo_to_pixbuf@Base 2.32.0
 8+ rsvg_css_parse_color@Base 2.26.0
 9+ rsvg_defs_lookup@Base 2.32.0
 10+ rsvg_error_get_type@Base 2.14.4
 11+ rsvg_error_quark@Base 2.14.4
 12+ rsvg_handle_close@Base 2.14.4
 13+ rsvg_handle_flags_get_type@Base 2.32.0
 14+ rsvg_handle_free@Base 2.14.4
 15+ rsvg_handle_get_base_uri@Base 2.14.4
 16+ rsvg_handle_get_desc@Base 2.14.4
 17+ rsvg_handle_get_dimensions@Base 2.14.4
 18+ rsvg_handle_get_dimensions_sub@Base 2.26.0
 19+ rsvg_handle_get_metadata@Base 2.14.4
 20+ rsvg_handle_get_pixbuf@Base 2.14.4
 21+ rsvg_handle_get_pixbuf_sub@Base 2.14.4
 22+ rsvg_handle_get_position_sub@Base 2.26.0
 23+ rsvg_handle_get_title@Base 2.14.4
 24+ rsvg_handle_get_type@Base 2.14.4
 25+ rsvg_handle_has_sub@Base 2.26.0
 26+ rsvg_handle_new@Base 2.14.4
 27+ rsvg_handle_new_from_data@Base 2.14.4
 28+ rsvg_handle_new_from_file@Base 2.14.4
 29+ rsvg_handle_new_from_gfile_sync@Base 2.32.0
 30+ rsvg_handle_new_from_stream_sync@Base 2.32.0
 31+ rsvg_handle_new_gz@Base 2.14.4
 32+ rsvg_handle_read_stream_sync@Base 2.32.0
 33+ rsvg_handle_render_cairo@Base 2.14.4
 34+ rsvg_handle_render_cairo_sub@Base 2.14.4
 35+ rsvg_handle_set_base_gfile@Base 2.32.0
 36+ rsvg_handle_set_base_uri@Base 2.14.4
 37+ rsvg_handle_set_dpi@Base 2.14.4
 38+ rsvg_handle_set_dpi_x_y@Base 2.14.4
 39+ rsvg_handle_set_size_callback@Base 2.14.4
 40+ rsvg_handle_write@Base 2.14.4
 41+ rsvg_init@Base 2.14.4
 42+ rsvg_pixbuf_from_data_with_size_data@Base 2.14.4
 43+ rsvg_pixbuf_from_file@Base 2.14.4
 44+ rsvg_pixbuf_from_file_at_max_size@Base 2.14.4
 45+ rsvg_pixbuf_from_file_at_size@Base 2.14.4
 46+ rsvg_pixbuf_from_file_at_zoom@Base 2.14.4
 47+ rsvg_pixbuf_from_file_at_zoom_with_max@Base 2.14.4
 48+ rsvg_set_default_dpi@Base 2.14.4
 49+ rsvg_set_default_dpi_x_y@Base 2.14.4
 50+ rsvg_term@Base 2.14.4
Index: trunk/debs/librsvg2/debian/compat
@@ -0,0 +1 @@
 2+8
Index: trunk/debs/librsvg2/debian/control.in
@@ -0,0 +1,106 @@
 2+Source: librsvg
 3+Section: libdevel
 4+Priority: optional
 5+Maintainer: Josselin Mouette <joss@debian.org>
 6+Uploaders: @GNOME_TEAM@
 7+Build-Depends: cdbs (>= 0.4.93),
 8+ debhelper (>= 8.1.3),
 9+ libfreetype6-dev,
 10+ libfontconfig1-dev (>= 1.0.1),
 11+ libxml2-dev (>= 2.6.22),
 12+ libglib2.0-dev (>= 2.24.0),
 13+ libcairo2-dev (>= 1.2.0),
 14+ libpango1.0-dev (>= 1.10.0),
 15+ libgdk-pixbuf2.0-dev (>= 2.23.5-2),
 16+ libgtk2.0-dev (>= 2.21.5),
 17+ libgtk-3-dev (>= 2.90.0),
 18+ libgsf-1-dev (>= 1.13.2-2),
 19+ gnome-pkg-tools (>= 0.10),
 20+ libcroco3-dev (>= 0.6.1),
 21+ gtk-doc-tools (>= 1.13),
 22+ python,
 23+ python-support,
 24+ libglib2.0-doc,
 25+ libgtk2.0-doc,
 26+ libcairo2-doc
 27+Standards-Version: 3.9.2
 28+Homepage: http://librsvg.sourceforge.net/
 29+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/librsvg
 30+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/librsvg
 31+XS-Python-Version: >= 2.5
 32+
 33+Package: librsvg2-dev
 34+Section: libdevel
 35+Architecture: any
 36+Depends: ${misc:Depends},
 37+ librsvg2-2 (= ${binary:Version}),
 38+ libglib2.0-dev (>= 2.12.0),
 39+ libgdk-pixbuf2.0-dev (>= 2.21.6),
 40+ libcairo2-dev (>= 1.2.0),
 41+ libgtk2.0-dev (>= 2.21.5)
 42+Multi-Arch: same
 43+Description: SAX-based renderer library for SVG files (development)
 44+ The rsvg library is an efficient renderer for Scalable Vector Graphics
 45+ (SVG) pictures.
 46+ .
 47+ This package provides the necessary development libraries and include
 48+ files to allow you to develop with librsvg.
 49+
 50+Package: librsvg2-2
 51+Section: libs
 52+Architecture: any
 53+Depends: ${misc:Depends},
 54+ ${shlibs:Depends}
 55+Suggests: librsvg2-bin
 56+Pre-Depends: ${misc:Pre-Depends}
 57+Multi-Arch: same
 58+Description: SAX-based renderer library for SVG files (runtime)
 59+ The rsvg library is an efficient renderer for Scalable Vector Graphics
 60+ (SVG) pictures.
 61+ .
 62+ This package contains the runtime library, necessary to run
 63+ applications using librsvg.
 64+
 65+Package: librsvg2-common
 66+Section: libs
 67+Architecture: any
 68+Depends: ${misc:Depends},
 69+ ${shlibs:Depends},
 70+ librsvg2-2 (= ${binary:Version})
 71+Breaks: libgdk-pixbuf2.0-0 (<< 2.23.5-2), libgtk2.0-0 (<< 2.24.5-4)
 72+Multi-Arch: same
 73+Description: SAX-based renderer library for SVG files (extra runtime)
 74+ The rsvg library is an efficient renderer for Scalable Vector Graphics
 75+ (SVG) pictures.
 76+ .
 77+ This package includes the gdk-pixbuf loader and a GTK+ engine, allowing
 78+ to load SVG images transparently inside GTK+ applications.
 79+
 80+Package: librsvg2-dbg
 81+Section: debug
 82+Priority: extra
 83+Architecture: any
 84+Depends: ${misc:Depends},
 85+ ${shlibs:Depends},
 86+ librsvg2-2 (= ${binary:Version})
 87+Multi-Arch: same
 88+Description: SAX-based renderer library for SVG files (debug)
 89+ The rsvg library is an efficient renderer for Scalable Vector Graphics
 90+ (SVG) pictures.
 91+ .
 92+ This package contains the debugging symbols.
 93+
 94+Package: librsvg2-bin
 95+Section: graphics
 96+Architecture: any
 97+Depends: ${misc:Depends},
 98+ ${shlibs:Depends},
 99+ ${python:Depends},
 100+ librsvg2-2 (>= ${binary:Version})
 101+Multi-Arch: foreign
 102+Description: command-line and graphical viewers for SVG files
 103+ The rsvg library is an efficient renderer for Scalable Vector Graphics
 104+ (SVG) pictures.
 105+ .
 106+ This package includes a command-line utility to convert the SVG files
 107+ to the PNG format and a graphical SVG viewer.
Index: trunk/debs/librsvg2/debian/librsvg2-common.install
@@ -0,0 +1,2 @@
 2+usr/lib/*/gdk-pixbuf-2.0/2.10.0/loaders/*.so
 3+usr/lib/*/gtk-2.0/*/engines/*.so
Index: trunk/debs/librsvg2/debian/librsvg2-dev.links
@@ -0,0 +1 @@
 2+usr/share/doc/librsvg2-dev/html/ usr/share/gtk-doc/html/rsvg-2.0
Index: trunk/debs/librsvg2/debian/changelog
@@ -0,0 +1,897 @@
 2+librsvg (2.34.1-2) unstable; urgency=low
 3+
 4+ * debian/control.in: Add libgtk-3-dev build dependency to also build the
 5+ GTK3 tools.
 6+
 7+ -- Martin Pitt <mpitt@debian.org> Thu, 08 Sep 2011 16:10:48 +0200
 8+
 9+librsvg (2.34.1-1) unstable; urgency=low
 10+
 11+ * New upstream version:
 12+ - cairo: reduce cost of measuring bounding boxes
 13+ - Use "const" instead G_CONST_RETURN (#652213)
 14+ - Call xmlFreeParserCtxt after using the context (#655472)
 15+ - Store node type separately in RsvgNode (#658014)
 16+ - [CVE-2011-3146]
 17+ * debian/control.in: Add Vcs-* fields.
 18+ * Add 01_null_crash.patch: Fix crash on some broken SVGs. Patch by Bruno
 19+ Girin. (GNOME #626559, LP #608026)
 20+ * Add debian/librsvg2-common.postinst.in, and debian/rules code to produce
 21+ the postinst from substituting the multiarch dir: Register the librsvg
 22+ gdk-pixbuf loader. This is usually handled by the libgdk-pixbuf2.0-0
 23+ trigger, but this fails on first installation in some scenarios (see
 24+ https://launchpad.net/bugs/719861 comment 9).
 25+
 26+ -- Martin Pitt <mpitt@debian.org> Thu, 08 Sep 2011 15:37:00 +0200
 27+
 28+librsvg (2.34.0-2) unstable; urgency=low
 29+
 30+ [ Steve Langasek ]
 31+ * Build for multiarch. (Closes: #634719, #634535)
 32+ * Add a versioned build-depends on libgdk-pixbuf2.0-dev to pick up the
 33+ new preferred loader path, and declare a breaks: on older versions of
 34+ gdk-pixbuf which won't look in this directory.
 35+ * Declare a breaks on libgtk2.0-0 for the same reason.
 36+
 37+ -- Michael Biebl <biebl@debian.org> Thu, 28 Jul 2011 18:40:43 +0200
 38+
 39+librsvg (2.34.0-1) unstable; urgency=low
 40+
 41+ * New upstream release.
 42+ * debian/watch: Switch to .bz2 tarballs.
 43+ * Bump Standards-Version to 3.9.2. No further changes.
 44+ * Bump debhelper compatibility level to 8.
 45+ - Update Build-Depends on debhelper.
 46+ - Strip leading debian/tmp/ from .install files.
 47+ * Remove debian/patches/01_manpage.patch, merged upstream.
 48+ * Remove a few ancient Conflicts which are no longer necessary.
 49+
 50+ -- Michael Biebl <biebl@debian.org> Mon, 06 Jun 2011 16:56:50 +0200
 51+
 52+librsvg (2.32.1-1) unstable; urgency=low
 53+
 54+ [ Emilio Pozuelo Monfort ]
 55+ * debian/patches/01_manpage.patch:
 56+ - Forwarded upstream.
 57+
 58+ [ Sebastian Dröge ]
 59+ * Upload to unstable.
 60+ * New upstream bugfix release.
 61+
 62+ -- Sebastian Dröge <slomo@debian.org> Tue, 22 Mar 2011 15:47:02 +0100
 63+
 64+librsvg (2.32.0-1) experimental; urgency=low
 65+
 66+ * New upstream release.
 67+ + debian/control.in:
 68+ - Update build dependencies.
 69+ + debian/librsvg2-common.install,
 70+ debian/librsvg2-dev.links:
 71+ - Updated for the new help location.
 72+ + debian/rules:
 73+ - Don't run dh_makeshlibs on librsvg2-common.
 74+ * debian/source/format,
 75+ debian/patches/*,
 76+ debian/rules:
 77+ + Switch to source format 3.0 (quilt).
 78+ * debian/librsvg2-2.symbols:
 79+ + Add a symbols file.
 80+ * debian/rules:
 81+ + Make the shlibs file always depend on the latest upstream version.
 82+ + Abort the build if the symbols file is outdated.
 83+ + Drop obsolete configure flag.
 84+
 85+ -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 23 Jan 2011 19:55:29 +0000
 86+
 87+librsvg (2.26.3-2) experimental; urgency=low
 88+
 89+ [ Josselin Mouette ]
 90+ * No need to explicitly disable the Mozilla plugin anymore.
 91+ Closes: #583129.
 92+
 93+ [ Sebastian Dröge ]
 94+ * debian/librsvg2-common.install,
 95+ debian/control.in:
 96+ + Depend on standalone gdk-pixbuf and move loaders library
 97+ to the correct location.
 98+ + (Build-) depend on libgtk2.0-dev (>= 2.21.5) to allow the
 99+ experimental dependency resolver to work.
 100+
 101+ -- Sebastian Dröge <slomo@debian.org> Fri, 23 Jul 2010 07:50:24 +0200
 102+
 103+librsvg (2.26.3-1) unstable; urgency=low
 104+
 105+ * New upstream bugfix release.
 106+
 107+ -- Sebastian Dröge <slomo@debian.org> Sat, 01 May 2010 14:23:09 +0200
 108+
 109+librsvg (2.26.2-1) unstable; urgency=low
 110+
 111+ * New upstream release.
 112+ + debian/patches/99_ltmain_as-needed.patch,
 113+ debian/patches/rsvg-gz.patch:
 114+ - Refreshed.
 115+ + debian/control.in: Bump libgtk2.0 dependencies to (>= 2.16.0)
 116+
 117+ -- David Weinehall <tao@debian.org> Wed, 31 Mar 2010 00:02:42 +0300
 118+
 119+librsvg (2.26.0-2) unstable; urgency=low
 120+
 121+ * debian/control.in:
 122+ - Don't restrict XS-Python-Version to "current" to avoid a dependency
 123+ on python << 2.6.
 124+ - Standards-Version is 3.8.4, no changes needed.
 125+
 126+ -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 24 Mar 2010 12:32:10 +0100
 127+
 128+librsvg (2.26.0-1) unstable; urgency=low
 129+
 130+ [ Luca Bruno ]
 131+ * New upstream release.
 132+ * Bump shlibs version to 2.26.0.
 133+ * debian/control.in:
 134+ - Update Standards-Version to 3.8.1, no changes needed.
 135+ - Fix debug package section.
 136+ * debian/patches/rsvg-radius.patch:
 137+ - Removed as applied upstream.
 138+
 139+ [ Josselin Mouette ]
 140+ * Build-depend on libglib2.0-doc, libgtk2.0-doc and libcairo2-doc to
 141+ ensure proper xrefs.
 142+
 143+ [ Sebastian Dröge ]
 144+ * Upload to unstable.
 145+
 146+ -- Sebastian Dröge <slomo@debian.org> Sun, 07 Jun 2009 11:37:23 +0200
 147+
 148+librsvg (2.22.3-2) unstable; urgency=low
 149+
 150+ [ Josselin Mouette ]
 151+ * rsvg-radius.patch: new patch. Check radii against floating point
 152+ underflow instead of comparing them to 0.0. Thanks a lot to Thomas
 153+ Viehmann for all the testing and providing the original patch.
 154+ Closes: #508443.
 155+
 156+ [ Emilio Pozuelo Monfort ]
 157+ * debian/control:
 158+ - Build-depend on libgtk2.0-dev 2.10.1-1~ instead of 2.10.1-1 to ease
 159+ backports. Spotted by lintian.
 160+ - librsvg-dev depends on ${misc:Depends}. Thanks lintian!
 161+ * debian/shlibs.local: Removed. It was added as a hack to workaround
 162+ a dependency issue, but it's not needed anymore.
 163+ * Use dh_pysupport instead of the deprecated dh_python.
 164+
 165+ -- Josselin Mouette <joss@debian.org> Wed, 04 Mar 2009 14:48:38 +0100
 166+
 167+librsvg (2.22.3-1) experimental; urgency=low
 168+
 169+ * New upstream release.
 170+ * Bump shlibs version to 2.22.3.
 171+
 172+ -- Josselin Mouette <joss@debian.org> Fri, 21 Nov 2008 22:35:18 +0100
 173+
 174+librsvg (2.22.2-3) unstable; urgency=low
 175+
 176+ * Build a dbg package. Closes: #496189.
 177+ * debian/control:
 178+ - Update Standards-Version to 3.8.0, no changes needed.
 179+ - Added Homepage field.
 180+
 181+ -- Emilio Pozuelo Monfort <pochu@ubuntu.com> Tue, 21 Oct 2008 11:52:06 +0200
 182+
 183+librsvg (2.22.2-2) unstable; urgency=low
 184+
 185+ * debian/control.in:
 186+ + Build depend on GLib >= 2.16.0 for GIO support.
 187+
 188+ -- Sebastian Dröge <slomo@debian.org> Tue, 11 Mar 2008 05:56:01 +0100
 189+
 190+librsvg (2.22.2-1) unstable; urgency=low
 191+
 192+ * New upstream bugfix release.
 193+
 194+ -- Sebastian Dröge <slomo@debian.org> Wed, 05 Mar 2008 05:41:23 +0100
 195+
 196+librsvg (2.22.1-1) unstable; urgency=low
 197+
 198+ * New upstream bugfix release.
 199+
 200+ -- Sebastian Dröge <slomo@debian.org> Mon, 25 Feb 2008 06:45:05 +0100
 201+
 202+librsvg (2.22.0-1) unstable; urgency=low
 203+
 204+ * New upstream release, with no API changes.
 205+ This release adds support for GIO and we want to rebuild it once GLib 2.16
 206+ is in unstable.
 207+ * debian/control.in:
 208+ + Update and cleanup build dependencies.
 209+ + Cleanup and correct dependencies of the -dev package.
 210+ * debian/patches/99_ltmain_as-needed.patch:
 211+ + Updated to apply cleanly again.
 212+
 213+ -- Sebastian Dröge <slomo@debian.org> Thu, 21 Feb 2008 19:19:09 +0100
 214+
 215+librsvg (2.20.0-1) unstable; urgency=low
 216+
 217+ [ Kilian Krause ]
 218+ * Use binary:version and source:Version for binnNMU-safe uploads as
 219+ added in dpkg-dev 1.13.19. Add to Build-Depends accordingly.
 220+
 221+ [ Sebastian Dröge ]
 222+ * New upstream bugfix release with no API changes.
 223+ * debian/control.in:
 224+ + Update Standards-Version to 3.7.3, no additional changes needed.
 225+
 226+ -- Sebastian Dröge <slomo@debian.org> Sat, 19 Jan 2008 17:55:44 +0100
 227+
 228+librsvg (2.18.2-1) unstable; urgency=low
 229+
 230+ [ Alan Baghumian ]
 231+ * New upstream stable release.
 232+ - Basic support for SVG 1.1's text-rendering
 233+ and shape-rendering properties
 234+ - Bump shlibs to >= 2.18.1
 235+
 236+ [ Loic Minier ]
 237+ * New upstream stable release.
 238+
 239+ -- Loic Minier <lool@dooz.org> Sun, 02 Sep 2007 19:31:12 +0200
 240+
 241+librsvg (2.18.0-1) unstable; urgency=low
 242+
 243+ [ Loic Minier ]
 244+ * Drop dependencies on libgtk2.0-common and libgtk2.0-bin; thanks "Jonny";
 245+ closes: #419335.
 246+ * Pass -z defs in LDFLAGS for additional safety.
 247+
 248+ [ Josselin Mouette ]
 249+ * 99_ltmain_as-needed.patch: get --as-needed back to work.
 250+
 251+ [ Loic Minier ]
 252+ * New upstream stable release; no API change.
 253+
 254+ -- Loic Minier <lool@dooz.org> Tue, 24 Jul 2007 18:30:31 +0200
 255+
 256+librsvg (2.16.1-2) unstable; urgency=low
 257+
 258+ * Add a get-orig-source target to retrieve the upstream tarball.
 259+ * Include the new check-dist Makefile to prevent accidental uploads to
 260+ unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
 261+ * Upload to unstable; drop check-dist include.
 262+ * Wrap build-deps and deps.
 263+ * Bump up Debhelper compatibility level to 5.
 264+ * Drop clean target which removed the upstream documentation.
 265+ * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
 266+ cdbs >= 0.4.41.
 267+ * Cleanups.
 268+ * Fix watch file to track all stable versions and use HTTP.
 269+ * Fix URL in copyright.
 270+
 271+ -- Loic Minier <lool@dooz.org> Sat, 14 Apr 2007 09:10:08 +0200
 272+
 273+librsvg (2.16.1-1) experimental; urgency=low
 274+
 275+ * New upstream release.
 276+ * Bump shlibs requirement.
 277+
 278+ -- Josselin Mouette <joss@debian.org> Fri, 8 Dec 2006 23:33:34 +0100
 279+
 280+librsvg (2.16.0-3) experimental; urgency=low
 281+
 282+ * Call dh_gtkmodules with an appropriate LD_LIBRARY_PATH.
 283+ * Don't hardcode the library package name.
 284+
 285+ -- Loic Minier <lool@dooz.org> Wed, 27 Sep 2006 08:11:17 +0200
 286+
 287+librsvg (2.16.0-2) experimental; urgency=low
 288+
 289+ [ Josselin Mouette ]
 290+ * Build-depend on gtk+ 2.10.
 291+
 292+ [ Loic Minier ]
 293+ * Convert the package to the new Gtk modules handling.
 294+ - Bump up the libgtk2.0-dev build-dep to >= 2.10.1-1.
 295+ - Call dh_gtkmodules.
 296+ - Add ${misc:Depends}.
 297+ - Drop librsvg2-common.postinst and librsvg2-common.postrm.
 298+
 299+ -- Loic Minier <lool@dooz.org> Tue, 19 Sep 2006 13:02:21 +0200
 300+
 301+librsvg (2.16.0-1) experimental; urgency=low
 302+
 303+ * New upstream release.
 304+ * Bump shlibs requirement.
 305+ * Remove libart build-dependency.
 306+ * rsvg-gz.patch: updated.
 307+
 308+ -- Josselin Mouette <joss@debian.org> Tue, 5 Sep 2006 23:47:26 +0200
 309+
 310+librsvg (2.15.90-1) experimental; urgency=low
 311+
 312+ * New upstream development releases; no API changes.
 313+ - Target at experimental.
 314+ - Add missing build-deps on libglib2.0-dev (>= 2.11.0), libxml2-dev (>=
 315+ 2.4.7), libfreetype6-dev, libgnomeprint2.2-dev (>= 2.2.0).
 316+ - Bump up build-deps to libcairo2-dev >= 1.2.0, gtk-doc-tools (>= 1.0).
 317+ - Drop obsolete build-dep on libpopt-dev.
 318+
 319+ -- Loic Minier <lool@dooz.org> Tue, 8 Aug 2006 17:38:07 +0200
 320+
 321+librsvg (2.14.4-2) unstable; urgency=low
 322+
 323+ Loic Minier <lool@dooz.org>:
 324+ * Stop shipping *.la files in librsvg2-dev now that
 325+ libnautilus-extension-dev doesn't ship these.
 326+
 327+ -- J.H.M. Dassen (Ray) <jdassen@debian.org> Thu, 22 Jun 2006 21:56:18 +0200
 328+
 329+librsvg (2.14.4-1) unstable; urgency=low
 330+
 331+ * New upstream release.
 332+ * rsvg-image_crasher.patch, export-get-type.patch: removed, integrated
 333+ upstream.
 334+ * Standards-version is 3.7.2.
 335+
 336+ -- Josselin Mouette <joss@debian.org> Sun, 18 Jun 2006 05:07:20 +0200
 337+
 338+librsvg (2.14.3-2) unstable; urgency=low
 339+
 340+ * export-get-type.patch: Correctly export rsvg_error_get_type
 341+ (closes: #362646).
 342+ * rsvg-image_crasher.patch, stolen from CVS: fix crasher with some
 343+ images (closes: #361653).
 344+ * rsvg-gz.patch: updated so that the symbol still gets exported.
 345+ * rules, control.in: add missing python dependency.
 346+ + Also build-depend on python.
 347+ * librsvg2-dev.{install,links,postinst}: move documentation to a more
 348+ suitable place (closes: #363142).
 349+
 350+ -- Josselin Mouette <joss@debian.org> Tue, 25 Apr 2006 21:49:48 +0200
 351+
 352+librsvg (2.14.3-1) unstable; urgency=low
 353+
 354+ * New upstream release.
 355+ * [debian/control.in] Bumped libgtk2.0-dev and libcairo2-dev dependencies
 356+ and versioned libgnomeprintui2.2-dev build dependency to rebuild without
 357+ the .la files for libXcursor and libXrender.
 358+
 359+ Josselin Mouette <joss@debian.org>:
 360+ * Update watch file.
 361+
 362+ -- J.H.M. Dassen (Ray) <jdassen@debian.org> Fri, 21 Apr 2006 11:20:56 +0200
 363+
 364+librsvg (2.14.2-1) unstable; urgency=low
 365+
 366+ * New upstream release.
 367+ + paint-server.patch: removed, unneeded with the cairo backend.
 368+ + rsvg-gz.patch: updated.
 369+ * Build-depend on libcairo2-dev.
 370+ * Bump requirement for libcroco3-dev.
 371+ * Disable the mozilla plugin (incidentally closes: #327547, #349936).
 372+
 373+ -- Josselin Mouette <joss@debian.org> Sat, 1 Apr 2006 17:44:25 +0200
 374+
 375+librsvg (2.12.7-5) unstable; urgency=high
 376+
 377+ * rsvg-gz.patch: provide the rsvg_handle_new_gz function
 378+ (closes: #348920). Do not provide the C prototype to force
 379+ applications using it to use rsvg_handle_new instead.
 380+
 381+ -- Josselin Mouette <joss@debian.org> Thu, 9 Feb 2006 22:09:04 +0100
 382+
 383+librsvg (2.12.7-4) unstable; urgency=high
 384+
 385+ * Fix the conflict line to include the epoch (closes: #350229).
 386+
 387+ -- Josselin Mouette <joss@debian.org> Wed, 1 Feb 2006 23:29:46 +0100
 388+
 389+librsvg (2.12.7-3) unstable; urgency=low
 390+
 391+ * Only suggest librsvg2-bin instead of recommending it
 392+ (closes: #269048).
 393+ * Upload to unstable.
 394+
 395+ -- Josselin Mouette <joss@debian.org> Sat, 7 Jan 2006 18:32:09 +0100
 396+
 397+librsvg (2.12.7-2) experimental; urgency=low
 398+
 399+ * Make librsvg2-2 conflict with older librsvg2-common packages,
 400+ otherwise serious breakage can occur.
 401+ * Make librsvg2-common depend on the exact librsvg2-2 version to avoid
 402+ such breakage in the future.
 403+ * Bump libgsf-1-dev build-dep to >= 1.13.2-2.
 404+
 405+ -- Josselin Mouette <joss@debian.org> Tue, 22 Nov 2005 19:41:19 +0100
 406+
 407+librsvg (2.12.7-1) experimental; urgency=low
 408+
 409+ * New upstream release (closes: #331279).
 410+ + -h 0 or -w 0 should now work (closes: #278750).
 411+ + rsvg-filter.c includes config.h (closes: #292286).
 412+ + files in different directories are handled (closes: #315822).
 413+ * Rename the source package to librsvg.
 414+ * librsvg2-bin.install: use a wildcard for the plugin
 415+ (closes: #312615).
 416+ * Update build-dependencies, especially libxml.
 417+ * open-relative-path.patch, keep-aspect-ratio.patch,
 418+ open-file-twice.patch: removed, included upstream.
 419+ * paint-server.patch: apply to rsvg-art-paint-server.c.
 420+ * watch: update for 2.12.
 421+ * Break the dependency cycle, by making librsvg2-2 stop depending
 422+ on librsvg2-common. Packages will now have to depend on
 423+ librsvg2-common if they include SVG graphics.
 424+ * Bump the shlibs version.
 425+ * Standards-version is 3.6.2.
 426+ * Make librsvg2-common with gnome-games 2.10, as a bug in
 427+ libgames-support makes this version fail to work with the new
 428+ librsvg.
 429+
 430+ -- Josselin Mouette <joss@debian.org> Wed, 12 Oct 2005 19:55:03 +0200
 431+
 432+librsvg2 (2.9.5-4) unstable; urgency=low
 433+
 434+ * Set myself as maintainer.
 435+ * Don't require mozilla-dev on hurd-i386 (closes: #312615).
 436+ * keep-aspect-ratio.patch: assume you want to keep the aspect ratio when
 437+ only one of width and height are specified (closes: #316309).
 438+ * Pass --as-needed to ld.
 439+ * open-file-twice.patch: don't try to open the file twice.
 440+ * open-relative-path.patch: always build an absolute base_uri, so that we
 441+ can open a relative path (closes: #315822).
 442+
 443+ -- Josselin Mouette <joss@debian.org> Thu, 30 Jun 2005 21:59:20 +0200
 444+
 445+librsvg2 (2.9.5-3) unstable; urgency=low
 446+
 447+ * Really upload to unstable.
 448+
 449+ -- Josselin Mouette <joss@debian.org> Tue, 7 Jun 2005 23:42:58 +0200
 450+
 451+librsvg2 (2.9.5-2) experimental; urgency=low
 452+
 453+ * Upload to unstable.
 454+
 455+ -- Josselin Mouette <joss@debian.org> Tue, 7 Jun 2005 22:35:24 +0200
 456+
 457+librsvg2 (2.9.5-1) experimental; urgency=low
 458+
 459+ * New upstream release.
 460+ + The pixbuf loader now supports .svgz (closes: #261885).
 461+ * Build using cdbs.
 462+
 463+ -- Josselin Mouette <joss@debian.org> Tue, 3 May 2005 21:29:25 +0200
 464+
 465+librsvg2 (2.8.1-3) unstable; urgency=low
 466+
 467+ * enable again the mozilla plugin (closes: #286570):
 468+ + debian/control.in: build-depend on mozilla-dev and libxt-dev.
 469+ + librsvg2-bin suggests mozilla.
 470+ + librsvg2-bin.files: install it.
 471+ + librsvg2-bin.links: a plugin for mozilla-firefox.
 472+ * debian/rules: run dh_movefiles in the install target.
 473+
 474+ -- Josselin Mouette <joss@debian.org> Tue, 5 Apr 2005 20:18:08 +0200
 475+
 476+librsvg2 (2.8.1-2) unstable; urgency=low
 477+
 478+ * debian/librsvg2-common.postrm: Only try to execute
 479+ /usr/sbin/update-gdkpixbuf-loaders if it's available. Thanks for
 480+ the report and patch to Andreas Barth. (Closes: #286689)
 481+
 482+ -- Marc 'HE' Brockschmidt <he@debian.org> Tue, 21 Dec 2004 21:54:06 +0100
 483+
 484+librsvg2 (2.8.1-1) unstable; urgency=low
 485+
 486+ * New upstream release (closes: #275352).
 487+ * rsvg-paint-server.c: patch from Matijs van Zuijlen
 488+ <Matijs.van.Zuijlen@xs4all.nl> to avoid crash with some broken SVGs
 489+ (closes: #273729).
 490+ * rsvg.1: fix a typo.
 491+ * debian/rsvg-view.1: provide new manpage, written by Paul Brossier
 492+ <piem@altern.org> (closes: #265846).
 493+ * debian/{rules,control.in}: remove dependency on GnomeVFS, this is
 494+ completely useless and annoys some uses (closes: #257821).
 495+
 496+ -- Josselin Mouette <joss@debian.org> Tue, 19 Oct 2004 15:18:16 +0200
 497+
 498+librsvg2 (2.7.2-5) unstable; urgency=medium
 499+
 500+ * Rebuild with libgnutls11 (closes: #263682).
 501+ * debian/control.in: build-depend on libgnomevfs2-dev 2.6.1.1-6 to force
 502+ use of libgnutls11.
 503+
 504+ -- Josselin Mouette <joss@debian.org> Thu, 5 Aug 2004 14:13:23 +0200
 505+
 506+librsvg2 (2.7.2-4) unstable; urgency=medium
 507+
 508+ * Remove mozilla support, SVG is now supported by default in mozilla:
 509+ + debian/control.in: don't build-depend on mozilla-dev and libxt-dev,
 510+ build-conflict with mozilla-dev.
 511+ + debian/control.in: librsvg2-bin doesn't suggest mozilla anymore.
 512+ + debian/librsvg2-bin.files: don't install the plugin.
 513+
 514+ -- Josselin Mouette <joss@debian.org> Wed, 28 Jul 2004 14:40:27 +0200
 515+
 516+librsvg2 (2.7.2-3) unstable; urgency=medium
 517+
 518+ * [debian/control.in] Add a build dependency on libxt-dev as moz-plugin.c
 519+ includes X11/Intrinsic.h. (Closes: #259159)
 520+
 521+ -- J.H.M. Dassen (Ray) <jdassen@debian.org> Tue, 13 Jul 2004 20:35:09 +0200
 522+
 523+librsvg2 (2.7.2-2) unstable; urgency=low
 524+
 525+ * rsvg-filter.c: apply patch from CVS to fix a crash with some
 526+ SphereCrystal icons.
 527+
 528+ -- Josselin Mouette <joss@debian.org> Wed, 30 Jun 2004 00:42:02 +0200
 529+
 530+librsvg2 (2.7.2-1) unstable; urgency=low
 531+
 532+ * New upstream release.
 533+ * debian/rules:
 534+ + Always enable svgz and gnome-vfs support.
 535+ + Don't check the mozilla plugin for dependencies.
 536+ * debian/control.in:
 537+ + Build-depend on libcroco3-dev, libgnomevfs2-dev,
 538+ libgnomeprintui2.2-dev and mozilla-dev.
 539+ + New package: librsvg2-bin.
 540+
 541+ -- Josselin Mouette <joss@debian.org> Fri, 18 Jun 2004 16:22:10 +0200
 542+
 543+librsvg2 (2.6.4-7) unstable; urgency=high
 544+
 545+ * debian/control.in:
 546+ + make librsvg2-2 depend on librsvg2-common (= source version)
 547+ (closes: #254284).
 548+ + make librsvg2-common depend on librsvg2-2 (>= source version) to avoid
 549+ circular dependencies.
 550+ * Use high urgency so that it enters testing before gnome-games 2.6.
 551+
 552+ -- Josselin Mouette <joss@debian.org> Thu, 17 Jun 2004 13:54:54 +0200
 553+
 554+librsvg2 (2.6.4-6) unstable; urgency=high
 555+
 556+ * GNOME Team Upload.
 557+ * [debian/control.in] Versioned librsvg2-dev's dependency on libgsf-1-dev to
 558+ ensure libbz2-dev is getting installed; reworded the descriptions a bit.
 559+
 560+ -- J.H.M. Dassen (Ray) <jdassen@debian.org> Sun, 13 Jun 2004 14:15:55 +0200
 561+
 562+librsvg2 (2.6.4-5) unstable; urgency=low
 563+
 564+ * GNOME Team Upload.
 565+ * Upload in unstable.
 566+ * debian/control.in:
 567+ + removed workaround on openjade.
 568+
 569+ -- Sebastien Bacher <seb128@debian.org> Mon, 24 May 2004 19:46:41 +0200
 570+
 571+librsvg2 (2.6.4-4) experimental; urgency=low
 572+
 573+ * GNOME Team Upload.
 574+ * debian/control.in:
 575+ + librsvg2-common really depends on libgtk2.0-bin
 576+
 577+ -- Sebastien Bacher <seb128@debian.org> Fri, 7 May 2004 19:42:58 +0200
 578+
 579+librsvg2 (2.6.4-3) experimental; urgency=low
 580+
 581+ * debian/control.in:
 582+ + added a Build-Depends on gtk-doc-tools for the doc, and on openjade as
 583+ a workaround, the time to have gtk-doc-tools fixed.
 584+ + librsvg2-dev depends on libcroco2-dev (Closes: #247242).
 585+ + updated librsvg2-common depends on libgtk2.0-bin
 586+ (Closes: #246599, #246665).
 587+ * debian/librsvg2-dev.files:
 588+ + added documentation to librsvg2-dev package.
 589+
 590+ -- Sebastien Bacher <seb128@debian.org> Wed, 5 May 2004 21:59:15 +0200
 591+
 592+librsvg2 (2.6.4-2) experimental; urgency=low
 593+
 594+ * Use compat=4 and dh_makeshlibs -V to generate the shlibs file, it's more
 595+ reliable.
 596+ * Really build with -mieee on alpha.
 597+ * Various cleanups in debian/rules.
 598+ * Re-run libtoolize --force --copy; aclocal; autoheader; automake -acf;
 599+ autoconf.
 600+ * rsvg-paint-server.c: revert changes from 2.6.3->2.6.4, as they break the
 601+ rendering of many Wasp icons.
 602+
 603+ -- Josselin Mouette <joss@debian.org> Mon, 26 Apr 2004 18:43:39 +0200
 604+
 605+librsvg2 (2.6.4-1) experimental; urgency=low
 606+
 607+ * New upstream release.
 608+ * GNOME Team Upload.
 609+
 610+ -- Sebastien Bacher <seb128@debian.org> Tue, 20 Apr 2004 21:25:19 +0200
 611+
 612+librsvg2 (2.6.3-2) experimental; urgency=low
 613+
 614+ * GNOME Team Upload
 615+ * Updated for the GNOME Team.
 616+ * debian/rules:
 617+ + added "--with-croco" flags since libcroco is in the archive now.
 618+ * debian/control.in:
 619+ + updated build-depends.
 620+ + librsvg2-common depends on "librsvg2-2 (= ${Source-version})" now
 621+ + librsvg2-2 conflicts on librsvg2-common (<< 2.6) (Closes: #240593).
 622+ * debian/shlibs.local:
 623+ + added to fix the double depends on librsvg2-2.
 624+
 625+ -- Sebastien Bacher <seb128@debian.org> Mon, 19 Apr 2004 22:00:32 +0200
 626+
 627+librsvg2 (2.6.3-1) experimental; urgency=low
 628+
 629+ * New upstream release.
 630+ * Re-run libtoolize --force --copy; aclocal; autoheader; automake -acf;
 631+ autoconf.
 632+ * Build-depend on libgtk2.0-dev 2.4.
 633+
 634+ -- Josselin Mouette <joss@debian.org> Thu, 25 Mar 2004 13:45:17 +0100
 635+
 636+librsvg2 (2.5.0-2) unstable; urgency=low
 637+
 638+ * Run libtoolize --force --copy; aclocal; autoheader; automake -acf;
 639+ autoconf on the source tree (closes: #234843).
 640+
 641+ -- Josselin Mouette <joss@debian.org> Thu, 26 Feb 2004 11:20:13 +0100
 642+
 643+librsvg2 (2.5.0-1) unstable; urgency=low
 644+
 645+ * New upstream release (Closes: #234472).
 646+ * Gnome Team Upload.
 647+
 648+ -- Sebastien Bacher <seb128@debian.org> Tue, 24 Feb 2004 21:07:00 +0100
 649+
 650+librsvg2 (2.4.0-3) unstable; urgency=low
 651+
 652+ * added $(LIBGSF_LIBS) into librsvg_2_la_LIBADD (closes: #220065)
 653+
 654+ -- Takuo KITAME <kitame@debian.org> Tue, 11 Nov 2003 13:44:09 +0900
 655+
 656+librsvg2 (2.4.0-2) unstable; urgency=low
 657+
 658+ * Built with -mieee on alpha (Closes: #184897).
 659+ * Fixed override disparity.
 660+
 661+ -- Sebastien Bacher <seb128@debian.org> Wed, 22 Oct 2003 01:45:05 +0200
 662+
 663+librsvg2 (2.4.0-1) unstable; urgency=low
 664+
 665+ * New upstream release
 666+ * Gnome Team upload
 667+
 668+ -- Sebastien Bacher <seb128@debian.org> Sat, 18 Oct 2003 17:44:35 +0200
 669+
 670+librsvg2 (2.2.5-2) unstable; urgency=low
 671+
 672+ * Maintainer upload, merged NMU patches. (closes: #187367, #207785)
 673+ * -dev debepends on libgsf-1-dev (closes: #208028)
 674+ * fix debian/copyrigt (closes: #180958)
 675+
 676+ -- Takuo KITAME <kitame@debian.org> Mon, 1 Sep 2003 13:48:46 +0900
 677+
 678+librsvg2 (2.2.5-1.2) unstable; urgency=low
 679+
 680+ * Changed section to libdevel to fix override disparity.
 681+ * Added libgsf-1-dev to Build-Depends (Closes: #207785).
 682+
 683+ -- Sebastien Bacher <seb128@debian.org> Sat, 30 Aug 2003 02:25:24 +0200
 684+
 685+librsvg2 (2.2.5-1.1) unstable; urgency=low
 686+
 687+ * NMU to fix a RC bug.
 688+ * Explicitly link to missing libs (Closes: #187367).
 689+
 690+ -- Sebastien Bacher <seb128@debian.org> Fri, 29 Aug 2003 18:30:42 +0200
 691+
 692+librsvg2 (2.2.5-1) unstable; urgency=low
 693+
 694+ * New upstream release
 695+
 696+ -- Takuo KITAME <kitame@debian.org> Thu, 10 Apr 2003 11:21:37 +0900
 697+
 698+librsvg2 (2.2.4-1) unstable; urgency=low
 699+
 700+ * New upstream release
 701+
 702+ -- Takuo KITAME <kitame@debian.org> Thu, 20 Mar 2003 16:30:23 +0900
 703+
 704+librsvg2 (2.2.3-1) unstable; urgency=low
 705+
 706+ * New upstream release
 707+
 708+ -- Takuo KITAME <kitame@debian.org> Thu, 6 Feb 2003 14:03:44 +0900
 709+
 710+librsvg2 (2.2.1-2) unstable; urgency=low
 711+
 712+ * Don't include /etc/gtk-2.0/gdk-pixbuf.loaders (closes: #178848)
 713+
 714+ -- Takuo KITAME <kitame@debian.org> Thu, 30 Jan 2003 16:54:37 +0900
 715+
 716+librsvg2 (2.2.1-1) unstable; urgency=low
 717+
 718+ * New upstream release
 719+
 720+ -- Takuo KITAME <kitame@debian.org> Tue, 28 Jan 2003 13:22:08 +0900
 721+
 722+librsvg2 (2.2.0-3) unstable; urgency=low
 723+
 724+ * librsvg2-common: Depends on libgtk2.0-common (closes: #178006)
 725+
 726+ -- Takuo KITAME <kitame@debian.org> Thu, 23 Jan 2003 19:53:38 +0900
 727+
 728+librsvg2 (2.2.0-2) unstable; urgency=low
 729+
 730+ * Added new package librsvg2-common includes rsvg command line program, manpage and gdk-pixbuf loader. (closes: #177251)
 731+
 732+ -- Takuo KITAME <kitame@debian.org> Thu, 23 Jan 2003 10:52:04 +0900
 733+
 734+librsvg2 (2.2.0-1) unstable; urgency=low
 735+
 736+ * New upstream release
 737+ * distribute gdk-pixbuf-loader (closes: #177251)
 738+
 739+ -- Takuo KITAME <kitame@debian.org> Wed, 22 Jan 2003 12:51:54 +0900
 740+
 741+librsvg2 (2.1.5-2) unstable; urgency=low
 742+
 743+ * Maintainer upload (closes: #177115)
 744+ * enable gdk-pixbuf loader (closes: #177251)
 745+
 746+ -- Takuo KITAME <kitame@debian.org> Tue, 21 Jan 2003 10:01:42 +0900
 747+
 748+librsvg2 (2.1.5-1.1) unstable; urgency=low
 749+
 750+ * Non-Maintainer Upload
 751+ * relibtoolize (closes: #177115)
 752+
 753+ -- Ryan Murray <rmurray@debian.org> Sun, 19 Jan 2003 16:02:24 -0800
 754+
 755+librsvg2 (2.1.5-1) unstable; urgency=low
 756+
 757+ * New upstream release
 758+
 759+ -- Takuo KITAME <kitame@debian.org> Fri, 17 Jan 2003 13:36:22 +0900
 760+
 761+librsvg2 (2.0.1-4) unstable; urgency=low
 762+
 763+ * update config.{guess,sub} (closes: #166821)
 764+
 765+ -- Takuo KITAME <kitame@debian.org> Thu, 5 Dec 2002 13:34:24 +0900
 766+
 767+librsvg2 (2.0.1-3) unstable; urgency=low
 768+
 769+ * fix build-depends (closes: #162645)
 770+ * Change Maintainer address to @debian.org
 771+
 772+ -- Takuo KITAME <kitame@debian.org> Thu, 24 Oct 2002 14:23:02 +0900
 773+
 774+librsvg2 (2.0.1-2) unstable; urgency=low
 775+
 776+ * Build against libgtk2.0-0png3
 777+
 778+ -- Takuo KITAME <kitame@northeye.org> Sun, 11 Aug 2002 01:42:45 +0900
 779+
 780+librsvg2 (2.0.1-1) unstable; urgency=low
 781+
 782+ * New upstream release
 783+
 784+ -- Takuo KITAME <kitame@northeye.org> Wed, 7 Aug 2002 04:17:49 +0900
 785+
 786+librsvg2 (2.0.0-1) unstable; urgency=low
 787+
 788+ * New upstream release
 789+ * bump soname to 2
 790+
 791+ -- Takuo KITAME <kitame@northeye.org> Fri, 28 Jun 2002 14:03:22 +0900
 792+
 793+librsvg2 (1.1.6-4) unstable; urgency=low
 794+
 795+ * Makefile.in:
 796+ - LINK link against $(LIBRSVG_LIBS) $(POPT_LIBS) (closes: #145426)
 797+
 798+ -- Takuo KITAME <kitame@northeye.org> Fri, 3 May 2002 08:33:18 +0900
 799+
 800+librsvg2 (1.1.6-3) unstable; urgency=low
 801+
 802+ * fix again, Build-Depends on libgtk2.0-dev
 803+
 804+ -- Takuo KITAME <kitame@northeye.org> Mon, 8 Apr 2002 08:44:51 +0900
 805+
 806+librsvg2 (1.1.6-2) unstable; urgency=low
 807+
 808+ * build against glib2.0/pango1.0 (closes: #141665)
 809+
 810+ -- Takuo KITAME <kitame@northeye.org> Thu, 21 Mar 2002 01:23:21 +0900
 811+
 812+librsvg2 (1.1.6-1) unstable; urgency=low
 813+
 814+ * New upstream release
 815+
 816+ -- Takuo KITAME <kitame@northeye.org> Sat, 9 Mar 2002 14:39:00 +0900
 817+
 818+librsvg2 (1.1.5-1) unstable; urgency=low
 819+
 820+ * New upstream release
 821+
 822+ -- Takuo KITAME <kitame@northeye.org> Tue, 5 Mar 2002 13:33:41 +0900
 823+
 824+librsvg2 (1.1.4-1) unstable; urgency=low
 825+
 826+ * New upstream release
 827+
 828+ -- Takuo KITAME <kitame@northeye.org> Tue, 26 Feb 2002 13:37:59 +0900
 829+
 830+librsvg2 (1.1.3-2) unstable; urgency=low
 831+
 832+ * Build-Depends pkg-config (>= 0.9) (closes: #133585)
 833+
 834+ -- Takuo KITAME <kitame@northeye.org> Thu, 14 Feb 2002 12:07:10 +0900
 835+
 836+librsvg2 (1.1.3-1) unstable; urgency=low
 837+
 838+ * New upstream release
 839+
 840+ -- Takuo KITAME <kitame@northeye.org> Mon, 11 Feb 2002 22:50:49 +0900
 841+
 842+librsvg2 (1.1.2-1) unstable; urgency=low
 843+
 844+ * New upstream release
 845+
 846+ -- Takuo KITAME <kitame@northeye.org> Wed, 6 Feb 2002 01:24:00 +0900
 847+
 848+librsvg2 (1.1.1-2) unstable; urgency=low
 849+
 850+ * Fix build-depends (closes: #130159)
 851+
 852+ -- Takuo KITAME <kitame@northeye.org> Sun, 20 Jan 2002 23:47:45 +0000
 853+
 854+librsvg2 (1.1.1-1) unstable; urgency=low
 855+
 856+ * New upstream release
 857+ * GNOME2 version
 858+ * package renamed to librsvg2
 859+
 860+ -- Takuo KITAME <kitame@northeye.org> Fri, 18 Jan 2002 21:08:43 +0000
 861+
 862+librsvg (1.0.2-1) unstable; urgency=low
 863+
 864+ * New upstream release
 865+
 866+ -- Takuo KITAME <kitame@northeye.org> Sat, 6 Oct 2001 05:55:13 +0900
 867+
 868+librsvg (1.0.1-3) unstable; urgency=low
 869+
 870+ * Multibyte fix by Akira TAGOH (tagoh@redhad.com)
 871+
 872+ -- Takuo KITAME <kitame@northeye.org> Sat, 28 Jul 2001 02:15:37 +0900
 873+
 874+librsvg (1.0.1-2) unstable; urgency=low
 875+
 876+ * update config.{guess.sub} (closes: Bug#103336)
 877+
 878+ -- Takuo KITAME <kitame@northeye.org> Sun, 8 Jul 2001 19:02:36 +0900
 879+
 880+librsvg (1.0.1-1) unstable; urgency=low
 881+
 882+ * New upstream release
 883+
 884+ -- Takuo KITAME <kitame@northeye.org> Sat, 7 Jul 2001 22:00:21 +0900
 885+
 886+librsvg (1.0.0-2) unstable; urgency=low
 887+
 888+ * build-depends: +libpng2-dev (closes: Bug#97344)
 889+
 890+ -- Takuo KITAME <kitame@northeye.org> Wed, 16 May 2001 03:35:45 +0900
 891+
 892+librsvg (1.0.0-1) unstable; urgency=low
 893+
 894+ * Initial Release. (closes: Bug#93505)
 895+
 896+ -- Takuo KITAME <kitame@northeye.org> Wed, 9 May 2001 06:37:25 +0900
 897+
 898+
Index: trunk/debs/librsvg2/debian/patches/01_null_crash.patch
@@ -0,0 +1,19 @@
 2+Description: don't crash on corrupted svg
 3+Author: Bruno Girin <brunogirin@gmail.com>
 4+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=626559
 5+Bug-Ubuntu: https://bugs.launchpad.net/bugs/608026
 6+
 7+=== modified file 'rsvg-paint-server.c'
 8+Index: librsvg-2.32.1/rsvg-paint-server.c
 9+===================================================================
 10+--- librsvg-2.32.1.orig/rsvg-paint-server.c 2010-05-31 07:21:34.000000000 +1000
 11+@@ -118,7 +118,7 @@
 12+ guint32 rgb;
 13+ if (inherit != NULL)
 14+ *inherit = 1;
 15+- if (!strcmp (str, "none"))
 16++ if (str == NULL || !strcmp (str, "none"))
 17+ return NULL;
 18+
 19+ name = rsvg_get_url_string (str);
Index: trunk/debs/librsvg2/debian/patches/99_ltmain_as-needed.patch
@@ -0,0 +1,30 @@
 2+--- a/ltmain.sh
 3+@@ -4716,6 +4716,11 @@
 4+ arg=$func_stripname_result
 5+ ;;
 6+
 7++ -Wl,--as-needed)
 8++ deplibs="$deplibs $arg"
 9++ continue
 10++ ;;
 11++
 12+ -Wl,*)
 13+ func_stripname '-Wl,' '' "$arg"
 14+ args=$func_stripname_result
 15+@@ -5067,6 +5072,15 @@
 16+ lib=
 17+ found=no
 18+ case $deplib in
 19++ -Wl,--as-needed)
 20++ if test "$linkmode,$pass" = "prog,link"; then
 21++ compile_deplibs="$deplib $compile_deplibs"
 22++ finalize_deplibs="$deplib $finalize_deplibs"
 23++ else
 24++ deplibs="$deplib $deplibs"
 25++ fi
 26++ continue
 27++ ;;
 28+ -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
 29+ if test "$linkmode,$pass" = "prog,link"; then
 30+ compile_deplibs="$deplib $compile_deplibs"
Index: trunk/debs/librsvg2/debian/patches/series
@@ -0,0 +1,3 @@
 2+01_null_crash.patch
 3+10_rsvg-gz.patch
 4+99_ltmain_as-needed.patch
Index: trunk/debs/librsvg2/debian/patches/10_rsvg-gz.patch
@@ -0,0 +1,22 @@
 2+--- a/rsvg-gobject.c
 3+@@ -369,3 +369,9 @@
 4+ {
 5+ return RSVG_HANDLE (g_object_new (RSVG_TYPE_HANDLE, NULL));
 6+ }
 7++
 8++RsvgHandle *
 9++rsvg_handle_new_gz (void)
 10++{
 11++ return rsvg_handle_new ();
 12++}
 13+--- a/librsvg.def
 14+@@ -7,6 +7,7 @@
 15+ rsvg_handle_set_dpi
 16+ rsvg_handle_set_dpi_x_y
 17+ rsvg_handle_new
 18++rsvg_handle_new_gz
 19+ rsvg_handle_write
 20+ rsvg_handle_close
 21+ rsvg_handle_get_pixbuf
Index: trunk/debs/librsvg2/debian/librsvg2-dev.postinst
@@ -0,0 +1,10 @@
 2+#! /bin/sh
 3+set -e
 4+
 5+DOCDIR=/usr/share/gtk-doc/html/rsvg
 6+
 7+if [ -d $DOCDIR -a ! -L $DOCDIR ]; then
 8+ rmdir $DOCDIR && ln -s ../../doc/librsvg2-dev/html $DOCDIR || true
 9+fi
 10+
 11+#DEBHELPER#
Index: trunk/debs/librsvg2/debian/rsvg-view.1
@@ -0,0 +1,58 @@
 2+.TH rsvg-view 1
 3+.SH NAME
 4+rsvg-view \- Display SVG files
 5+.SH SYNOPSIS
 6+.B rsvg-view
 7+.I [options]
 8+file.svg
 9+.I ""
 10+.SH DESCRIPTION
 11+RSVG displays SVG images on the screen.
 12+.SS OPTIONS
 13+.TP
 14+.I "\-i \-\-xid int"
 15+XWindow ID (for X11 embedding).
 16+.TP
 17+.I "\-s \-\-stdin
 18+Read from stdin instead of a file.
 19+.TP
 20+.I "\-d \-\-dpi number"
 21+Set the resolution of the image in pixels per inch. RSVG's current default is 90dpi.
 22+.TP
 23+.I "\-x \-\-x\-zoom number"
 24+X Zoom factor, as a percentage. If unspecified, 1.0 is used as the default.
 25+.TP
 26+.I "\-y \-\-y\-zoom number"
 27+Y Zoom factor, as a percentage. If unspecified, 1.0 is used as the default.
 28+.TP
 29+.I "\-w \-\-width integer"
 30+Specify how wide you wish the image to be. If unspecified, the natural width of the image is used as the default.
 31+.TP
 32+.I "\-h \-\-height integer"
 33+Specify how tall you wish the image to be. If unspecified, the natural height of the image is used as the default.
 34+.TP
 35+.I "\-b \-\-bgcolor string"
 36+Set the image background color (default: transparent).
 37+.TP
 38+.I "\-k \-\-keep\-aspect"
 39+Preserve the image's aspect ratio.
 40+.TP
 41+.I "\-? \-\-help"
 42+Show a short help message.
 43+.TP
 44+.I "\-\-usage"
 45+Display a brief usage message.
 46+.TP
 47+.I "\-v \-\-version"
 48+Display what version of rsvg-view this is.
 49+.SH MORE INFORMATION
 50+.B http://www.gnome.org/
 51+.br
 52+.B http://librsvg.sourceforge.net/
 53+.br
 54+.B http://www.w3.org/TR/SVG11/
 55+.SH "AUTHORS"
 56+This manpage was written for the Debian project by Paul Brossier
 57+<piem@altern.org>, based on the similar rsvg upstream manpage, originally
 58+written by Dom Lachowicz (cinamod@hotmail.com), Alex Larsson (alex@redhat.com),
 59+and a host of others.
Index: trunk/debs/librsvg2/debian/rules
@@ -0,0 +1,36 @@
 2+#!/usr/bin/make -f
 3+
 4+include /usr/share/cdbs/1/rules/debhelper.mk
 5+include /usr/share/cdbs/1/rules/utils.mk
 6+include /usr/share/cdbs/1/class/gnome.mk
 7+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 8+include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 9+
 10+ifeq ($(DEB_BUILD_ARCH),alpha)
 11+ CFLAGS += -mieee
 12+endif
 13+
 14+LIBRSVG2_PKG := librsvg2-2
 15+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 16+
 17+DEB_CONFIGURE_EXTRA_FLAGS += \
 18+ --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
 19+ --enable-pixbuf-loader \
 20+ --with-croco \
 21+ --with-svgz
 22+
 23+DEB_DH_MAKESHLIBS_ARGS_$(LIBRSVG2_PKG) += -V -- -c4
 24+DEB_DH_MAKESHLIBS_ARGS_librsvg2-common = --no-act
 25+
 26+binary-install/librsvg2-common::
 27+ LD_LIBRARY_PATH=debian/$(LIBRSVG2_PKG)/usr/lib/$(DEB_HOST_MULTIARCH):$(LD_LIBRARY_PATH) \
 28+ dh_gtkmodules -plibrsvg2-common
 29+ sed -e"s/#MULTIARCH#/$(DEB_HOST_MULTIARCH)/g" debian/$(cdbs_curpkg).postinst.in > \
 30+ debian/$(cdbs_curpkg).postinst
 31+
 32+binary-install/librsvg2-bin::
 33+ dh_pysupport -plibrsvg2-bin
 34+
 35+clean::
 36+ rm -f debian/librsvg2-common.postinst
 37+
Property changes on: trunk/debs/librsvg2/debian/rules
___________________________________________________________________
Added: svn:executable
138 + *
Index: trunk/debs/librsvg2/debian/librsvg2-bin.manpages
@@ -0,0 +1 @@
 2+debian/rsvg-view.1
Index: trunk/debs/librsvg2/debian/librsvg2-2.install
@@ -0,0 +1 @@
 2+usr/lib/*/lib*.so.*
Index: trunk/debs/librsvg2/debian/source/format
@@ -0,0 +1 @@
 2+3.0 (quilt)
Index: trunk/debs/librsvg2/debian/librsvg2-bin.install
@@ -0,0 +1,3 @@
 2+usr/share/man
 3+usr/bin
 4+usr/share/pixmaps
Index: trunk/debs/librsvg2/debian/watch
@@ -0,0 +1,2 @@
 2+version=3
 3+http://ftp.gnome.org/pub/gnome/sources/librsvg/([\d\.]+[02468])/librsvg-([\d\.]+)\.tar\.bz2
Index: trunk/debs/librsvg2/debian/librsvg2-common.postinst.in
@@ -0,0 +1,16 @@
 2+#!/bin/sh
 3+set -e
 4+
 5+#DEBHELPER#
 6+
 7+if [ "$1" = configure ]; then
 8+ # run an update there because the trigger might not work; see
 9+ # https://launchpad.net/bugs/719861 comment 9 for details
 10+ GDKPIXDIR=/usr/lib/#MULTIARCH#/gdk-pixbuf-2.0/
 11+ if [ -d $GDKPIXDIR ]; then
 12+ for VERSION in `ls $GDKPIXDIR`; do
 13+ $GDKPIXDIR/gdk-pixbuf-query-loaders $GDKPIXDIR/$VERSION/loaders/*.so /usr/lib/gdk-pixbuf-2.0/$VERSION/loaders/*.so > $GDKPIXDIR/$VERSION/loaders.cache 2>/dev/null || true
 14+ done
 15+ fi
 16+fi
 17+
Index: trunk/debs/librsvg2/debian/copyright
@@ -0,0 +1,30 @@
 2+This package was debianized by Takuo KITAME <kitame@northeye.org> on
 3+Sat, 21 Apr 2001 05:12:02 +0900.
 4+
 5+It was downloaded from:
 6+ <http://ftp.gnome.org/pub/GNOME/sources/librsvg/>
 7+
 8+
 9+ Copyright (C) 2000 Eazel, Inc.
 10+ Copyright (C) 2002 Dom Lachowicz <cinamod@hotmail.com>
 11+
 12+ This program is free software; you can redistribute it and/or
 13+ modify it under the terms of the GNU Library General Public License as
 14+ published by the Free Software Foundation; either version 2 of the
 15+ License, or (at your option) any later version.
 16+
 17+ This program is distributed in the hope that it will be useful,
 18+ but WITHOUT ANY WARRANTY; without even the implied warranty of
 19+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 20+ Library General Public License for more details.
 21+
 22+ You should have received a copy of the GNU Library General Public
 23+ License along with this program; if not, write to the Free Software
 24+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
 25+ USA.
 26+
 27+ Author: Raph Levien <raph@artofcode.com>
 28+
 29+see also
 30+ /usr/share/common-licenses/LGPL
 31+
Index: trunk/debs/librsvg2/debian/librsvg2-dev.install
@@ -0,0 +1,5 @@
 2+usr/include
 3+usr/lib/*/lib*.a
 4+usr/lib/*/lib*.so
 5+usr/lib/*/pkgconfig
 6+usr/share/gtk-doc/html/rsvg-2.0/* usr/share/doc/librsvg2-dev/html/

Follow-up revisions

RevisionCommit summaryAuthorDate
r109605rollback r109160 and r109162 in preparation for moving to git and to make sur...mah03:06, 20 January 2012