diff --git a/debian/changelog b/debian/changelog index f982175..ef811a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +raspi-config (20150131-4) stable; urgency=low + + * Use dh_installinit --no-start instead of --noscripts to ensure raspi-config runs + + -- Serge Schneider Thu, 14 May 2015 18:09:47 +0100 + raspi-config (20150131-3) unstable; urgency=low * Add prerm failed-upgrade to allow upgrades diff --git a/debian/rules b/debian/rules index d38c6d6..f4a4bb6 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ #export DH_VERBOSE=1 override_dh_installinit: - dh_installinit --noscripts + dh_installinit --no-start %: dh $@