[osm-gps-map] 86/153: Enable generation of gtkdoc documentation, and introspection

Ross Gammon ross-guest at moszumanska.debian.org
Tue May 13 19:59:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 7fc49027699a8571d0b248cde6a9e9af9f9be98f
Author: David Paleino <dapal at debian.org>
Date:   Fri Mar 25 20:58:02 2011 +0100

    Enable generation of gtkdoc documentation, and introspection
---
 debian/changelog | 3 ++-
 debian/rules     | 7 ++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 236ce7a..514aeb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ osm-gps-map (0.7.3-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.1, no changes needed
   * Patches refreshed
   * Added missing Build-Depends on libgirepository1.0-dev
+  * Enable generation of gtkdoc documentation, and introspection
 
- -- David Paleino <dapal at debian.org>  Fri, 25 Mar 2011 20:55:58 +0100
+ -- David Paleino <dapal at debian.org>  Fri, 25 Mar 2011 20:57:42 +0100
 
 osm-gps-map (0.7.2-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 3a48477..d479c56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,12 @@
 # This is a bit hacky.
 override_dh_auto_configure:
 	NOCONFIGURE=y ./autogen.sh
-	dh_auto_configure -- --enable-maintainer-mode
+	dh_auto_configure -- \
+		--enable-maintainer-mode \
+		--enable-gtk-doc \
+		--enable-gtk-doc-html \
+		--enable-gtk-doc-pdf \
+		--enable-introspection=yes
 
 override_dh_auto_install:
 	for py in $(shell pyversions -r); do \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-gps-map.git



More information about the Pkg-grass-devel mailing list