From 9bbc292b3f903a1476e3524bb9198e58ce300401 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Mar 2016 16:32:32 -0400 Subject: update --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7a37cd9b..74911c24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,7 @@ propellor (2.17.0) UNRELEASED; urgency=medium Thanks, Félix Sipma. * Firewall: Separated Table and Target (API change) Thanks, Félix Sipma. - * Firewall: add TCPFlag, Frequency, TCPSyn, ICMPTypeMatch + * Firewall: add TCPFlag, Frequency, TCPSyn, ICMPTypeMatch, NatDestination Thanks, Félix Sipma. * Locale.available: Run locale-gen, instead of dpkg-reconfigure locales, which modified the locale.gen file and sometimes caused the property to @@ -17,6 +17,8 @@ propellor (2.17.0) UNRELEASED; urgency=medium * Force ssh, scp, and git commands to be run in the foreground. * Network: Filter out characters not allowed in interfaces.d files. Thanks, Félix Sipma. + * Ssh: hange type of listenPort from Int to Port (API change) + Thanks, Félix Sipma. -- Joey Hess Mon, 29 Feb 2016 17:58:08 -0400 -- cgit v1.3-2-g0d8e From 2be51d0332a14fae68d18e61ed448a659ed789b1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Mar 2016 18:08:45 -0400 Subject: remove debian/rules guard in joeyconfig branch Not needed any longer as I don't build the debs and thus can't accidentially build them from this branch. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index c88cc004..a71212db 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ -#!/bin/false +#!/usr/bin/make -f # Avoid using cabal, as it writes to $HOME export CABAL=./Setup -- cgit v1.3-2-g0d8e