r47351 - in /packages/unstable/libproxy/debian: changelog control control.in rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Tue Feb 16 13:12:45 UTC 2016


Author: laney
Date: Tue Feb 16 13:12:45 2016
New Revision: 47351

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47351
Log:
Add Enhances: from the plugin packages to the library so that people can
find them easier. (Closes: #768435, #768437)

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

Modified: packages/unstable/libproxy/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/changelog?rev=47351&op=diff
==============================================================================
--- packages/unstable/libproxy/debian/changelog	[utf-8] (original)
+++ packages/unstable/libproxy/debian/changelog	[utf-8] Tue Feb 16 13:12:45 2016
@@ -15,6 +15,8 @@
   * Fix the build profiles syntax to the current version.
   * debian/patches/0001-pacrunner_webkit-allow-linking-against-javascriptcor.patch:
     Cherry-pick - allow building against webkit2gtk. Update BDs too.
+  * Add Enhances: from the plugin packages to the library so that people can
+    find them easier. (Closes: #768435, #768437)
 
  -- Andreas Henriksson <andreas at fatal.se>  Mon, 18 Aug 2014 21:07:56 +0200
 

Modified: packages/unstable/libproxy/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/control?rev=47351&op=diff
==============================================================================
--- packages/unstable/libproxy/debian/control	[utf-8] (original)
+++ packages/unstable/libproxy/debian/control	[utf-8] Tue Feb 16 13:12:45 2016
@@ -51,6 +51,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libproxy1v5 (= ${binary:Version})
+Enhances: ${libproxy}
 Description: automatic proxy configuration management library (GSettings plugin)
  libproxy is a lightweight library which makes it easy to develop
  applications proxy-aware with a simple and stable API.
@@ -65,6 +66,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libproxy1v5 (= ${binary:Version})
+Enhances: ${libproxy}
 Description: automatic proxy configuration management library (KConfig plugin)
  libproxy is a lightweight library which makes it easy to develop
  applications proxy-aware with a simple and stable API.
@@ -78,6 +80,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libproxy1v5 (= ${binary:Version})
+Enhances: ${libproxy}
 Description: automatic proxy configuration management library (Network Manager plugin)
  libproxy is a lightweight library which makes it easy to develop
  applications proxy-aware with a simple and stable API.
@@ -92,6 +95,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libproxy1v5 (= ${binary:Version})
+Enhances: ${libproxy}
 Description: automatic proxy configuration management library (mozjs plugin)
  libproxy is a lightweight library which makes it easy to develop
  applications proxy-aware with a simple and stable API.
@@ -106,6 +110,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libproxy1v5 (= ${binary:Version})
+Enhances: ${libproxy}
 Description: automatic proxy configuration management library (Webkit plugin)
  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=47351&op=diff
==============================================================================
--- packages/unstable/libproxy/debian/control.in	[utf-8] (original)
+++ packages/unstable/libproxy/debian/control.in	[utf-8] Tue Feb 16 13:12:45 2016
@@ -47,6 +47,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libproxy1v5 (= ${binary:Version})
+Enhances: ${libproxy}
 Description: automatic proxy configuration management library (GSettings plugin)
  libproxy is a lightweight library which makes it easy to develop
  applications proxy-aware with a simple and stable API.
@@ -61,6 +62,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libproxy1v5 (= ${binary:Version})
+Enhances: ${libproxy}
 Description: automatic proxy configuration management library (KConfig plugin)
  libproxy is a lightweight library which makes it easy to develop
  applications proxy-aware with a simple and stable API.
@@ -74,6 +76,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libproxy1v5 (= ${binary:Version})
+Enhances: ${libproxy}
 Description: automatic proxy configuration management library (Network Manager plugin)
  libproxy is a lightweight library which makes it easy to develop
  applications proxy-aware with a simple and stable API.
@@ -88,6 +91,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libproxy1v5 (= ${binary:Version})
+Enhances: ${libproxy}
 Description: automatic proxy configuration management library (mozjs plugin)
  libproxy is a lightweight library which makes it easy to develop
  applications proxy-aware with a simple and stable API.
@@ -102,6 +106,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libproxy1v5 (= ${binary:Version})
+Enhances: ${libproxy}
 Description: automatic proxy configuration management library (Webkit plugin)
  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/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/rules?rev=47351&op=diff
==============================================================================
--- packages/unstable/libproxy/debian/rules	[utf-8] (original)
+++ packages/unstable/libproxy/debian/rules	[utf-8] Tue Feb 16 13:12:45 2016
@@ -59,5 +59,8 @@
 override_dh_makeshlibs:
 	dh_makeshlibs -V '$(libproxy) (>= $(SHLIBVER))' -- -c4
 
+override_dh_gencontrol:
+	dh_gencontrol -- -Vlibproxy=${libproxy}
+
 %:
 	dh $@ $(WITH_CLI) --with python2




More information about the pkg-gnome-commits mailing list