r36612 - in /packages/unstable/libproxy/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Feb 5 07:59:25 UTC 2013


Author: joss
Date: Tue Feb  5 07:59:24 2013
New Revision: 36612

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36612
Log:
Swap libmozjs and webkitgtk Recommends. Closes: #699788.

Modified:
    packages/unstable/libproxy/debian/changelog
    packages/unstable/libproxy/debian/control
    packages/unstable/libproxy/debian/control.in

Modified: packages/unstable/libproxy/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/changelog?rev=36612&op=diff
==============================================================================
--- packages/unstable/libproxy/debian/changelog [utf-8] (original)
+++ packages/unstable/libproxy/debian/changelog [utf-8] Tue Feb  5 07:59:24 2013
@@ -1,3 +1,9 @@
+libproxy (0.3.1-6) unstable; urgency=low
+
+  * Swap libmozjs and webkitgtk Recommends. Closes: #699788.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 05 Feb 2013 08:59:26 +0100
+
 libproxy (0.3.1-5.1) unstable; urgency=high
 
   * Non-maintainer upload.

Modified: packages/unstable/libproxy/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/control?rev=36612&op=diff
==============================================================================
--- packages/unstable/libproxy/debian/control [utf-8] (original)
+++ packages/unstable/libproxy/debian/control [utf-8] Tue Feb  5 07:59:24 2013
@@ -33,7 +33,7 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Recommends: ${webkit:Recommends} | ${moz:Recommends}
+Recommends: ${moz:Recommends} | ${webkit:Recommends}
 Description: automatic proxy configuration management library (shared)
  libproxy is a lightweight library which makes it easy to develop
  applications proxy-aware with a simple and stable API.

Modified: packages/unstable/libproxy/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/control.in?rev=36612&op=diff
==============================================================================
--- packages/unstable/libproxy/debian/control.in [utf-8] (original)
+++ packages/unstable/libproxy/debian/control.in [utf-8] Tue Feb  5 07:59:24 2013
@@ -28,7 +28,7 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Recommends: ${webkit:Recommends} | ${moz:Recommends}
+Recommends: ${moz:Recommends} | ${webkit:Recommends}
 Description: automatic proxy configuration management library (shared)
  libproxy is a lightweight library which makes it easy to develop
  applications proxy-aware with a simple and stable API.




More information about the pkg-gnome-commits mailing list