~ubuntu-branches/debian/squeeze/librsvg/squeeze

« back to all changes in this revision

Viewing changes to debian/patches/rsvg-gz.patch

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2007-04-14 09:10:08 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20070414091008-uad9gfjblxbkbthw
Tags: 2.16.1-2
* Add a get-orig-source target to retrieve the upstream tarball.
* Include the new check-dist Makefile to prevent accidental uploads to
  unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
* Upload to unstable; drop check-dist include.
* Wrap build-deps and deps.
* Bump up Debhelper compatibility level to 5.
* Drop clean target which removed the upstream documentation.
* Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
  cdbs >= 0.4.41.
* Cleanups.
* Fix watch file to track all stable versions and use HTTP.
* Fix URL in copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur librsvg-2.16.0/librsvg.def librsvg-2.16.0.new/librsvg.def
2
 
--- librsvg-2.16.0/librsvg.def  2006-08-23 14:07:56.000000000 +0200
3
 
+++ librsvg-2.16.0.new/librsvg.def      2006-09-01 16:49:18.000000000 +0200
4
 
@@ -7,6 +7,7 @@
5
 
 rsvg_handle_set_dpi
6
 
 rsvg_handle_set_dpi_x_y
7
 
 rsvg_handle_new
8
 
+rsvg_handle_new_gz
9
 
 rsvg_handle_write
10
 
 rsvg_handle_close
11
 
 rsvg_handle_get_pixbuf
12
 
diff -Nur librsvg-2.16.0/rsvg-gobject.c librsvg-2.16.0.new/rsvg-gobject.c
13
 
--- librsvg-2.16.0/rsvg-gobject.c       2006-04-30 16:58:04.000000000 +0200
14
 
+++ librsvg-2.16.0.new/rsvg-gobject.c   2006-09-01 16:49:03.000000000 +0200
15
 
@@ -318,3 +318,9 @@
 
1
--- rsvg-gobject.c      2006-02-06 05:41:56.000000000 +0100
 
2
+++ rsvg-gobject.c.new  2006-04-01 17:42:25.000000000 +0200
 
3
@@ -317,3 +317,9 @@
16
4
 {
17
5
        return RSVG_HANDLE (g_object_new (RSVG_TYPE_HANDLE, NULL));
18
6
 }
22
10
+{
23
11
+       return rsvg_handle_new ();
24
12
+}
 
13
--- librsvg.def.orig    2006-09-05 23:46:41.000000000 +0200
 
14
+++ librsvg.def 2006-09-05 23:46:48.000000000 +0200
 
15
@@ -7,6 +7,7 @@
 
16
 rsvg_handle_set_dpi
 
17
 rsvg_handle_set_dpi_x_y
 
18
 rsvg_handle_new
 
19
+rsvg_handle_new_gz
 
20
 rsvg_handle_write
 
21
 rsvg_handle_close
 
22
 rsvg_handle_get_pixbuf