r48968 - in /desktop/unstable/gnome-keyring/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jun 1 08:31:34 UTC 2016


Author: biebl
Date: Wed Jun  1 08:31:34 2016
New Revision: 48968

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48968
Log:
* Drop obsolete --disable-update-mime configure switch.
* Drop obsolete --enable-gtk-doc configure switch and gtk-doc-tools
  Build-Depends. The package no longer ship any gtk-doc documentation.
  To ensure the man pages are properly built, use --enable-doc and add a
  Build-Depends on xsltproc and docbook-xsl.

Modified:
    desktop/unstable/gnome-keyring/debian/changelog
    desktop/unstable/gnome-keyring/debian/control
    desktop/unstable/gnome-keyring/debian/control.in
    desktop/unstable/gnome-keyring/debian/rules

Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=48968&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/changelog	[utf-8] Wed Jun  1 08:31:34 2016
@@ -1,6 +1,10 @@
 gnome-keyring (3.20.0-2) UNRELEASED; urgency=medium
 
-  * Drop --disable-update-mime configure switch.
+  * Drop obsolete --disable-update-mime configure switch.
+  * Drop obsolete --enable-gtk-doc configure switch and gtk-doc-tools
+    Build-Depends. The package no longer ship any gtk-doc documentation.
+    To ensure the man pages are properly built, use --enable-doc and add a
+    Build-Depends on xsltproc and docbook-xsl.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 01 Jun 2016 10:25:44 +0200
 

Modified: desktop/unstable/gnome-keyring/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control?rev=48968&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/control	[utf-8] Wed Jun  1 08:31:34 2016
@@ -12,9 +12,10 @@
                ca-certificates,
                dbus,
                dh-autoreconf,
+               xsltproc,
                docbook-xml,
+               docbook-xsl,
                gnome-pkg-tools (>= 0.10),
-               gtk-doc-tools (>= 1.9),
                intltool (>= 0.35.0),
                libcap-ng-dev [linux-any],
                libgck-1-dev (>= 3.3.4),

Modified: desktop/unstable/gnome-keyring/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control.in?rev=48968&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/control.in	[utf-8] Wed Jun  1 08:31:34 2016
@@ -8,9 +8,10 @@
                ca-certificates,
                dbus,
                dh-autoreconf,
+               xsltproc,
                docbook-xml,
+               docbook-xsl,
                gnome-pkg-tools (>= 0.10),
-               gtk-doc-tools (>= 1.9),
                intltool (>= 0.35.0),
                libcap-ng-dev [linux-any],
                libgck-1-dev (>= 3.3.4),

Modified: desktop/unstable/gnome-keyring/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/rules?rev=48968&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/rules	[utf-8] Wed Jun  1 08:31:34 2016
@@ -21,7 +21,7 @@
 	rm -rf $(TESTHOMEDIR)
 
 DEB_CONFIGURE_EXTRA_FLAGS += --with-pam-dir=/lib/security \
-                             --enable-gtk-doc
+                             --enable-doc
 
 DEB_DH_MAKESHLIBS_ARGS_gnome-keyring := --no-act
 




More information about the pkg-gnome-commits mailing list