[SCM] libepsilon branch, master, updated. upstream/0.8.1-33-g8ed8ab9
Bas Couwenberg
sebastic at xs4all.nl
Wed Jan 15 22:39:15 UTC 2014
The following commit has been merged in the master branch:
commit 68f9fa2e51ca5f70b48a8615fb163df449457e58
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Wed Jan 15 21:26:13 2014 +0100
Use dh_auto_configure with additional options instead of configure.
diff --git a/debian/changelog b/debian/changelog
index ca89ac5..444e9c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libepsilon (0.9.2-1) UNRELEASED; urgency=low
* Support Multi-Arch.
* Use dh-autoreconf for retooling.
(closes: #735228)
+ * Use dh_auto_configure with additional options instead of configure.
-- Bas Couwenberg <sebastic at xs4all.nl> Wed, 15 Jan 2014 20:58:42 +0100
diff --git a/debian/rules b/debian/rules
index 16793a4..e7c7c61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,5 +13,5 @@ override_dh_install:
dh_install
override_dh_auto_configure:
- $(CURDIR)/configure --prefix=/usr --enable-pthreads --enable-cluster
+ dh_auto_configure -- --enable-pthreads --enable-cluster
--
A library for wavelet image compression
More information about the Pkg-grass-devel
mailing list