From a2cf7b1b97f4acfe2afe5734e2bcb910cdc68364 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Sat, 2 Apr 2016 19:31:44 +0200
Subject: updated debian package after release


diff --git a/debian/changelog b/debian/changelog
index a54b9a9..34c0758 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rhimportd (0.4-1) UNRELEASED; urgency=medium
+
+  * new upstream release.
+
+ -- Christian Pointner <equinox@spreadspace.org>  Sat, 02 Apr 2016 19:23:15 +0200
+
 rhimportd (0.3.1-3) unstable; urgency=medium
 
   * rebuild after show cart creation fix
diff --git a/debian/install b/debian/install
index 5140a73..a2fe74c 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1,4 @@
 usr/bin/rhimportd
 usr/bin/rhimportd.pre
 etc/rhimportd.conf
+usr/share/rhimportd/
diff --git a/debian/rhimportd.conf b/debian/rhimportd.conf
index 6b7d420..0b38713 100644
--- a/debian/rhimportd.conf
+++ b/debian/rhimportd.conf
@@ -9,4 +9,5 @@ RHIMPORTD_LOCAL_FETCH_DIR=/var/lib/rhimportd/local
 
 RHIMPORTD_WATCH_DIR=/var/lib/rhimportd/watch
 RHIMPORTD_WEB_ADDR=localhost:4080
+RHIMPORTD_WEB_STATIC_DIR=/usr/share/rhimportd/web-static
 RHIMPORTD_TELNET_ADDR=""
diff --git a/debian/rules b/debian/rules
index dd4e9ea..63781f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,5 @@ override_dh_auto_install:
 	install -m 755 $$(pwd)/debian/rhimportd.pre $$(pwd)/debian/tmp/usr/bin/
 	install -d $$(pwd)/debian/tmp/etc/
 	install -m 644 $$(pwd)/debian/rhimportd.conf $$(pwd)/debian/tmp/etc/
+	install -d $$(pwd)/debian/tmp/usr/share/rhimportd/
+	cp -r $$(pwd)/web-static/ $$(pwd)/debian/tmp/usr/share/rhimportd/
-- 
cgit v0.10.2