[Pkg-osm-commits] [SCM] osm-gps-map branch, master, updated. debian/0.7.3-1-21-gdf4d707

David Paleino dapal at debian.org
Wed Jun 27 07:31:02 UTC 2012


The following commit has been merged in the master branch:
commit fb68a8e36dae0b82b4a0d963bf899f6352c5f89c
Author: David Paleino <dapal at debian.org>
Date:   Tue Mar 6 19:10:05 2012 +0100

    Build with introspection disabled

diff --git a/debian/changelog b/debian/changelog
index f9635fa..0379e14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
   * Remove *.a and *.la from python extension
   * Updated debian/copyright
   * Added more files to debian/clean
+  * Build with introspection disabled
 
- -- David Paleino <dapal at debian.org>  Tue, 06 Mar 2012 17:49:00 +0100
+ -- David Paleino <dapal at debian.org>  Tue, 06 Mar 2012 19:09:53 +0100
 
 osm-gps-map (0.7.3-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index d066b39..a676ca0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ override_dh_auto_configure:
 	NOCONFIGURE=y ./autogen.sh
 	dh_auto_configure -- \
 		--enable-maintainer-mode \
+		--disable-introspection \
 		--enable-gtk-doc \
 		--enable-gtk-doc-html \
 		--enable-gtk-doc-pdf

-- 
GTK+ library to embed OpenStreetMap maps



More information about the Pkg-osm-commits mailing list