summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--debian/changelog6
2 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 21a3d82..a9fdfcb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
# avoid dpkg-dev dependency; fish out the version with sed
VERSION := $(shell sed 's/.*(\(.*\)).*/\1/; q' debian/changelog)
-ARCH := $(shell dpkg --print-architecture)
-
MAKEDEV := $(shell if [ -e /dev/MAKEDEV ]; then echo /dev/MAKEDEV; else echo /sbin/MAKEDEV; fi)
all: devices.tar.gz
diff --git a/debian/changelog b/debian/changelog
index 0d3b7f4..38a00ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
debootstrap (1.0.16) UNRELEASED; urgency=low
+ [ Colin Watson ]
* Cope with pre-dependencies of included packages that aren't in Priority:
required (closes: #487908).
* Upgrade to debhelper v7. (Override rules get pretty hairy for this
package, so I haven't switched to dh(1).)
- -- Colin Watson <cjwatson@debian.org> Wed, 29 Jul 2009 10:46:56 +0100
+ [ Frans Pop ]
+ * Makefile: remove unused ARCH variable.
+
+ -- Frans Pop <fjp@debian.org> Sun, 23 Aug 2009 00:56:05 +0200
debootstrap (1.0.15) unstable; urgency=low