rev 13912 - trunk/packages/soprano/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Fri Feb 27 22:20:05 UTC 2009


Author: ana
Date: 2009-02-27 22:20:05 +0000 (Fri, 27 Feb 2009)
New Revision: 13912

Modified:
   trunk/packages/soprano/debian/changelog
   trunk/packages/soprano/debian/rules
Log:
soprano 2.2.2, changes in the build system


Modified: trunk/packages/soprano/debian/changelog
===================================================================
--- trunk/packages/soprano/debian/changelog	2009-02-27 21:55:15 UTC (rev 13911)
+++ trunk/packages/soprano/debian/changelog	2009-02-27 22:20:05 UTC (rev 13912)
@@ -1,11 +1,17 @@
-soprano (2.2.1+dfsg.1-2) UNRELEASED; urgency=low
+soprano (2.2.2+dfsg.1-1) UNRELEASED; urgency=low
 
+  * New upstream release.
+
   +++ Changes by Modestas Vainius:
 
   * Point Debian Vcs URLs to pkg-kde/trunk (new location).
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 20 Feb 2009 00:19:39 +0200
+  +++ Changes by Ana Beatriz Guerrero Lopez:
 
+  * API documentation is now built enabling flag SOPRANO_BUILD_API_DOCS.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 27 Feb 2009 21:02:07 +0100
+
 soprano (2.2.1+dfsg.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/soprano/debian/rules
===================================================================
--- trunk/packages/soprano/debian/rules	2009-02-27 21:55:15 UTC (rev 13911)
+++ trunk/packages/soprano/debian/rules	2009-02-27 22:20:05 UTC (rev 13912)
@@ -2,11 +2,13 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk
 
+DEB_CMAKE_EXTRA_FLAGS += -DSOPRANO_BUILD_API_DOCS=ON
+
 #DEB_DH_MAKESHLIBS_ARGS_libsoprano4 = -V'libsoprano4 (>= 2.1.67)'
 
-build/libsoprano-doc::
-	cp qt4.tag $(DEB_BUILDDIR)/qt4.tag
-	cd $(DEB_BUILDDIR) && $(MAKE) apidox
+#build/libsoprano-doc::
+#	cp qt4.tag $(DEB_BUILDDIR)/qt4.tag
+# 	cd $(DEB_BUILDDIR) && $(MAKE) apidox
 
 install/libsoprano-doc::
 	mkdir -p $(DEB_DESTDIR)/usr/share/soprano/doc/html




More information about the pkg-kde-commits mailing list