r53768 - in /desktop/unstable/gnome-dictionary/debian: changelog control control.in patches/install-man.patch patches/series rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Tue Sep 12 22:46:02 UTC 2017


Author: jbicha
Date: Tue Sep 12 22:46:02 2017
New Revision: 53768

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53768
Log:
Generate manpage

Removed:
    desktop/unstable/gnome-dictionary/debian/patches/install-man.patch
Modified:
    desktop/unstable/gnome-dictionary/debian/changelog
    desktop/unstable/gnome-dictionary/debian/control
    desktop/unstable/gnome-dictionary/debian/control.in
    desktop/unstable/gnome-dictionary/debian/patches/series
    desktop/unstable/gnome-dictionary/debian/rules

Modified: desktop/unstable/gnome-dictionary/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/changelog?rev=53768&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/changelog	[utf-8] Tue Sep 12 22:46:02 2017
@@ -1,7 +1,12 @@
 gnome-dictionary (3.26.0-1) UNRELEASED; urgency=medium
 
   * New upstream release
-  * debian/control.in: Bump minimum meson to 0.42.0
+  * debian/control.in:
+    - Bump minimum meson to 0.42.0
+    - Build-depend on docbook-xml, docbook-xsl, and xsltproc to generate
+      manpage
+  * debian/rules: Generate manpage
+  * Drop install-man.patch: Applied in new release
 
  -- Jeremy Bicha <jbicha at debian.org>  Tue, 12 Sep 2017 15:16:53 -0400
 

Modified: desktop/unstable/gnome-dictionary/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/control?rev=53768&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/control	[utf-8] Tue Sep 12 22:46:02 2017
@@ -8,11 +8,14 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Jeremy Bicha <jbicha at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 10.3~),
+               docbook-xml,
+               docbook-xsl,
                gnome-pkg-tools (>= 0.10),
                itstool,
                libglib2.0-dev (>= 2.42.0),
                libgtk-3-dev (>= 3.21.1),
                meson (>= 0.42.0),
+               xsltproc,
                gobject-introspection (>= 1.42.0),
                libgirepository1.0-dev (>= 1.42.0)
 Standards-Version: 4.1.0

Modified: desktop/unstable/gnome-dictionary/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/control.in?rev=53768&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/control.in	[utf-8] Tue Sep 12 22:46:02 2017
@@ -4,11 +4,14 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 10.3~),
+               docbook-xml,
+               docbook-xsl,
                gnome-pkg-tools (>= 0.10),
                itstool,
                libglib2.0-dev (>= 2.42.0),
                libgtk-3-dev (>= 3.21.1),
                meson (>= 0.42.0),
+               xsltproc,
                gobject-introspection (>= 1.42.0),
                libgirepository1.0-dev (>= 1.42.0)
 Standards-Version: 4.1.0

Modified: desktop/unstable/gnome-dictionary/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/patches/series?rev=53768&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/patches/series	[utf-8] Tue Sep 12 22:46:02 2017
@@ -1 +0,0 @@
-install-man.patch

Modified: desktop/unstable/gnome-dictionary/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/rules?rev=53768&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/rules	[utf-8] Tue Sep 12 22:46:02 2017
@@ -9,7 +9,8 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		-Duse_ipv6=true \
+		-Dbuild_man=true \
+		-Duse_ipv6=true
 
 override_dh_install:
 	dh_install --fail-missing




More information about the pkg-gnome-commits mailing list