summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog15
-rwxr-xr-xdebian/rules2
2 files changed, 16 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 30ad5b68..4c4fb96f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+vyatta-cfg-system (0.20.44+vyos2+lithium31) unstable; urgency=low
+
+ [ Alex Harpin ]
+ * Revert "vyatta-cfg-system: prevent deletion of all user authentication"
+
+ -- Alex Harpin <development@landsofshadow.co.uk> Mon, 22 Jun 2015 21:20:41 +0100
+
+vyatta-cfg-system (0.20.44+vyos2+lithium30) unstable; urgency=low
+
+ [ Alex Harpin ]
+ * vyatta-cfg-system: prevent deletion of system based post-hook symlinks
+ * vyatta-cfg-system: update dh_gencontrol with new development build flag
+
+ -- Alex Harpin <development@landsofshadow.co.uk> Tue, 16 Jun 2015 07:48:49 +0100
+
vyatta-cfg-system (0.20.44+vyos2+lithium29) unstable; urgency=low
[ Alex Harpin ]
diff --git a/debian/rules b/debian/rules
index 96038c44..4f9e89fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,7 +96,7 @@ binary-indep: build install
dh_compress
dh_fixperms
dh_installdeb
- if [ -f "../.VYATTA_DEV_BUILD" ]; then \
+ if [ -f "../.VYOS_DEV_BUILD" ]; then \
dh_gencontrol -- -v999.dev $(SUBSTVARS); \
else \
dh_gencontrol $(SUBSTVARS); \