Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-webui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rogge <andreas.rogge@bareos.com>2019-11-04 19:13:05 +0300
committerAndreas Rogge <andreas.rogge@bareos.com>2019-11-04 20:07:36 +0300
commitdfbdee223ebb6d0138c4f8fe87c3bf2b2bd48c6d (patch)
tree1200dfab4a1a95e330703a0fdb7709b2d64a22c2
parentcb07ce50bfefbaf7e67d413eb7e74c4499793923 (diff)
packaging: reconfigure autoconf files before buildbareos-17.2
-rw-r--r--debian/rules7
-rw-r--r--packaging/obs/bareos-webui.spec2
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 7bed1e5..d38eeb4 100644
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,10 @@ export DH_VERBOSE = 1
# This has to be exported to make some magic below work.
export DH_OPTIONS = -v
-#override_dh_auto_configure:
-# autoreconf -fvi
-# dh_auto_configure
+override_dh_auto_configure:
+ autoreconf -fvi
+ dh_auto_configure
+
override_dh_install:
echo $(BAREOS_VERSION) > ./debian/bareos-webui/usr/share/bareos-webui/version.txt
dh_install
diff --git a/packaging/obs/bareos-webui.spec b/packaging/obs/bareos-webui.spec
index 159382c..5da78b5 100644
--- a/packaging/obs/bareos-webui.spec
+++ b/packaging/obs/bareos-webui.spec
@@ -94,7 +94,7 @@ This package contains the webui (Bareos Web User Interface).
%setup -q
%build
-#autoreconf -fvi
+autoreconf -fvi
%configure
make