[Pkg-libiptcdata-commits] r12 - trunk/debian

Ian Wienand ianw at alioth.debian.org
Wed Feb 21 06:51:09 UTC 2007


Author: ianw
Date: 2007-02-21 07:51:09 +0100 (Wed, 21 Feb 2007)
New Revision: 12

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/control.in
   trunk/debian/rules
Log:
tweaks to build cvs version



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-02-21 06:39:44 UTC (rev 11)
+++ trunk/debian/changelog	2007-02-21 06:51:09 UTC (rev 12)
@@ -3,8 +3,10 @@
   [ Ian Wienand ]
   
   * Take upstream from CVS
-  * Make note of GFDL documentation (note no invariant sections, etc, so
-    should be fine for main)
+  * debian/rules : add configure flags for python and documentation
+  * debian/control.in : add dependency for gtk-tools-doc
+  * debian/copyright : Make note of GFDL documentation (note no invariant
+    sections, etc, so should be fine for main)
 
  -- Ian Wienand <ianw at debian.org>  Wed, 21 Feb 2007 17:38:19 +1100
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2007-02-21 06:39:44 UTC (rev 11)
+++ trunk/debian/control	2007-02-21 06:51:09 UTC (rev 12)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Ian Wienand <ianw at debian.org>
 Uploaders: Sylvain Le Gall <gildor at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, po4a, docbook-xml (>= 4.4), docbook-xsl, libxml2-utils, xsltproc, autotools-dev,
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, po4a, gtk-doc-tools, docbook-xml (>= 4.4), docbook-xsl, libxml2-utils, xsltproc, autotools-dev,
  dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-libiptcdata/

Modified: trunk/debian/control.in
===================================================================
--- trunk/debian/control.in	2007-02-21 06:39:44 UTC (rev 11)
+++ trunk/debian/control.in	2007-02-21 06:51:09 UTC (rev 12)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Ian Wienand <ianw at debian.org>
 Uploaders: Sylvain Le Gall <gildor at debian.org>
-Build-Depends: @cdbs@, autotools-dev,
+Build-Depends: @cdbs@, autotools-dev, gtk-doc-tools
  dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-libiptcdata/

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-02-21 06:39:44 UTC (rev 11)
+++ trunk/debian/rules	2007-02-21 06:51:09 UTC (rev 12)
@@ -30,6 +30,8 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include $(CURDIR)/debian/mk/docbook-manpage.mk
 
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-python --enable-gtk-doc
+
 DEB_INSTALL_MANPAGES_libiptcdata-bin := debian/xml-man/en/iptc.1
 
 PO4A_SOURCES := $(CURDIR)/debian/xml-man/po4a/po4a.cfg




More information about the Pkg-libiptcdata-commits mailing list