r21914 - in /packages/unstable/gnome-python-extras/debian: changelog control control.in patches/01_xul19.patch rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Oct 11 08:37:57 UTC 2009


Author: pochu
Date: Sun Oct 11 08:37:54 2009
New Revision: 21914

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21914
Log:
* ACK NMU, thanks Mike Hommey!
* Non-maintainer upload for transition to xulrunner 1.9.1.
  (Closes: #548676)
* debian/rules: Use dh_xulrunner.
* debian/control, debian/control.in:
  - Build-depend on a xulrunner-dev that provides dh_xulrunner.
  - Let dh_xulrunner fill shlibs:Depends with the proper xulrunner
    dependency.
* debian/patches/01_xul19.patch: Tighten the GREVersionRange.

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/01_xul19.patch
    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=21914&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/changelog [utf-8] Sun Oct 11 08:37:54 2009
@@ -1,3 +1,22 @@
+gnome-python-extras (2.25.3-5) UNRELEASED; urgency=low
+
+  * ACK NMU, thanks Mike Hommey!
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 11 Oct 2009 10:37:04 +0200
+
+gnome-python-extras (2.25.3-4.1) unstable; urgency=low
+
+  * Non-maintainer upload for transition to xulrunner 1.9.1.
+    (Closes: #548676)
+  * debian/rules: Use dh_xulrunner.
+  * debian/control, debian/control.in:
+    - Build-depend on a xulrunner-dev that provides dh_xulrunner.
+    - Let dh_xulrunner fill shlibs:Depends with the proper xulrunner
+      dependency.
+  * debian/patches/01_xul19.patch: Tighten the GREVersionRange.
+
+ -- Mike Hommey <glandium at debian.org>  Sat, 10 Oct 2009 11:51:32 +0200
+
 gnome-python-extras (2.25.3-4) unstable; urgency=low
 
   * 04_gdl_2.28.patch: stolen from upstream. Port to GDL 2.28.

Modified: packages/unstable/gnome-python-extras/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/control?rev=21914&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/control [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/control [utf-8] Sun Oct 11 08:37:54 2009
@@ -12,7 +12,7 @@
                libgtk2.0-dev (>= 2.4),
                python-gnome2-dev (>= 2.10.0),
                libgtkhtml2-dev (>= 2.3.1),
-               xulrunner-dev (>= 1.9~rc1),
+               xulrunner-dev (>= 1.9.1.3-2),
                libgda-4.0-dev (>= 3.99.11),
                libgksu2-dev (>= 2.0.4),
                python-gtk2-dev,
@@ -73,7 +73,6 @@
          ${shlibs:Depends},
          ${python:Depends},
          python-gtk2,
-         xulrunner-1.9 (>= 1.9~rc1)
 Conflicts: python-gnome2-extras (<< 2.19.1-1),
            python-gnome2-extras-doc
 Replaces: python-gnome2-extras (<< 2.19.1-1),

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=21914&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/control.in [utf-8] Sun Oct 11 08:37:54 2009
@@ -12,7 +12,7 @@
                libgtk2.0-dev (>= 2.4),
                python-gnome2-dev (>= 2.10.0),
                libgtkhtml2-dev (>= 2.3.1),
-               xulrunner-dev (>= 1.9~rc1),
+               xulrunner-dev (>= 1.9.1.3-2),
                libgda-4.0-dev (>= 3.99.11),
                libgksu2-dev (>= 2.0.4),
                python-gtk2-dev,
@@ -73,7 +73,6 @@
          ${shlibs:Depends},
          ${python:Depends},
          python-gtk2,
-         xulrunner-1.9 (>= 1.9~rc1)
 Conflicts: python-gnome2-extras (<< 2.19.1-1),
            python-gnome2-extras-doc
 Replaces: python-gnome2-extras (<< 2.19.1-1),

Modified: packages/unstable/gnome-python-extras/debian/patches/01_xul19.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/patches/01_xul19.patch?rev=21914&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/patches/01_xul19.patch [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/patches/01_xul19.patch [utf-8] Sun Oct 11 08:37:54 2009
@@ -181,8 +181,8 @@
 +
 +#ifdef XPCOM_GLUE
 +    static const GREVersionRange greVersion = {
-+    "1.9b", PR_TRUE,
-+    "1.9.*", PR_TRUE
++    "1.9.1", PR_TRUE,
++    "1.9.2", PR_FALSE
 +    };
 +    char xpcomLocation[4096];
 +    nsresult rv = GRE_GetGREPathWithProperties(&greVersion, 1, nsnull, 0, xpcomLocation, 4096);

Modified: packages/unstable/gnome-python-extras/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/rules?rev=21914&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/rules [utf-8] Sun Oct 11 08:37:54 2009
@@ -111,6 +111,7 @@
 	dh_pysupport -a
 	dh_installdeb -a
 	dh_shlibdeps -a
+	dh_xulrunner -a
 	dh_gencontrol -a
 	dh_md5sums -a
 	dh_builddeb -a




More information about the pkg-gnome-commits mailing list