r20318 - in /desktop/unstable/gnome-python-desktop/debian: changelog control control.in python-evince.install

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed Jun 10 21:11:08 UTC 2009


Author: joss
Date: Wed Jun 10 21:11:07 2009
New Revision: 20318

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20318
Log:
* New upstream release.
  + Explicitly checks for libgnomeui. Closes: #532545.
* Update build-dependencies accordingly.
* Add libevince-dev to build dependencies.
* New package: python-evince.

Added:
    desktop/unstable/gnome-python-desktop/debian/python-evince.install
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=20318&op=diff
==============================================================================
--- desktop/unstable/gnome-python-desktop/debian/changelog (original)
+++ desktop/unstable/gnome-python-desktop/debian/changelog Wed Jun 10 21:11:07 2009
@@ -1,3 +1,13 @@
+gnome-python-desktop (2.26.0-1) unstable; urgency=low
+
+  * New upstream release.
+    + Explicitly checks for libgnomeui. Closes: #532545.
+  * Update build-dependencies accordingly.
+  * Add libevince-dev to build dependencies.
+  * New package: python-evince.
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 10 Jun 2009 23:09:26 +0200
+
 gnome-python-desktop (2.24.1-1) unstable; urgency=low
 
   * New upstream bugfix release.

Modified: desktop/unstable/gnome-python-desktop/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python-desktop/debian/control?rev=20318&op=diff
==============================================================================
--- desktop/unstable/gnome-python-desktop/debian/control (original)
+++ desktop/unstable/gnome-python-desktop/debian/control Wed Jun 10 21:11:07 2009
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Loic Minier <lool at dooz.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Gustavo Noronha Silva <kov at debian.org>, Josselin Mouette <joss at debian.org>, Julian Andres Klode <jak at jak-linux.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Gustavo Noronha Silva <kov at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5.0.37.2),
                gnome-pkg-tools (>= 0.10),
                python-support (>= 0.6),
@@ -12,6 +12,8 @@
                python-all-dev (>= 2.5),
                python-gtk2-dev (>= 2.10.3),
                python-gnome2-dev (>= 2.10.0),
+               libgnome2-dev,
+               libgnomeui-dev,
                python-cairo-dev,
                libglib2.0-dev (>= 2.6.0),
                libgtk2.0-dev (>= 2.4),
@@ -31,6 +33,7 @@
                libgnome-desktop-dev (>= 2.10.0),
                libecal1.2-dev (>= 1.4.0),
                libebook1.2-dev (>= 1.4.0),
+               libevince-dev,
                bug-buddy (>= 2.16) [!hurd-i386]
 Standards-Version: 3.8.0
 XS-Python-Version: >= 2.5
@@ -39,6 +42,7 @@
 Architecture: all
 Depends: ${misc:Depends},
          python-bugbuddy (>= ${source:Version}),
+         python-evince (>= ${source:Version}),
          python-evolution (>= ${source:Version}),
          python-gnomeapplet (>= ${source:Version}),
          python-gnomedesktop (>= ${source:Version}),
@@ -83,6 +87,16 @@
  This package contains a module that will allow programs using it to 
  report bugs using the bug-buddy reporting tool, if it is installed.
 
+Package: python-evince
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         python-gtk2
+Description: Python bindings for the evince libraries
+ This package contains modules that allows to display documents 
+ supported by the evince libraries in Python applications.
+
 Package: python-evolution
 Architecture: any
 Depends: ${misc:Depends},

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=20318&op=diff
==============================================================================
--- desktop/unstable/gnome-python-desktop/debian/control.in (original)
+++ desktop/unstable/gnome-python-desktop/debian/control.in Wed Jun 10 21:11:07 2009
@@ -12,6 +12,8 @@
                python-all-dev (>= 2.5),
                python-gtk2-dev (>= 2.10.3),
                python-gnome2-dev (>= 2.10.0),
+               libgnome2-dev,
+               libgnomeui-dev,
                python-cairo-dev,
                libglib2.0-dev (>= 2.6.0),
                libgtk2.0-dev (>= 2.4),
@@ -31,6 +33,7 @@
                libgnome-desktop-dev (>= 2.10.0),
                libecal1.2-dev (>= 1.4.0),
                libebook1.2-dev (>= 1.4.0),
+               libevince-dev,
                bug-buddy (>= 2.16) [!hurd-i386]
 Standards-Version: 3.8.0
 XS-Python-Version: >= 2.5
@@ -39,6 +42,7 @@
 Architecture: all
 Depends: ${misc:Depends},
          python-bugbuddy (>= ${source:Version}),
+         python-evince (>= ${source:Version}),
          python-evolution (>= ${source:Version}),
          python-gnomeapplet (>= ${source:Version}),
          python-gnomedesktop (>= ${source:Version}),
@@ -83,6 +87,16 @@
  This package contains a module that will allow programs using it to 
  report bugs using the bug-buddy reporting tool, if it is installed.
 
+Package: python-evince
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         python-gtk2
+Description: Python bindings for the evince libraries
+ This package contains modules that allows to display documents 
+ supported by the evince libraries in Python applications.
+
 Package: python-evolution
 Architecture: any
 Depends: ${misc:Depends},

Added: desktop/unstable/gnome-python-desktop/debian/python-evince.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python-desktop/debian/python-evince.install?rev=20318&op=file
==============================================================================
--- desktop/unstable/gnome-python-desktop/debian/python-evince.install (added)
+++ desktop/unstable/gnome-python-desktop/debian/python-evince.install Wed Jun 10 21:11:07 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*/*-packages/gtk-2.0/evince.so




More information about the pkg-gnome-commits mailing list