diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index dcd59086..87d6723a 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 e2d7497f..576b77c1 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* |