[Pkg-xfce-commits] r502 - desktop/trunk/exo/debian

Simon Huggins huggie at costa.debian.org
Sun Mar 12 11:20:52 UTC 2006


Author: huggie
Date: 2006-03-12 11:20:51 +0000 (Sun, 12 Mar 2006)
New Revision: 502

Modified:
   desktop/trunk/exo/debian/changelog
   desktop/trunk/exo/debian/control
   desktop/trunk/exo/debian/rules
Log:
Stop building the docs as upstream can do this once for us.


Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog	2006-03-12 11:19:45 UTC (rev 501)
+++ desktop/trunk/exo/debian/changelog	2006-03-12 11:20:51 UTC (rev 502)
@@ -8,6 +8,7 @@
     * Remove the unneeded .la and .a files for mcs-plugins
     * Move the postinst to only fire for the lib package not the -dev package
       as that's where the mcs-plugins are.
+    * Don't depend on gtk-doc-tools let upstream build the docs once.
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Sun, 05 Mar 2006 16:40:32 +0100
 

Modified: desktop/trunk/exo/debian/control
===================================================================
--- desktop/trunk/exo/debian/control	2006-03-12 11:19:45 UTC (rev 501)
+++ desktop/trunk/exo/debian/control	2006-03-12 11:20:51 UTC (rev 502)
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at corsac.net>, Jani Monoses <jani at ubuntu.com>
-Build-Depends: debhelper (>= 4.0.0), libxfcegui4-dev (>= 4.2.0), gtk-doc-tools
+Build-Depends: debhelper (>= 4.0.0), libxfcegui4-dev (>= 4.2.0)
 Standards-Version: 3.6.2
 Section: libs
 

Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules	2006-03-12 11:19:45 UTC (rev 501)
+++ desktop/trunk/exo/debian/rules	2006-03-12 11:20:51 UTC (rev 502)
@@ -38,7 +38,7 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --enable-final --enable-gtk-doc --disable-python
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --enable-final --disable-gtk-doc --disable-python
 
 
 build: build-stamp




More information about the Pkg-xfce-commits mailing list