[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#768444: pu: package debootstrap/1.0.48+deb7u2



Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

there was a lot of crying, and shouting, and shooting in #767999; given
Guillem's comments I'm tempted to go the route outlined in [1]. I'm
attaching the proposed patch, already deployed in testing for quite a
while; and also successfully in stable by different people.

 1. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767999#147

Mraw,
KiBi.
diff --git a/debian/changelog b/debian/changelog
index b5585bd..0b74595 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+debootstrap (1.0.48+deb7u2) wheezy; urgency=low
+
+  [ Cyril Brulebois ]
+  * Backport the following change from 1.0.56 (Closes: #766459). More
+    details can be found in #767999, see Guillem's comments.
+
+  [ Tollef Fog Heen ]
+  * Install base-passwd and base-files in two calls rather than one to
+    avoid problems with home-built media with different ordering in
+    Packages.  Thanks to Jo Shields for pointing this out and providing
+    the workaround.  Closes: #601670.  LP: #1001131.
+
+ -- Cyril Brulebois <kibi@debian.org>  Fri, 07 Nov 2014 12:43:19 +0000
+
 debootstrap (1.0.48+deb7u1) wheezy; urgency=low
 
   [ Joey Hess ]
diff --git a/scripts/gutsy b/scripts/gutsy
index 90e1d5d..bf40773 100644
--- a/scripts/gutsy
+++ b/scripts/gutsy
@@ -106,7 +106,8 @@ second_stage_install () {
 
 	p; progress $baseprog $bases INSTCORE "Installing core packages" #2
 	ln -sf mawk "$TARGET/usr/bin/awk"
-	x_core_install base-files base-passwd
+	x_core_install base-passwd
+	x_core_install base-files
 	p; progress $baseprog $bases INSTCORE "Installing core packages" #3
 	x_core_install dpkg
 
diff --git a/scripts/sid b/scripts/sid
index 893d5d5..59cee50 100644
--- a/scripts/sid
+++ b/scripts/sid
@@ -98,7 +98,8 @@ second_stage_install () {
 
 	p; progress $baseprog $bases INSTCORE "Installing core packages" #2
 	ln -sf mawk "$TARGET/usr/bin/awk"
-	x_core_install base-files base-passwd
+	x_core_install base-passwd
+	x_core_install base-files
 	p; progress $baseprog $bases INSTCORE "Installing core packages" #3
 	x_core_install dpkg
 

Reply to: