[SCM] Eigen3 packaging. branch, experimental, updated. upstream/3.1.0_alpha3_hg75350f0-65-g2762d54

Anton Gladky gladky.anton at gmail.com
Sun Jun 3 09:12:30 UTC 2012


The following commit has been merged in the experimental branch:
commit 2762d54315ffda91faf224d1e68dfe2800a5235d
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sun Jun 3 11:12:24 2012 +0200

    Synchronize rules, compat and control file from master-branch

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index a81b906..1329546 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,9 @@ Priority: extra
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Anton Gladky <gladky.anton at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8), cmake (>= 2.6.2)
+Build-Depends: debhelper (>= 9), cmake (>= 2.6.2)
 Build-Depends-Indep: doxygen-latex, ghostscript, ttf-freefont, graphviz, libjs-jquery
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://eigen.tuxfamily.org
 Vcs-Git: git://git.debian.org/git/debian-science/packages/eigen3.git
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/eigen3.git
diff --git a/debian/rules b/debian/rules
index b697a09..f2513f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,11 @@
 #! /usr/bin/make -f
 BUILDDIR = $(CURDIR)/debian/build
 
+CFLAGS := -Wall $(shell dpkg-buildflags --get CFLAGS)
+CXXFLAGS := -Wall $(shell dpkg-buildflags --get CXXFLAGS)
+CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
+LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+
 %:
 	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --parallel
 
@@ -17,13 +22,6 @@ override_dh_auto_test:
 	cd $(BUILDDIR); $(MAKE) buildtests
 	dh_auto_test -- ARGS=-VV || true
 
-binary-indep: 
-	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --before dh_auto_build
+override_dh_auto_build-indep:
 	cd $(BUILDDIR); $(MAKE) doc
 	rm -f $(BUILDDIR)/doc/html/unsupported/installdox
-	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --after dh_auto_build
-
-binary-arch: 
-	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR)
-
-binary: binary-indep

-- 
Eigen3 packaging. 



More information about the debian-science-commits mailing list