[SCM] admesh - a tool for processing triangulated solid meshes branch, master, updated. debian/0.95-13_exp1-6-g7f815d9
Anton Gladky
gladky.anton at gmail.com
Sun May 5 18:10:11 UTC 2013
The following commit has been merged in the master branch:
commit a16f06a78c4d92e556ef785267021b4b406ab9b2
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Sun May 5 19:48:13 2013 +0200
Use autoreconf.
diff --git a/debian/control b/debian/control
index e49df51..a34363c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: math
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk at debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9), dh-autoreconf
Standards-Version: 3.9.4
Homepage: https://launchpad.net/admesh/
Vcs-Git: git://git.debian.org/git/debian-science/packages/admesh.git
diff --git a/debian/rules b/debian/rules
index 13b652b..9c52425 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#! /usr/bin/make -f
%:
- dh $@ --parallel
+ dh $@ --parallel --with autoreconf
override_dh_auto_configure:
./configure --prefix=/usr
--
admesh - a tool for processing triangulated solid meshes
More information about the debian-science-commits
mailing list