rev 15792 - trunk/packages/eigen2/debian

Armin Berres trigger-guest at alioth.debian.org
Tue Aug 25 21:42:56 UTC 2009


Author: trigger-guest
Date: 2009-08-25 21:42:56 +0000 (Tue, 25 Aug 2009)
New Revision: 15792

Modified:
   trunk/packages/eigen2/debian/changelog
   trunk/packages/eigen2/debian/rules
Log:
* Add build dependencies texlive-latex-base and gs.
* Set DEB_DH_INSTALL_SOURCEDIR to debian/tmp and add libeigen2-dev.install,
  otherwise the package is empty (Closes: #543459).

Modified: trunk/packages/eigen2/debian/changelog
===================================================================
--- trunk/packages/eigen2/debian/changelog	2009-08-25 13:47:09 UTC (rev 15791)
+++ trunk/packages/eigen2/debian/changelog	2009-08-25 21:42:56 UTC (rev 15792)
@@ -8,9 +8,11 @@
 
   * Build conflict with doxygen 1.6.0-1, it is buggy and connot build the
     documentation (Closes: #543485).
-  * Add build dependencies texlive-latex-base and gs (Closes: #543459).
+  * Add build dependencies texlive-latex-base and gs.
+  * Set DEB_DH_INSTALL_SOURCEDIR to debian/tmp and add libeigen2-dev.install,
+    otherwise the package is empty (Closes: #543459).
 
- -- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 25 Aug 2009 15:45:35 +0200
+ -- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 25 Aug 2009 23:41:33 +0200
 
 eigen2 (2.0.5-1) unstable; urgency=low
 

Modified: trunk/packages/eigen2/debian/rules
===================================================================
--- trunk/packages/eigen2/debian/rules	2009-08-25 13:47:09 UTC (rev 15791)
+++ trunk/packages/eigen2/debian/rules	2009-08-25 21:42:56 UTC (rev 15792)
@@ -1,5 +1,7 @@
 #! /usr/bin/make -f
 
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 DEB_CMAKE_EXTRA_FLAGS += -DEIGEN_BUILD_TESTS=ON -DEIGEN_TEST_NO_FORTRAN=ON -DEIGEN_TEST_NOQT=ON
 endif




More information about the pkg-kde-commits mailing list