summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorFrans Pop <fjp@debian.org>2007-11-12 11:24:27 (GMT)
committerFrans Pop <fjp@debian.org>2007-11-12 11:24:27 (GMT)
commit9ceb341b602c7a61164ab285f5ba66ba2fe5b29d (patch)
tree9e59188eb6d1f4b07cd282ac1f25a91fa9bbf4c1 /debian
parent565afadb392fd5e54de62c8e00d8e67e89204746 (diff)
downloaddebootstrap-9ceb341b602c7a61164ab285f5ba66ba2fe5b29d.zip
debootstrap-9ceb341b602c7a61164ab285f5ba66ba2fe5b29d.tar.gz
debootstrap-9ceb341b602c7a61164ab285f5ba66ba2fe5b29d.tar.bz2
* No longer include full devices tarball in udeb.
Requires base-installer 1.85. r50105
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules4
3 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 14c2ced..c69aa97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debootstrap (1.0.7) UNRELEASED; urgency=low
+
+ * No longer include full devices tarball in udeb.
+ Requires base-installer 1.85.
+
+ -- Frans Pop <fjp@debian.org> Fri, 09 Nov 2007 21:21:11 +0100
+
debootstrap (1.0.6) unstable; urgency=low
* Ensure that the target directory exists in check_sane_mount.
diff --git a/debian/control b/debian/control
index 8df876b..8622c1d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: debootstrap
Section: admin
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
-Uploaders: Anthony Towns <ajt@debian.org>, Joey Hess <joeyh@debian.org>, Frans Pop <elendil@planet.nl>, Junichi Uekawa <dancer@debian.org>, Colin Watson <cjwatson@debian.org>
+Uploaders: Anthony Towns <ajt@debian.org>, Joey Hess <joeyh@debian.org>, Frans Pop <fjp@debian.org>, Junichi Uekawa <dancer@debian.org>, Colin Watson <cjwatson@debian.org>
Build-Depends: debhelper (>= 4.2), makedev (>= 2.3.1-69)
Standards-Version: 3.6.2
Vcs-Svn: svn://svn.debian.org/d-i/trunk/packages/debootstrap
diff --git a/debian/rules b/debian/rules
index dcacfc2..99383a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,8 +30,8 @@ install: real-build
dh_installdirs
# install the package into debian/debootstrap
- $(MAKE) install-allarch DESTDIR=$(CURDIR)/debian/debootstrap
- $(MAKE) install-arch DESTDIR=$(CURDIR)/debian/debootstrap-udeb
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/debootstrap
+ $(MAKE) install-udeb DESTDIR=$(CURDIR)/debian/debootstrap-udeb
binary-indep: install
# We have nothing to do by default.