r26389 - in /desktop/experimental/librsvg/debian: changelog patches/01_manpage.patch patches/10_rsvg-gz.patch patches/99_ltmain_as-needed.patch patches/manpage.patch patches/rsvg-gz.patch patches/series rules source/ source/format

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Jan 23 02:45:51 UTC 2011


Author: pochu
Date: Sun Jan 23 02:45:51 2011
New Revision: 26389

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26389
Log:
* debian/source/format,
  debian/patches/*,
  debian/rules:
  + Switch to source format 3.0 (quilt).

Added:
    desktop/experimental/librsvg/debian/patches/01_manpage.patch
      - copied, changed from r26352, desktop/experimental/librsvg/debian/patches/manpage.patch
    desktop/experimental/librsvg/debian/patches/10_rsvg-gz.patch
      - copied, changed from r26352, desktop/experimental/librsvg/debian/patches/rsvg-gz.patch
    desktop/experimental/librsvg/debian/patches/series
    desktop/experimental/librsvg/debian/source/
    desktop/experimental/librsvg/debian/source/format
Removed:
    desktop/experimental/librsvg/debian/patches/manpage.patch
    desktop/experimental/librsvg/debian/patches/rsvg-gz.patch
Modified:
    desktop/experimental/librsvg/debian/changelog
    desktop/experimental/librsvg/debian/patches/99_ltmain_as-needed.patch
    desktop/experimental/librsvg/debian/rules

Modified: desktop/experimental/librsvg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/changelog?rev=26389&op=diff
==============================================================================
--- desktop/experimental/librsvg/debian/changelog [utf-8] (original)
+++ desktop/experimental/librsvg/debian/changelog [utf-8] Sun Jan 23 02:45:51 2011
@@ -8,6 +8,10 @@
       - Updated for the new help location.
     + debian/rules:
       - Don't run dh_makeshlibs on librsvg2-common.
+  * debian/source/format,
+    debian/patches/*,
+    debian/rules:
+    + Switch to source format 3.0 (quilt).
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 23 Jan 2011 01:19:28 +0000
 

Copied: desktop/experimental/librsvg/debian/patches/01_manpage.patch (from r26352, desktop/experimental/librsvg/debian/patches/manpage.patch)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/patches/01_manpage.patch?rev=26389&op=diff
==============================================================================
--- desktop/experimental/librsvg/debian/patches/manpage.patch [utf-8] (original)
+++ desktop/experimental/librsvg/debian/patches/01_manpage.patch [utf-8] Sun Jan 23 02:45:51 2011
@@ -1,5 +1,5 @@
---- librsvg2-2.8.1.orig/rsvg.1
-+++ librsvg2-2.8.1/rsvg.1
+--- a/rsvg.1
++++ b/rsvg.1
 @@ -6,7 +6,7 @@
  [options] in.svg out.png
  .I ""

Copied: desktop/experimental/librsvg/debian/patches/10_rsvg-gz.patch (from r26352, desktop/experimental/librsvg/debian/patches/rsvg-gz.patch)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/patches/10_rsvg-gz.patch?rev=26389&op=diff
==============================================================================
--- desktop/experimental/librsvg/debian/patches/rsvg-gz.patch [utf-8] (original)
+++ desktop/experimental/librsvg/debian/patches/10_rsvg-gz.patch [utf-8] Sun Jan 23 02:45:51 2011
@@ -1,6 +1,6 @@
---- rsvg-gobject.c	2006-02-06 05:41:56.000000000 +0100
-+++ rsvg-gobject.c.new	2006-04-01 17:42:25.000000000 +0200
-@@ -333,3 +333,9 @@
+--- a/rsvg-gobject.c
++++ b/rsvg-gobject.c
+@@ -369,3 +369,9 @@
  {
      return RSVG_HANDLE (g_object_new (RSVG_TYPE_HANDLE, NULL));
  }
@@ -10,8 +10,8 @@
 +{
 +    return rsvg_handle_new ();
 +}
---- librsvg.def.orig	2006-09-05 23:46:41.000000000 +0200
-+++ librsvg.def	2006-09-05 23:46:48.000000000 +0200
+--- a/librsvg.def
++++ b/librsvg.def
 @@ -7,6 +7,7 @@
  rsvg_handle_set_dpi
  rsvg_handle_set_dpi_x_y

Modified: desktop/experimental/librsvg/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/patches/99_ltmain_as-needed.patch?rev=26389&op=diff
==============================================================================
--- desktop/experimental/librsvg/debian/patches/99_ltmain_as-needed.patch [utf-8] (original)
+++ desktop/experimental/librsvg/debian/patches/99_ltmain_as-needed.patch [utf-8] Sun Jan 23 02:45:51 2011
@@ -1,5 +1,5 @@
---- ltmain.sh.old	2007-10-09 07:38:25.000000000 +0200
-+++ ltmain.sh	2007-10-09 07:39:25.000000000 +0200
+--- a/ltmain.sh
++++ b/ltmain.sh
 @@ -4716,6 +4716,11 @@
  	arg=$func_stripname_result
  	;;

Added: desktop/experimental/librsvg/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/patches/series?rev=26389&op=file
==============================================================================
--- desktop/experimental/librsvg/debian/patches/series (added)
+++ desktop/experimental/librsvg/debian/patches/series [utf-8] Sun Jan 23 02:45:51 2011
@@ -1,0 +1,3 @@
+01_manpage.patch
+10_rsvg-gz.patch
+99_ltmain_as-needed.patch

Modified: desktop/experimental/librsvg/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/rules?rev=26389&op=diff
==============================================================================
--- desktop/experimental/librsvg/debian/rules [utf-8] (original)
+++ desktop/experimental/librsvg/debian/rules [utf-8] Sun Jan 23 02:45:51 2011
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 

Added: desktop/experimental/librsvg/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/source/format?rev=26389&op=file
==============================================================================
--- desktop/experimental/librsvg/debian/source/format (added)
+++ desktop/experimental/librsvg/debian/source/format [utf-8] Sun Jan 23 02:45:51 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list