r15897 - in /desktop/unstable/gnome-python-desktop/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon May 12 09:55:58 UTC 2008


Author: lool
Date: Mon May 12 09:55:58 2008
New Revision: 15897

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15897
Log:
Depend on librsvg2-common for SVG support; strictly speaking, this could
be a recommends as the package provides other functionality, but I
wouldn't want other packages needing rsvg support to have to depend on
librsvg2-common explicitely; closes: #360101.

Modified:
    desktop/unstable/gnome-python-desktop/debian/changelog
    desktop/unstable/gnome-python-desktop/debian/control
    desktop/unstable/gnome-python-desktop/debian/control.in

Modified: desktop/unstable/gnome-python-desktop/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python-desktop/debian/changelog?rev=15897&op=diff
==============================================================================
--- desktop/unstable/gnome-python-desktop/debian/changelog (original)
+++ desktop/unstable/gnome-python-desktop/debian/changelog Mon May 12 09:55:58 2008
@@ -2,6 +2,10 @@
 
   * Wrap deps and build-deps.
   * Cleanup rules.
+  * Depend on librsvg2-common for SVG support; strictly speaking, this could
+    be a recommends as the package provides other functionality, but I
+    wouldn't want other packages needing rsvg support to have to depend on
+    librsvg2-common explicitely; closes: #360101.
 
  -- Loic Minier <lool at dooz.org>  Mon, 12 May 2008 11:47:15 +0200
 

Modified: desktop/unstable/gnome-python-desktop/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python-desktop/debian/control?rev=15897&op=diff
==============================================================================
--- desktop/unstable/gnome-python-desktop/debian/control (original)
+++ desktop/unstable/gnome-python-desktop/debian/control Mon May 12 09:55:58 2008
@@ -40,7 +40,8 @@
 Depends: ${misc:Depends},
          ${python:Depends},
          python-pyorbit,
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         librsvg2-common
 Python-Depends: python-gtk2
 Provides: ${python:Provides}
 Replaces: python2.2-gnome2 (<< 1.99.16-5),

Modified: desktop/unstable/gnome-python-desktop/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python-desktop/debian/control.in?rev=15897&op=diff
==============================================================================
--- desktop/unstable/gnome-python-desktop/debian/control.in (original)
+++ desktop/unstable/gnome-python-desktop/debian/control.in Mon May 12 09:55:58 2008
@@ -40,7 +40,8 @@
 Depends: ${misc:Depends},
          ${python:Depends},
          python-pyorbit,
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         librsvg2-common
 Python-Depends: python-gtk2
 Provides: ${python:Provides}
 Replaces: python2.2-gnome2 (<< 1.99.16-5),




More information about the pkg-gnome-commits mailing list