[SCM] libepsilon branch, master, updated. upstream/0.8.1-33-g8ed8ab9
Bas Couwenberg
sebastic at xs4all.nl
Wed Jan 15 22:39:14 UTC 2014
The following commit has been merged in the master branch:
commit c2239a1900c18940e94aadc6fb4fb62d53a44721
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Wed Jan 15 21:24:34 2014 +0100
Use dh-autoreconf for retooling.
diff --git a/debian/changelog b/debian/changelog
index a1e360c..ca89ac5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ libepsilon (0.9.2-1) UNRELEASED; urgency=low
* Update copyright file format from dep5 to copyright-format 1.0.
* Bump Debhelper compatibility to 9.
* Support Multi-Arch.
+ * Use dh-autoreconf for retooling.
+ (closes: #735228)
-- Bas Couwenberg <sebastic at xs4all.nl> Wed, 15 Jan 2014 20:58:42 +0100
diff --git a/debian/control b/debian/control
index adc93bc..f651467 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
autotools-dev,
+ dh-autoreconf,
libpopt-dev
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/libepsilon.git
diff --git a/debian/rules b/debian/rules
index b4f10b4..16793a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_install:
mv $(CURDIR)/debian/tmp/usr/bin/start_epsilon_nodes.pl $(CURDIR)/debian/tmp/usr/bin/start_epsilon_nodes
--
A library for wavelet image compression
More information about the Pkg-grass-devel
mailing list