r50253 - in /desktop/unstable/gtksourceview3/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Sep 10 12:11:33 UTC 2016


Author: biebl
Date: Sat Sep 10 12:11:33 2016
New Revision: 50253

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50253
Log:
Generate the gtk-doc documentation during build. Add necessary -doc
packages to Build-Depends-Indep for proper cross-references. Also add
those to Suggests of libgtksourceview-3.0-doc.

Modified:
    desktop/unstable/gtksourceview3/debian/changelog
    desktop/unstable/gtksourceview3/debian/control
    desktop/unstable/gtksourceview3/debian/control.in
    desktop/unstable/gtksourceview3/debian/rules

Modified: desktop/unstable/gtksourceview3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/changelog?rev=50253&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/changelog	[utf-8] Sat Sep 10 12:11:33 2016
@@ -2,6 +2,9 @@
 
   * New upstream release.
   * Use dh_install --list-missing to show uninstalled files.
+  * Generate the gtk-doc documentation during build. Add necessary -doc
+    packages to Build-Depends-Indep for proper cross-references. Also add
+    those to Suggests of libgtksourceview-3.0-doc.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 10 Sep 2016 13:49:33 +0200
 

Modified: desktop/unstable/gtksourceview3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/control?rev=50253&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/control	[utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/control	[utf-8] Sat Sep 10 12:11:33 2016
@@ -22,7 +22,10 @@
                gobject-introspection (>= 0.9.12-4~),
                libgirepository1.0-dev (>= 0.9.0),
                valac
-Build-Depends-Indep: libglib2.0-doc, libgtk-3-doc
+Build-Depends-Indep: libglib2.0-doc,
+                     libgtk-3-doc,
+                     libgdk-pixbuf2.0-doc,
+                     libpango1.0-doc
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gtksourceview3
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gtksourceview3
@@ -80,7 +83,11 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Suggests: devhelp
+Suggests: devhelp,
+          libglib2.0-doc,
+          libgtk-3-doc,
+          libgdk-pixbuf2.0-doc,
+          libpango1.0-doc
 Description: documentation for the GTK+ syntax highlighting widget
  GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
  GtkTextView. It improves GtkTextView by implementing syntax highlighting and

Modified: desktop/unstable/gtksourceview3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/control.in?rev=50253&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/control.in	[utf-8] Sat Sep 10 12:11:33 2016
@@ -18,7 +18,10 @@
                gobject-introspection (>= 0.9.12-4~),
                libgirepository1.0-dev (>= 0.9.0),
                valac
-Build-Depends-Indep: libglib2.0-doc, libgtk-3-doc
+Build-Depends-Indep: libglib2.0-doc,
+                     libgtk-3-doc,
+                     libgdk-pixbuf2.0-doc,
+                     libpango1.0-doc
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gtksourceview3
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gtksourceview3
@@ -76,7 +79,11 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Suggests: devhelp
+Suggests: devhelp,
+          libglib2.0-doc,
+          libgtk-3-doc,
+          libgdk-pixbuf2.0-doc,
+          libpango1.0-doc
 Description: documentation for the GTK+ syntax highlighting widget
  GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
  GtkTextView. It improves GtkTextView by implementing syntax highlighting and

Modified: desktop/unstable/gtksourceview3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/rules?rev=50253&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/rules	[utf-8] Sat Sep 10 12:11:33 2016
@@ -14,6 +14,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
+		--enable-gtk-doc \
 		--enable-static \
 		--enable-glade-catalog
 




More information about the pkg-gnome-commits mailing list