summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 49b4922e..7e9567cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ propellor (2.12.0) unstable; urgency=medium
* The DiskImage module can now make bootable images using grub.
* Add a ChrootTarball chroot type, for using pre-built tarballs
as chroots. Thanks, Ben Boeckel.
+ * HostName: Improve domain extraction code.
* Added Mount.fstabbed property to generate /etc/fstab to replicate
current mounts.
* HostName: Improve domain extraction code.
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