r50657 - in /desktop/unstable/gtk-doc/debian: changelog control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Sep 17 09:02:56 UTC 2016


Author: biebl
Date: Sat Sep 17 09:02:54 2016
New Revision: 50657

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50657
Log:
Make pkg-config a Depends and not just a Recommends. Virtually every
package which uses gtk-doc does so via the GTK_DOC_CHECK macro and this
macro requires pkg-config. (Closes: #837942)

Modified:
    desktop/unstable/gtk-doc/debian/changelog
    desktop/unstable/gtk-doc/debian/control.in

Modified: desktop/unstable/gtk-doc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/changelog?rev=50657&op=diff
==============================================================================
--- desktop/unstable/gtk-doc/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk-doc/debian/changelog	[utf-8] Sat Sep 17 09:02:54 2016
@@ -1,3 +1,11 @@
+gtk-doc (1.25-5) UNRELEASED; urgency=medium
+
+  * Make pkg-config a Depends and not just a Recommends. Virtually every
+    package which uses gtk-doc does so via the GTK_DOC_CHECK macro and this
+    macro requires pkg-config. (Closes: #837942)
+
+ -- Michael Biebl <biebl at debian.org>  Sat, 17 Sep 2016 10:13:33 +0200
+
 gtk-doc (1.25-4) experimental; urgency=medium
 
   * Drop Depends on gnome-common. This dependency was originally added for the

Modified: desktop/unstable/gtk-doc/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/control.in?rev=50657&op=diff
==============================================================================
--- desktop/unstable/gtk-doc/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gtk-doc/debian/control.in	[utf-8] Sat Sep 17 09:02:54 2016
@@ -26,6 +26,7 @@
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
+         pkg-config (>= 0.19.0),
          python (>= 2.3),
          docbook-xml (>= 4.3),
          docbook-xsl (>= 1.64.1.0),
@@ -33,7 +34,6 @@
          xsltproc (>= 1.1.15),
          highlight (>= 3.4)
 Multi-Arch: foreign
-Recommends: pkg-config (>= 0.19.0)
 Suggests: dblatex
 Description: GTK+ documentation tools
  These tools extract documentation embedded in GNOME source code, and




More information about the pkg-gnome-commits mailing list