[python-demgengeo] 08/08: Use autoreconf implicitly.

Anton Gladky gladk at moszumanska.debian.org
Sun Jan 26 13:48:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository python-demgengeo.

commit add5a81c3e615a75c0be0dc8e101f4e2145c2f8b
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Jan 26 14:23:38 2014 +0100

    Use autoreconf implicitly.
---
 debian/changelog | 1 -
 debian/control   | 2 --
 debian/rules     | 6 ++----
 3 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d19f9ee..bd98f35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,6 @@ python-demgengeo (0.99~bzr124-1) unstable; urgency=medium
   * [c66b7cd] Update dates in copyright.
   * [385f106] Set Standards-Version: 3.9.5. No changes.
   * [61aeefd] Set canonical VCS-fields.
-  * [6d394cf] Use autoreconf.
 
  -- Anton Gladky <gladk at debian.org>  Sun, 26 Jan 2014 13:45:27 +0100
 
diff --git a/debian/control b/debian/control
index 76d4f08..f9f4de6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Build-Depends:
  automake (>= 1.8.2),
  autotools-dev,
  debhelper (>= 9),
- dh-autoreconf,
  libboost-dev,
  libboost-filesystem-dev,
  libboost-iostreams-dev,
@@ -21,7 +20,6 @@ Uploaders:
 Standards-Version: 3.9.5
 Section: python
 Homepage: https://launchpad.net/esys-particle
-Vcs-Git: 
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-demgengeo.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-demgengeo.git
 XS-Python-Version: 2.7
diff --git a/debian/rules b/debian/rules
index 80b2595..a7c42da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,12 +5,10 @@ SRCDIR = build
 CXXFLAGS := -Wall $(shell dpkg-buildflags --get CXXFLAGS)
 
 %:
-	dh $@  --with python2 --sourcedirectory=build --parallel --with autoreconf
-
-extra_flags += --enable-docs
+	dh $@  --with python2 --sourcedirectory=build --parallel
 
 override_dh_auto_configure:
-	dh_auto_configure -- $(extra_flags)
+	cd $(SRCDIR) && ./autogen.sh && ./configure --prefix=/usr CXXFLAGS='$(CXXFLAGS)' --enable-docs
 
 override_dh_auto_install:
 	dh_auto_install -- DESTDIR=$(INSTDIR)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-demgengeo.git



More information about the debian-science-commits mailing list