r28028 - in /packages/unstable/gnome-python-extras/debian: changelog control control.in patches/01_xul19.patch patches/series python-gtkmozembed.install rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue May 24 15:13:32 UTC 2011


Author: joss
Date: Tue May 24 15:13:32 2011
New Revision: 28028

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28028
Log:
* Disable gtkmozembed module.
* Drop xulrunner build-dependency.
* 01_xul19.patch: removed as well.

Removed:
    packages/unstable/gnome-python-extras/debian/patches/01_xul19.patch
    packages/unstable/gnome-python-extras/debian/python-gtkmozembed.install
Modified:
    packages/unstable/gnome-python-extras/debian/changelog
    packages/unstable/gnome-python-extras/debian/control
    packages/unstable/gnome-python-extras/debian/control.in
    packages/unstable/gnome-python-extras/debian/patches/series
    packages/unstable/gnome-python-extras/debian/rules

Modified: packages/unstable/gnome-python-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/changelog?rev=28028&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/changelog [utf-8] Tue May 24 15:13:32 2011
@@ -1,3 +1,11 @@
+gnome-python-extras (2.25.3-10) UNRELEASED; urgency=low
+
+  * Disable gtkmozembed module.
+  * Drop xulrunner build-dependency.
+  * 01_xul19.patch: removed as well.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 24 May 2011 17:11:43 +0200
+
 gnome-python-extras (2.25.3-9) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: packages/unstable/gnome-python-extras/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/control?rev=28028&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/control [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/control [utf-8] Tue May 24 15:13:32 2011
@@ -16,7 +16,6 @@
                libglib2.0-dev (>= 2.6.0),
                libgtk2.0-dev (>= 2.4),
                python-gnome2-dev (>= 2.10.0),
-               xulrunner-dev (>= 1.9.1.3-2),
                libgda-4.0-dev (>= 3.99.11),
                libgksu2-dev (>= 2.0.4),
                python-gtk2-dev,
@@ -42,7 +41,6 @@
          ${shlibs:Depends},
          ${python:Depends},
          python-gtk2-dev,
-         python-gtkmozembed (>= ${source:Version}),
          python-eggtrayicon (>= ${source:Version}),
          python-gtkspell (>= ${source:Version}),
          python-gksu2 (>= ${source:Version}),
@@ -52,21 +50,6 @@
  This package contains files that allow you to build wrappers for 
  addons that interoperate with Python bindings of GNOME libraries that 
  are not part of the official GNOME release.
-
-Package: python-gtkmozembed
-Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         ${python:Depends},
-         python-gtk2,
-Breaks: python-gnome2-extras (<< 2.19.1-1),
-           python-gnome2-extras-doc
-Replaces: python-gnome2-extras (<< 2.19.1-1),
-          python-gnome2-extras-doc
-Description: Python bindings for the GtkMozEmbed Gecko library
- This package contains bindings allowing to run Python programs using 
- the GtkMozEmbed widget, which is based on the Gecko rendering engine 
- from Mozilla.
 
 Package: python-eggtrayicon
 Architecture: any

Modified: packages/unstable/gnome-python-extras/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/control.in?rev=28028&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/control.in [utf-8] Tue May 24 15:13:32 2011
@@ -11,7 +11,6 @@
                libglib2.0-dev (>= 2.6.0),
                libgtk2.0-dev (>= 2.4),
                python-gnome2-dev (>= 2.10.0),
-               xulrunner-dev (>= 1.9.1.3-2),
                libgda-4.0-dev (>= 3.99.11),
                libgksu2-dev (>= 2.0.4),
                python-gtk2-dev,
@@ -37,7 +36,6 @@
          ${shlibs:Depends},
          ${python:Depends},
          python-gtk2-dev,
-         python-gtkmozembed (>= ${source:Version}),
          python-eggtrayicon (>= ${source:Version}),
          python-gtkspell (>= ${source:Version}),
          python-gksu2 (>= ${source:Version}),
@@ -47,21 +45,6 @@
  This package contains files that allow you to build wrappers for 
  addons that interoperate with Python bindings of GNOME libraries that 
  are not part of the official GNOME release.
-
-Package: python-gtkmozembed
-Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         ${python:Depends},
-         python-gtk2,
-Breaks: python-gnome2-extras (<< 2.19.1-1),
-           python-gnome2-extras-doc
-Replaces: python-gnome2-extras (<< 2.19.1-1),
-          python-gnome2-extras-doc
-Description: Python bindings for the GtkMozEmbed Gecko library
- This package contains bindings allowing to run Python programs using 
- the GtkMozEmbed widget, which is based on the Gecko rendering engine 
- from Mozilla.
 
 Package: python-eggtrayicon
 Architecture: any

Modified: packages/unstable/gnome-python-extras/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/patches/series?rev=28028&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/patches/series [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/patches/series [utf-8] Tue May 24 15:13:32 2011
@@ -1,4 +1,3 @@
-01_xul19.patch
 02_maintainer_mode.patch
 03_doc-build.patch
 04_gdl_2.28.patch

Modified: packages/unstable/gnome-python-extras/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/rules?rev=28028&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/rules [utf-8] Tue May 24 15:13:32 2011
@@ -9,11 +9,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS +=				\
-		--with-gtkmozembed=xulrunner-1.9	\
 		--enable-docs
-
-binary-predeb/python-gtkmozembed::
-	dh_xulrunner -ppython-gtkmozembed
 
 binary-predeb/python-gnome2-extras-dev::
 	dh_python2 -ppython-gnome2-extras-dev /usr/share/pygtk




More information about the pkg-gnome-commits mailing list