From bbbadbcfa9fa00beb7809bc6a2e36b0db79655e5 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Fri, 03 Nov 2017 14:52:02 +0000
Subject: [PATCH] Fixes in build procedure

---
 debian/rules   |    2 +-
 debian/control |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 8055fbd..0063f4f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@
 Section: misc
 Priority: optional
 Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 9), libtool, libconfuse-dev, libgsl0-dev, libxml2-dev, zlib1g-dev, automake, gcc, pkg-config, git
+Build-Depends: debhelper (>= 9), libtool, libconfuse-dev, libgsl0-dev, libxml2-dev, zlib1g-dev, automake, gcc, pkg-config, git, libtool
 
 Package: trisurf-ng
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libconfuse, libgls0, libxml2, zlib1g
 Description: Trisurf simulator
-Thepackage contains librarized trisurf -- the dynamic triangulated surface simulator for biophysical aplications writen in C programming language. Python code and bindings are available as separate packages. This is just a placeholder description. More to come.
+ Thepackage contains librarized trisurf -- the dynamic triangulated surface simulator for biophysical aplications writen in C programming language. Python code and bindings are available as separate packages. This is just a placeholder description. More to come.
diff --git a/debian/rules b/debian/rules
index cbe925d..bace6e8 100644
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with autoreconf

--
Gitblit v1.9.3