r21338 - in /desktop/experimental/gnome-python-desktop/debian: changelog control control.in patches/01_fix_build_out_of_tree.patch patches/90_relibtoolize.patch patches/series python-brasero.examples python-brasero.install

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Sep 13 17:26:49 UTC 2009


Author: pochu
Date: Sun Sep 13 17:26:48 2009
New Revision: 21338

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21338
Log:
* New upstream release.
  - debian/patches/01_fix_build_out_of_tree.patch:
    + Fix build of brasero bindings out of tree.
* Add a python-brasero package with the brasero python extensions.
* debian/patches/90_relibtoolize.patch:
  - Deleted, the rpath issue should be fixed now that upstream uses
    a newer libtool.

Added:
    desktop/experimental/gnome-python-desktop/debian/patches/01_fix_build_out_of_tree.patch
    desktop/experimental/gnome-python-desktop/debian/python-brasero.examples
    desktop/experimental/gnome-python-desktop/debian/python-brasero.install
Removed:
    desktop/experimental/gnome-python-desktop/debian/patches/90_relibtoolize.patch
Modified:
    desktop/experimental/gnome-python-desktop/debian/changelog
    desktop/experimental/gnome-python-desktop/debian/control
    desktop/experimental/gnome-python-desktop/debian/control.in
    desktop/experimental/gnome-python-desktop/debian/patches/series

Modified: desktop/experimental/gnome-python-desktop/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/changelog?rev=21338&op=diff
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-python-desktop/debian/changelog [utf-8] Sun Sep 13 17:26:48 2009
@@ -1,4 +1,4 @@
-gnome-python-desktop (2.26.0-2) UNRELEASED; urgency=low
+gnome-python-desktop (2.27.3-1) UNRELEASED; urgency=low
 
   [ Emilio Pozuelo Monfort ]
   * Remove python-gtksourceview package, it's not used by anything anymore.
@@ -8,6 +8,15 @@
   [ Josselin Mouette ]
   * Remove python-gnome2-desktop since otherwise we would break all 
     packages depending on it for the gtksourceview module.
+
+  [ Emilio Pozuelo Monfort ]
+  * New upstream release.
+    - debian/patches/01_fix_build_out_of_tree.patch:
+      + Fix build of brasero bindings out of tree.
+  * Add a python-brasero package with the brasero python extensions.
+  * debian/patches/90_relibtoolize.patch:
+    - Deleted, the rpath issue should be fixed now that upstream uses
+      a newer libtool.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 01 Sep 2009 10:26:22 +0200
 

Modified: desktop/experimental/gnome-python-desktop/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/control?rev=21338&op=diff
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-python-desktop/debian/control [utf-8] Sun Sep 13 17:26:48 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>, Emilio Pozuelo Monfort <pochu at 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),
@@ -33,6 +33,7 @@
                libecal1.2-dev (>= 1.4.0),
                libebook1.2-dev (>= 1.4.0),
                libevince-dev,
+               libbrasero-media-dev (>= 2.27.92-2),
                bug-buddy (>= 2.16) [!hurd-i386]
 Standards-Version: 3.8.3
 XS-Python-Version: >= 2.5
@@ -62,6 +63,17 @@
  This archive contains files that allow you to build wrappers for addons
  that interoperate gnome-python.
 
+Package: python-brasero
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         python-gtk2
+Suggests: brasero
+Description: Python module for brasero
+ This package contains some modules that allow to write applications using
+ the Brasero media libraries and burning backends.
+
 Package: python-bugbuddy
 Architecture: all
 Depends: ${misc:Depends},

Modified: desktop/experimental/gnome-python-desktop/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/control.in?rev=21338&op=diff
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-python-desktop/debian/control.in [utf-8] Sun Sep 13 17:26:48 2009
@@ -33,6 +33,7 @@
                libecal1.2-dev (>= 1.4.0),
                libebook1.2-dev (>= 1.4.0),
                libevince-dev,
+               libbrasero-media-dev (>= 2.27.92-2),
                bug-buddy (>= 2.16) [!hurd-i386]
 Standards-Version: 3.8.3
 XS-Python-Version: >= 2.5
@@ -62,6 +63,17 @@
  This archive contains files that allow you to build wrappers for addons
  that interoperate gnome-python.
 
+Package: python-brasero
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         python-gtk2
+Suggests: brasero
+Description: Python module for brasero
+ This package contains some modules that allow to write applications using
+ the Brasero media libraries and burning backends.
+
 Package: python-bugbuddy
 Architecture: all
 Depends: ${misc:Depends},

Added: desktop/experimental/gnome-python-desktop/debian/patches/01_fix_build_out_of_tree.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/patches/01_fix_build_out_of_tree.patch?rev=21338&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/patches/01_fix_build_out_of_tree.patch (added)
+++ desktop/experimental/gnome-python-desktop/debian/patches/01_fix_build_out_of_tree.patch [utf-8] Sun Sep 13 17:26:48 2009
@@ -1,0 +1,22 @@
+--- a/braseroburn/Makefile.am
++++ b/braseroburn/Makefile.am
+@@ -34,7 +34,7 @@
+ 	    --register $(PYGOBJECT_DEFSDIR)/gio-types.defs \
+ 	    --register $(PYGTK_DEFSDIR)/gtk-types.defs \
+ 	    --register $(PYGTK_DEFSDIR)/gdk-types.defs \
+-	    --register $(top_srcdir)/braseromedia/brasero_media.defs \
++	    --register $(abs_top_srcdir)/braseromedia/brasero_media.defs \
+ 	    --prefix $* $*.defs) > gen-$*.c \
+ 	&& cp gen-$*.c $*.c \
+ 	&& rm -f gen-$*.c
+--- a/braseroburn/Makefile.in
++++ b/braseroburn/Makefile.in
+@@ -649,7 +649,7 @@
+ 	    --register $(PYGOBJECT_DEFSDIR)/gio-types.defs \
+ 	    --register $(PYGTK_DEFSDIR)/gtk-types.defs \
+ 	    --register $(PYGTK_DEFSDIR)/gdk-types.defs \
+-	    --register $(top_srcdir)/braseromedia/brasero_media.defs \
++	    --register $(abs_top_srcdir)/braseromedia/brasero_media.defs \
+ 	    --prefix $* $*.defs) > gen-$*.c \
+ 	&& cp gen-$*.c $*.c \
+ 	&& rm -f gen-$*.c

Modified: desktop/experimental/gnome-python-desktop/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/patches/series?rev=21338&op=diff
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gnome-python-desktop/debian/patches/series [utf-8] Sun Sep 13 17:26:48 2009
@@ -1,1 +1,1 @@
-90_relibtoolize.patch
+01_fix_build_out_of_tree.patch

Added: desktop/experimental/gnome-python-desktop/debian/python-brasero.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-brasero.examples?rev=21338&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-brasero.examples (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-brasero.examples [utf-8] Sun Sep 13 17:26:48 2009
@@ -1,0 +1,1 @@
+examples/brasero*

Added: desktop/experimental/gnome-python-desktop/debian/python-brasero.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-brasero.install?rev=21338&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-brasero.install (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-brasero.install [utf-8] Sun Sep 13 17:26:48 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*/*-packages/gtk-2.0/brasero*.so




More information about the pkg-gnome-commits mailing list