summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules1
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index dcd590864..87d6723a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-netdata (1.2.0-1) UNRELEASED; urgency=low
+netdata (1.2.0+dfsg-1) UNRELEASED; urgency=low
[ Federico Ceratto ]
* Initial release (Closes: #819661)
diff --git a/debian/rules b/debian/rules
index e2d7497f5..576b77c17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,6 @@ override_dh_install: $(MULTIARCH_INSTALL)
# Remove unneeded .keep files
#
find "$(TOP)" -name .keep -exec rm '{}' ';'
- rm -rf $(TOP)-data/usr/share/netdata/web/old
# Update postinst to set correct group for www files on installation.
# Should probably be dpkg-statoverride really, but that gets *really*