Bug#707033: debootstrap: deootstrap fails to finish if a vfat partition is mounted at /mnt/home

2018-03-16 Thread Hideki Yamane
tags -1 +unreproducible

On Tue, 07 May 2013 10:10:58 +0900 Super  Nathan Weber 
 wrote:
> Package: debootstrap
> Version: 1.0.49
> Severity: normal
> 
> Dear Maintainer,
> I was trying to install a debian system using debootstrap to a USB key. I
> formatted 2 partitions, a root (ext4) and a home (fat32) I then mounted the
> root at /mnt and the home at /mnt/home but debootstrap failed halfway through.
> If i unmount the home folder debootstrap works as expected.

 I cannot reproduce it with debootstrap both 1.0.49 and 1.0.93+nmu1
 
$ df -h
(snip)
/dev/sdb1 14G  302M   13G3% /mnt
/dev/sdb2736M  4.0K  736M1% /mnt/home

$ sudo mount -t ext4 /dev/sdb1 /mnt
$ sudo mkdir /mnt/home
$ sudo mount -t vfat /dev/sdb2 /mnt/home
$ sudo debootstrap sid /mnt http://debian-mirror.sakura.ne.jp/debian
(snip)
$ echo $?
0



Bug#872059: No longer creates /dev/console.

2018-03-16 Thread Hideki Yamane
On Mon, 14 Aug 2017 02:05:37 +0100 brsr.alternat...@gmail.com wrote:
> 1179a1180
> > mknod -m 600 $TARGET/dev/console c 5 1

 Does anyone oppose to apply above patch to debootstrap?
 


-- 
Regards,

 Hideki Yamane henrich @ debian.org/iijmio-mail.jp



Processed: your mail

2018-03-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 890419 +patch
Bug #890419 [debootstrap] [PATCH] Fix boostrapping libvirt LXC containers
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
890419: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890419
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processing of debootstrap_1.0.93+nmu2_amd64.changes

2018-03-16 Thread Debian FTP Masters
debootstrap_1.0.93+nmu2_amd64.changes uploaded successfully to localhost
along with the files:
  debootstrap_1.0.93+nmu2.dsc
  debootstrap_1.0.93+nmu2.tar.gz
  debootstrap-udeb_1.0.93+nmu2_all.udeb
  debootstrap_1.0.93+nmu2_all.deb
  debootstrap_1.0.93+nmu2_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#833525: debootstrap: Deleted my entire /home partition using "mostly harmless" debootstrap --print-debs option

2018-03-16 Thread Hideki Yamane
On Wed, 14 Mar 2018 07:21:38 +0100
Ansgar Burchardt  wrote:
> That doesn't work:
> 
> +---
> | $ dash -c '[ -e /bin/* ]'
> | dash: 1: [: /bin/2to3-2.7: unexpected operator
> +---

 Thanks for the catch, fixed version here.


diff --git a/debootstrap b/debootstrap
index a257e09..083473d 100755
--- a/debootstrap
+++ b/debootstrap
@@ -434,7 +434,7 @@ fi
 ###
 
 TARGET_EMPTY=true
-if [  -e "$TARGET"/* ]; then
+if [ "$(ls -A "$TARGET")" ]; then
TARGET_EMPTY=false
 fi



Processed: Re: Bug#893154: #893154: installation-reports: pine64+ difficult install

2018-03-16 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 src:linux 4.13~rc5-1~exp1
Bug #893154 [installation-reports] installation-reports: pine64+ difficult 
install
Bug reassigned from package 'installation-reports' to 'src:linux'.
Ignoring request to alter found versions of bug #893154 to the same values 
previously set
Ignoring request to alter fixed versions of bug #893154 to the same values 
previously set
Bug #893154 [src:linux] installation-reports: pine64+ difficult install
Marked as found in versions linux/4.13~rc5-1~exp1.

-- 
893154: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893154
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#893154: #893154: installation-reports: pine64+ difficult install

2018-03-16 Thread Ben Hutchings
Control: reassign -1 src:linux 4.13~rc5-1~exp1

On Fri, 2018-03-16 at 16:02 -0700, Vagrant Cascadian wrote:
> On 2018-03-16, Vagrant Cascadian wrote:
> > I'm looking into enabling EFI emulation in u-boot to allow this
> > part to "just work" with the current grub-EFI images.
> 
> I built a new version of u-boot with EFI emulation support enabled, and
> successfully booted the mini.iso, but still have the problems with
> missing modules in the installer. These modules were insufficient to get
> the USB network adapter to work:
[...]
> That could be compared against the list from the initial report to see
> if anything obvious is missing.

phy_sun4i_usb is missing.  That used to be included in usb-modules by
this pattern:

drivers/phy/phy-*-usb* ?

Unfortunately in 4.13 most of the USB PHY drivers were moved into per-
vendor sudbirectories, so this pattern stopped matching them.  (A few
were still included due to static module dependencies; more on armhf
than on arm64.)

Ben.

> Interestingly enough, the microSD is detected; there must be differences
> in the device-tree that u-boot loads when doing EFI emulation and the
> one provided with the kernel package.

-- 
Ben Hutchings
The program is absolutely right; therefore, the computer must be wrong.


signature.asc
Description: This is a digitally signed message part


Bug#893154: #893154: installation-reports: pine64+ difficult install

2018-03-16 Thread Vagrant Cascadian
On 2018-03-16, Vagrant Cascadian wrote:
> I'm looking into enabling EFI emulation in u-boot to allow this
> part to "just work" with the current grub-EFI images.

I built a new version of u-boot with EFI emulation support enabled, and
successfully booted the mini.iso, but still have the problems with
missing modules in the installer. These modules were insufficient to get
the USB network adapter to work:

# lsmod
Module  Size  Used by
ohci_platform  16384  0
ohci_hcd   61440  1 ohci_platform
ehci_platform  16384  0
ehci_hcd   90112  1 ehci_platform
dwmac_sun8i20480  0
mdio_mux   16384  1 dwmac_sun8i
stmmac_platform20480  1 dwmac_sun8i
usbcore   274432  4
ehci_hcd,ohci_hcd,ehci_platform,ohci_platform
stmmac131072  2 stmmac_platform,dwmac_sun8i
ptp24576  1 stmmac
pps_core   20480  1 ptp
of_mdio16384  3 stmmac,mdio_mux,stmmac_platform
fixed_phy  16384  1 of_mdio
fixed  16384  1
libphy 65536  4 of_mdio,stmmac,mdio_mux,fixed_phy
sunxi_mmc  28672  0


That could be compared against the list from the initial report to see
if anything obvious is missing.


Interestingly enough, the microSD is detected; there must be differences
in the device-tree that u-boot loads when doing EFI emulation and the
one provided with the kernel package.


live well,
  vagrant


signature.asc
Description: PGP signature


Bug#893154: installation-reports: pine64+ difficult install

2018-03-16 Thread Vagrant Cascadian
Package: installation-reports
Severity: normal

This install, while successful, was a bit of a challenge. I had to
manually create the boot media, customize the initrd to append
additional kernel modules, and the microSD wasn't available to install
the OS. More details below.

live well,
  vagrant

Boot method: microSD image
Image version: 
https://d-i.debian.org/daily-images/arm64/20180314-02:10/netboot/netboot.tar.gz
Date: 2018-03-16

Machine: Pine64+
Partitions:
Filesystem Type 1K-blocksUsed Available Use% Mounted on
udev   devtmpfs980740   0980740   0% /dev
tmpfs  tmpfs   2050322800202232   2% /run
/dev/sda3  ext4   9546944 1477040   7565228  17% /
tmpfs  tmpfs  1025144   0   1025144   0% /dev/shm
tmpfs  tmpfs 5120   0  5120   0% /run/lock
tmpfs  tmpfs  1025144   0   1025144   0% /sys/fs/cgroup
tmpfs  tmpfs   205028   0205028   0% /run/user/1000


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [E]
Detect network card:[E]
Configure network:  [O]
Detect CD:  [ ]
Load installer modules: [O]
Clock/timezone setup:   [O]
User/password setup:[O]
Detect hard drives: [E]
Partition hard drives:  [O]
Install base system:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[E]

Comments/Problems:

I had to manually craft the microSD image used to boot this, by
downloading the netboot.tar.gz image for the
linux/initrd.gz. Separately, I had to download the .dtb for this
board, which is available, but not included in the netboot.tar.gz.
Had to use the install-sunxi64 script from atf-allwinner and install
u-boot-sunxi:arm64 in order to make the image bootable.

Since this doesn't support EFI boot out of the box, I had to manually
craft an extlinux.conf (or boot.scr), since those are not provided on
arm64. I'm looking into enabling EFI emulation in u-boot to allow this
part to "just work" with the current grub-EFI images.

The on-board network card didn't detect at all, and using a
usb-ethernet adapter didn't detect at all either; I don't think USB
was working. Appending all the kernel modules to the initrd allowed it
to detect the USB ethernet adapter and proceed with the install.

It failed to detect the microSD card as a disk to install to; worked
around by installing to a USB SSD.

-- 

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="10 (buster) - installer build 20180314-02:07"
X_INSTALLATION_MEDIUM=netboot

==
Installer hardware-summary:
==
uname -a: Linux p64z 4.15.0-1-arm64 #1 SMP Debian 4.15.4-1 (2018-02-18) aarch64 
GNU/Linux
usb-list: 
usb-list: Bus 01 Device 01: Generic Platform OHCI controller [1d6b:0001]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 4.15.0-1-arm64 ohci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 02 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 4.15.0-1-arm64 ehci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 03 Device 01: Generic Platform OHCI controller [1d6b:0001]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 4.15.0-1-arm64 ohci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 04 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 4.15.0-1-arm64 ehci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 04 Device 02: USB 2.0 Hub [MTT] [1a40:0201]
usb-list:Level 01 Parent 01 Port 00  Class 09(hub  ) Subclass 00 Protocol 02
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 02 Driver hub
usb-list: 
usb-list: Bus 04 Device 03: USB 10/100 LAN [0bda:8152]
usb-list:Level 02 Parent 02 Port 00  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:Manufacturer: Realtek
usb-list:Interface 00: Class ff(vend.) Subclass ff Protocol 00 Driver r8152
usb-list: 
usb-list: Bus 04 Device 04: FX-C0002 [174c:55aa]
usb-list:Level 02 Parent 02 Port 01  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:Manufacturer: FX
usb-list:Interface 00: Class 08(mstor) Subclass 06 Protocol 50 Driver 
usb-storage
lsmod: Module  Size  Used by
lsmod: dm_mod143360  0
ls

libdebian-installer_0.115_armhf.changes ACCEPTED into unstable

2018-03-16 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 16 Mar 2018 18:39:58 +0100
Source: libdebian-installer
Binary: libdebian-installer4 libdebian-installer4-dev libdebian-installer4-udeb 
libdebian-installer-extra4 libdebian-installer-extra4-udeb
Architecture: source armhf
Version: 0.115
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Karsten Merker 
Description:
 libdebian-installer-extra4 - Library of some extra debian-installer functions
 libdebian-installer-extra4-udeb - Library of some extra debian-installer 
functions (udeb)
 libdebian-installer4 - Library of common debian-installer functions
 libdebian-installer4-dev - Library of common debian-installer functions
 libdebian-installer4-udeb - Library of common debian-installer functions (udeb)
Closes: 892935
Changes:
 libdebian-installer (0.115) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Manuel A. Fernandez Montecelo ]
   * Support "nodoc" in DEB_BUILD_PROFILES and DEB_BUILD_OPTIONS
 (Closes: #892935)
Checksums-Sha1:
 e37a3e031d22d67ded30152e33fd41b5be8022a5 2231 libdebian-installer_0.115.dsc
 ad1f60f9c2b5a7dabcbca00ebce442002a1d35b5 71704 libdebian-installer_0.115.tar.xz
 e74d5c42280956d51390d0c8f8155efebf5e4081 7940 
libdebian-installer-extra4-dbgsym_0.115_armhf.deb
 68623338f150017043772cfffab2993d9bc97d5c 3124 
libdebian-installer-extra4-udeb_0.115_armhf.udeb
 104dfb51bee6e15bedfec66a563fcd3839bd14df 16036 
libdebian-installer-extra4_0.115_armhf.deb
 89a1545717b9527217936c75938d187880c2c48a 55016 
libdebian-installer4-dbgsym_0.115_armhf.deb
 46b43413abe96c3eef28f3be4b6b243733d1fe67 177440 
libdebian-installer4-dev_0.115_armhf.deb
 db3b24f8a5d70d99a46ab4d56542c95415dcd70f 15296 
libdebian-installer4-udeb_0.115_armhf.udeb
 36c3abdef1af73ad921e41965f46516ca590ad20 28168 
libdebian-installer4_0.115_armhf.deb
 3c2251bcb792f105cf70714cea70e19b340f9044 7592 
libdebian-installer_0.115_armhf.buildinfo
Checksums-Sha256:
 fa09a4681430126818b7eef04cf02c8bb2406e287fb83d0370b3cd4c1c266a8a 2231 
libdebian-installer_0.115.dsc
 657c382fefd4b28c4d7400ff1ce2ef8ff43fb15020dfbfcc76779d40079aae6d 71704 
libdebian-installer_0.115.tar.xz
 fed5aa507c2ff633df0c4fc179b76361b0d7b0e7e53885492c2af67981a1584c 7940 
libdebian-installer-extra4-dbgsym_0.115_armhf.deb
 cd1fd3eafe0cf7ce0b4e77a1e3224c8a9cecf711ac31a42ebf78abdb4dd23a23 3124 
libdebian-installer-extra4-udeb_0.115_armhf.udeb
 eaca7b00b5c06ff2770d1387af74f7344859c012dbd638b63a0209a9d89c68ff 16036 
libdebian-installer-extra4_0.115_armhf.deb
 cc58bb98ff8d071489d5b57a0eb96e9b3ca833b6915d80c005af2320049675c4 55016 
libdebian-installer4-dbgsym_0.115_armhf.deb
 a0c4efcc8f98b9d918294cf230c606e57ec405f7067f111d6e1f82047f7f56ee 177440 
libdebian-installer4-dev_0.115_armhf.deb
 0397b9df8f37dfa6757ad6078c315517ca680201dd66a66c641f18ea884f9bdb 15296 
libdebian-installer4-udeb_0.115_armhf.udeb
 c82c03db71a3092ced18cb182ec0ea2dee0b8c43f20062be2d331e6f716beadb 28168 
libdebian-installer4_0.115_armhf.deb
 63ae19b4f0c36e1bea6e03060d9bd7cb1cf9289ebf805f5778b69d9ef748737d 7592 
libdebian-installer_0.115_armhf.buildinfo
Files:
 130358424283e01a5f25f7fd804cf57d 2231 libs optional 
libdebian-installer_0.115.dsc
 085ed9b5ef2555ba745567600a914047 71704 libs optional 
libdebian-installer_0.115.tar.xz
 e7ee726f293a46284fcd4a327fc213e9 7940 debug optional 
libdebian-installer-extra4-dbgsym_0.115_armhf.deb
 e14a27a612317e4157f543b54d3d3574 3124 debian-installer optional 
libdebian-installer-extra4-udeb_0.115_armhf.udeb
 d5a77b27e99695e793b0065139b978e1 16036 libs optional 
libdebian-installer-extra4_0.115_armhf.deb
 6770ec5965d6b6af69d466539c707cf1 55016 debug optional 
libdebian-installer4-dbgsym_0.115_armhf.deb
 de84c953bf252c7ecc71af16b0de17a0 177440 libdevel optional 
libdebian-installer4-dev_0.115_armhf.deb
 993cb8458eb1a815c62e7889fef0269e 15296 debian-installer optional 
libdebian-installer4-udeb_0.115_armhf.udeb
 76789f419e200b2e02abfae5c8ef37f2 28168 libs optional 
libdebian-installer4_0.115_armhf.deb
 622b80497ebd1ef02ccd73a16fa6b306 7592 libs optional 
libdebian-installer_0.115_armhf.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEn93aiCIaVkMmfHVORqBfr9bZ1iQFAlqsBWwACgkQRqBfr9bZ
1iTHBg//YyOzyqxI/vor4nF9oADKMMynQaYTrodOlcMes8jcMyoa7fr9L0sWPeo4
SBcgnJT2Dqx76ER2oDNvZGQC38n2fhNlgepiaXZR471iYdm8wvp821E6iAXXbZti
cecl0yufWT5o2PLAtWqru9zvm/iGmR/589yYk9M0jw4V94ZLvi3OPCBw8AcboDJW
h/rnQTXoqsEo0iaWv3Cubu6cBKLg29ISIhjSWO7baXk6uzg8B4gY1z5HMPBi19C+
urkZT8JGYAyGJntkENp+XtFB6kzL8lgl6WN/w1+3VdLn+Eq1L3Eebuh1kJIx7MiQ
dLgPKxSdxKDcGugRIb+nwOGnv9aXFXxvnClXkSBGU0gq49npL3hKKZPNIi8biOuU
qvHoliCyhMAyqJ0I5sk2c/M6uS5ZaZhRE+LO8zlErpF2NYe6RTxH/fGA2qlt/4aA
kxXCXIDtXqSVKlpOoh/8H+spEEw6rPHXBDCuwEGxE1ldDBYrn2DsXnJm5xBR3Vfl
WOv/38zvlv2zQNhz0cIfbO6PJDx2QmlhQ4zwXf/wTvKSumT0jZWL9RXHzcPxQHrx
vdLr0GfYh5rttd758JOyrmIzz8nONoRFiiFVGWv/aURllrtnZ2ttmA34c8ZMPHkl
q1h/jp0X2dbvdtMV+cFoS+FgnsFOiF6S1YoarllfwRlgqDZ89IE=
=wrlc
-END PGP SIGNATURE-


Thank you for your contribution to

Processing of libdebian-installer_0.115_armhf.changes

2018-03-16 Thread Debian FTP Masters
libdebian-installer_0.115_armhf.changes uploaded successfully to localhost
along with the files:
  libdebian-installer_0.115.dsc
  libdebian-installer_0.115.tar.xz
  libdebian-installer-extra4-dbgsym_0.115_armhf.deb
  libdebian-installer-extra4-udeb_0.115_armhf.udeb
  libdebian-installer-extra4_0.115_armhf.deb
  libdebian-installer4-dbgsym_0.115_armhf.deb
  libdebian-installer4-dev_0.115_armhf.deb
  libdebian-installer4-udeb_0.115_armhf.udeb
  libdebian-installer4_0.115_armhf.deb
  libdebian-installer_0.115_armhf.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#892935: marked as done (libdebian-installer: Please add support for "nodoc" build options and profile)

2018-03-16 Thread Debian Bug Tracking System
Your message dated Fri, 16 Mar 2018 18:19:42 +
with message-id 
and subject line Bug#892935: fixed in libdebian-installer 0.115
has caused the Debian Bug report #892935,
regarding libdebian-installer: Please add support for "nodoc" build options and 
profile
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
892935: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892935
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libdebian-installer
Version: 0.114
Severity: wishlist
Tags: patch
User: debian-ri...@lists.debian.org
Usertags: riscv64

Hi,

We need changes in this package to help to bootstrap the riscv64 architecture,
in particular it will help to skip using doxygen (in a clean way) for the time
being.

It will be available at some point in the future, but it's complicate to have it
in the initial stages, due to the build-depends needed (particularly
yui-compressor and ruby-compass at this moment).  This is probably the case for
any other architecture being bootstrapped now or in the near future.

I am attaching a patch that makes possible to compile the package by using
profiles (or options) "nodoc", avoiding the dependency in d/control (with
profile) and avoiding those files.  The profile helps to avoid the
build-dependency entirel, not needing to force to build with missing
dependencies.

Besides that, "nodoc" is a standard build option that would be nice to have in
any case.

Please consider applying the patch (that I will upload in minutes, to have a bug
number) or providing some alternative solution to the same effect.


Thanks and cheers.
--
Manuel A. Fernandez Montecelo 
--- End Message ---
--- Begin Message ---
Source: libdebian-installer
Source-Version: 0.115

We believe that the bug you reported is fixed in the latest version of
libdebian-installer, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 892...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Karsten Merker  (supplier of updated libdebian-installer 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 16 Mar 2018 18:39:58 +0100
Source: libdebian-installer
Binary: libdebian-installer4 libdebian-installer4-dev libdebian-installer4-udeb 
libdebian-installer-extra4 libdebian-installer-extra4-udeb
Architecture: source armhf
Version: 0.115
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Karsten Merker 
Description:
 libdebian-installer-extra4 - Library of some extra debian-installer functions
 libdebian-installer-extra4-udeb - Library of some extra debian-installer 
functions (udeb)
 libdebian-installer4 - Library of common debian-installer functions
 libdebian-installer4-dev - Library of common debian-installer functions
 libdebian-installer4-udeb - Library of common debian-installer functions (udeb)
Closes: 892935
Changes:
 libdebian-installer (0.115) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Manuel A. Fernandez Montecelo ]
   * Support "nodoc" in DEB_BUILD_PROFILES and DEB_BUILD_OPTIONS
 (Closes: #892935)
Checksums-Sha1:
 e37a3e031d22d67ded30152e33fd41b5be8022a5 2231 libdebian-installer_0.115.dsc
 ad1f60f9c2b5a7dabcbca00ebce442002a1d35b5 71704 libdebian-installer_0.115.tar.xz
 e74d5c42280956d51390d0c8f8155efebf5e4081 7940 
libdebian-installer-extra4-dbgsym_0.115_armhf.deb
 68623338f150017043772cfffab2993d9bc97d5c 3124 
libdebian-installer-extra4-udeb_0.115_armhf.udeb
 104dfb51bee6e15bedfec66a563fcd3839bd14df 16036 
libdebian-installer-extra4_0.115_armhf.deb
 89a1545717b9527217936c75938d187880c2c48a 55016 
libdebian-installer4-dbgsym_0.115_armhf.deb
 46b43413abe96c3eef28f3be4b6b243733d1fe67 177440 
libdebian-installer4-dev_0.115_armhf.deb
 db3b24f8a5d70d99a46ab4d56542c95415dcd70f 15296 
libdebian-installer4-udeb_0.115_armhf.udeb
 36c3abdef1af73ad921e41965f46516ca590ad20 28168 
libdebian-installer4_0.115_armhf.deb
 3c2251bcb792f105cf70714cea70e19b340f9044 7592 
libdebian-installer_0.115_armhf.buildinfo
Checksums-Sha256:
 fa09a4681430126818b7eef04cf02c8bb2406e287fb83d0370b3cd4c1c266a8a 2231 
libdebian-installer_0.115.dsc
 657c382fefd4b28c4d7400ff1ce2ef8ff43fb15

Accepted libdebian-installer 0.115 (source armhf) into unstable

2018-03-16 Thread Karsten Merker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 16 Mar 2018 18:39:58 +0100
Source: libdebian-installer
Binary: libdebian-installer4 libdebian-installer4-dev libdebian-installer4-udeb 
libdebian-installer-extra4 libdebian-installer-extra4-udeb
Architecture: source armhf
Version: 0.115
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Karsten Merker 
Description:
 libdebian-installer-extra4 - Library of some extra debian-installer functions
 libdebian-installer-extra4-udeb - Library of some extra debian-installer 
functions (udeb)
 libdebian-installer4 - Library of common debian-installer functions
 libdebian-installer4-dev - Library of common debian-installer functions
 libdebian-installer4-udeb - Library of common debian-installer functions (udeb)
Closes: 892935
Changes:
 libdebian-installer (0.115) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Manuel A. Fernandez Montecelo ]
   * Support "nodoc" in DEB_BUILD_PROFILES and DEB_BUILD_OPTIONS
 (Closes: #892935)
Checksums-Sha1:
 e37a3e031d22d67ded30152e33fd41b5be8022a5 2231 libdebian-installer_0.115.dsc
 ad1f60f9c2b5a7dabcbca00ebce442002a1d35b5 71704 libdebian-installer_0.115.tar.xz
 e74d5c42280956d51390d0c8f8155efebf5e4081 7940 
libdebian-installer-extra4-dbgsym_0.115_armhf.deb
 68623338f150017043772cfffab2993d9bc97d5c 3124 
libdebian-installer-extra4-udeb_0.115_armhf.udeb
 104dfb51bee6e15bedfec66a563fcd3839bd14df 16036 
libdebian-installer-extra4_0.115_armhf.deb
 89a1545717b9527217936c75938d187880c2c48a 55016 
libdebian-installer4-dbgsym_0.115_armhf.deb
 46b43413abe96c3eef28f3be4b6b243733d1fe67 177440 
libdebian-installer4-dev_0.115_armhf.deb
 db3b24f8a5d70d99a46ab4d56542c95415dcd70f 15296 
libdebian-installer4-udeb_0.115_armhf.udeb
 36c3abdef1af73ad921e41965f46516ca590ad20 28168 
libdebian-installer4_0.115_armhf.deb
 3c2251bcb792f105cf70714cea70e19b340f9044 7592 
libdebian-installer_0.115_armhf.buildinfo
Checksums-Sha256:
 fa09a4681430126818b7eef04cf02c8bb2406e287fb83d0370b3cd4c1c266a8a 2231 
libdebian-installer_0.115.dsc
 657c382fefd4b28c4d7400ff1ce2ef8ff43fb15020dfbfcc76779d40079aae6d 71704 
libdebian-installer_0.115.tar.xz
 fed5aa507c2ff633df0c4fc179b76361b0d7b0e7e53885492c2af67981a1584c 7940 
libdebian-installer-extra4-dbgsym_0.115_armhf.deb
 cd1fd3eafe0cf7ce0b4e77a1e3224c8a9cecf711ac31a42ebf78abdb4dd23a23 3124 
libdebian-installer-extra4-udeb_0.115_armhf.udeb
 eaca7b00b5c06ff2770d1387af74f7344859c012dbd638b63a0209a9d89c68ff 16036 
libdebian-installer-extra4_0.115_armhf.deb
 cc58bb98ff8d071489d5b57a0eb96e9b3ca833b6915d80c005af2320049675c4 55016 
libdebian-installer4-dbgsym_0.115_armhf.deb
 a0c4efcc8f98b9d918294cf230c606e57ec405f7067f111d6e1f82047f7f56ee 177440 
libdebian-installer4-dev_0.115_armhf.deb
 0397b9df8f37dfa6757ad6078c315517ca680201dd66a66c641f18ea884f9bdb 15296 
libdebian-installer4-udeb_0.115_armhf.udeb
 c82c03db71a3092ced18cb182ec0ea2dee0b8c43f20062be2d331e6f716beadb 28168 
libdebian-installer4_0.115_armhf.deb
 63ae19b4f0c36e1bea6e03060d9bd7cb1cf9289ebf805f5778b69d9ef748737d 7592 
libdebian-installer_0.115_armhf.buildinfo
Files:
 130358424283e01a5f25f7fd804cf57d 2231 libs optional 
libdebian-installer_0.115.dsc
 085ed9b5ef2555ba745567600a914047 71704 libs optional 
libdebian-installer_0.115.tar.xz
 e7ee726f293a46284fcd4a327fc213e9 7940 debug optional 
libdebian-installer-extra4-dbgsym_0.115_armhf.deb
 e14a27a612317e4157f543b54d3d3574 3124 debian-installer optional 
libdebian-installer-extra4-udeb_0.115_armhf.udeb
 d5a77b27e99695e793b0065139b978e1 16036 libs optional 
libdebian-installer-extra4_0.115_armhf.deb
 6770ec5965d6b6af69d466539c707cf1 55016 debug optional 
libdebian-installer4-dbgsym_0.115_armhf.deb
 de84c953bf252c7ecc71af16b0de17a0 177440 libdevel optional 
libdebian-installer4-dev_0.115_armhf.deb
 993cb8458eb1a815c62e7889fef0269e 15296 debian-installer optional 
libdebian-installer4-udeb_0.115_armhf.udeb
 76789f419e200b2e02abfae5c8ef37f2 28168 libs optional 
libdebian-installer4_0.115_armhf.deb
 622b80497ebd1ef02ccd73a16fa6b306 7592 libs optional 
libdebian-installer_0.115_armhf.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEn93aiCIaVkMmfHVORqBfr9bZ1iQFAlqsBWwACgkQRqBfr9bZ
1iTHBg//YyOzyqxI/vor4nF9oADKMMynQaYTrodOlcMes8jcMyoa7fr9L0sWPeo4
SBcgnJT2Dqx76ER2oDNvZGQC38n2fhNlgepiaXZR471iYdm8wvp821E6iAXXbZti
cecl0yufWT5o2PLAtWqru9zvm/iGmR/589yYk9M0jw4V94ZLvi3OPCBw8AcboDJW
h/rnQTXoqsEo0iaWv3Cubu6cBKLg29ISIhjSWO7baXk6uzg8B4gY1z5HMPBi19C+
urkZT8JGYAyGJntkENp+XtFB6kzL8lgl6WN/w1+3VdLn+Eq1L3Eebuh1kJIx7MiQ
dLgPKxSdxKDcGugRIb+nwOGnv9aXFXxvnClXkSBGU0gq49npL3hKKZPNIi8biOuU
qvHoliCyhMAyqJ0I5sk2c/M6uS5ZaZhRE+LO8zlErpF2NYe6RTxH/fGA2qlt/4aA
kxXCXIDtXqSVKlpOoh/8H+spEEw6rPHXBDCuwEGxE1ldDBYrn2DsXnJm5xBR3Vfl
WOv/38zvlv2zQNhz0cIfbO6PJDx2QmlhQ4zwXf/wTvKSumT0jZWL9RXHzcPxQHrx
vdLr0GfYh5rttd758JOyrmIzz8nONoRFiiFVGWv/aURllrtnZ2ttmA34c8ZMPHkl
q1h/jp0X2dbvdtMV+cFoS+FgnsFOiF6S1YoarllfwRlgqDZ89IE=
=wrlc
-END PGP SIGNATURE-



debootstrap_1.0.93+nmu1_amd64.changes ACCEPTED into unstable

2018-03-16 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Mar 2018 22:28:22 +0900
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.93+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Hideki Yamane 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 600647 659360 676370 676373 736995 792729 839073 891404
Changes:
 debootstrap (1.0.93+nmu1) unstable; urgency=medium
 .
   * Non-maintainer Upload.
   * Use force_md5 for breezy, dapper and edgy (Closes: #659360, #676373)
 Now you can create Ubuntu breezy/dapper/edgy chroot.
   * Add Suggests: ubuntu-archive-keyring for debootstraping Ubuntu on Debian.
 When you fetch Ubuntu packages ubuntu-archive-keyring is necessary.
 (Closes: #736995)
   * Change repository URI for old Ubuntu releases (Closes: #676370, #839073)
 Archived Ubuntu releases are at old-releases.ubuntu.com/ubuntu
   * Set correct keyring and default mirror for old debian releases.
 Now you can fetch popato/woody/sarge/etch/lenny/squeeze if you want.
 (Closes: #891404, #600647, #792729)
Checksums-Sha1:
 e2413fcfeb05c32bb826aea8d7f10268e2fde431 1974 debootstrap_1.0.93+nmu1.dsc
 4ca6c77f0acfbeced5857a3b772f84586bfd322a 69482 debootstrap_1.0.93+nmu1.tar.gz
 b14bed3a25567573c1003ed26b4532e6475ecdb2 19136 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 bb595a1618aa5641fdc91ed51d0dcdbd244fb3a2 67076 debootstrap_1.0.93+nmu1_all.deb
 a119b0b867f03e42929520ccc374d4e49439716b 5815 
debootstrap_1.0.93+nmu1_amd64.buildinfo
Checksums-Sha256:
 9a3baa12be0cf04a1bfcb98b3db5aea89c9e9b10d0ca9510f058d09b6445ed18 1974 
debootstrap_1.0.93+nmu1.dsc
 0e2d51b3ce105b467e40f4a38923105e09e0c9f128facf6884be3f3c4a98229f 69482 
debootstrap_1.0.93+nmu1.tar.gz
 363381e7247b3cf1601eb7db13e381053ef203955c844ef782cfb6d463a65303 19136 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 4e5f8505a0c323d96b1e00f9a0a06890b3e24e47e75180232a55d04d03fdb219 67076 
debootstrap_1.0.93+nmu1_all.deb
 ac3c70b031539eb4e06bc58c798ae6dc4ea85fba3d1326a9342bcf95d8a65a82 5815 
debootstrap_1.0.93+nmu1_amd64.buildinfo
Files:
 73ef5dd5094ac169de99e0784918118c 1974 admin optional 
debootstrap_1.0.93+nmu1.dsc
 585e98ddabb435d9ee24359af49825e0 69482 admin optional 
debootstrap_1.0.93+nmu1.tar.gz
 ab8393e9e78fbaa87adab219aafc6774 19136 debian-installer optional 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 6e0f46c66d0bfd2109afbd4e653db841 67076 admin optional 
debootstrap_1.0.93+nmu1_all.deb
 402ba8abee2325a804dd9a628ebf6909 5815 admin optional 
debootstrap_1.0.93+nmu1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEEWOEiL5aWyIWjzRBMXTKNCCqqsUAFAlqeg14THGhlbnJpY2hA
ZGViaWFuLm9yZwAKCRBdMo0IKqqxQIolD/0aNK9ph+3qsPQKe7IQHZ66LyIRir3r
4cOSy1HbOTRSbRKVzXdEXamrakd5UdZP5grx8ObiyRw6Qi+edVJlh+9xHXR1aNy6
jYLDoQYUEYqx5Rs+aqNJWgIqvvpuJZfoGjw6BaC7NfC4fpZ79beVNZ5L0eluotp2
ZPjdlsYFXHT0ClvJONaEAvRhlebpJwbG5f/R4yFOoqi957z/2avvAwolipb3iCpN
2Bvnr+/BwerRWaBrxNVIp/v7HIdXp0PFEK1mS82gDzj8mSNypneO0nXtT2BBa8U/
xIwY1svsqFtwkO8muO+iMtDcCVTFcDoYtEA6nMfD+Z5X0bEKkNpwLDAg8SLDpQqW
1YxyCzkZP3UNzksMraGJsj8pkVd1f8Y0lF+rAz81I5uMIqmvWBgW9aEaYzFtOJim
+JdA+BNfzKYK9vsMUQJUHGhSuCqd2RR09hPpT4XlBML6sG+Y1Q+sRxiOxP2/EfNK
tz62PgrjRUNk7C+c1tBTPsq3Bi6ue/2gs8PmvdtP0B0sidi31nVCx3JSyn+g2cle
8j/GEHEumqS/FiCqReYpOqFhwW7TWgVUNjVQzoPBcYQwTS0Gn1QBgyeg7def4dFY
BCBC3D1kLVDtvNZtzi9l1mDKMymxaNCB67PF873kDwqfDrymG94piHW9nMPvhvP9
/hjajEKmvvpdVA==
=IqQg
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#891404: marked as done (Change repository to archive.debian.org for archived old releases)

2018-03-16 Thread Debian Bug Tracking System
Your message dated Fri, 16 Mar 2018 12:49:52 +
with message-id 
and subject line Bug#891404: fixed in debootstrap 1.0.93+nmu1
has caused the Debian Bug report #891404,
regarding Change repository to archive.debian.org for archived old releases
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
891404: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891404
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.78

The scripts to bootstrap older versions of Ubuntu refer to
archive.ubuntu.com which is no longer available:

default_mirror http://archive.ubuntu.com/

W: Cannot check Release signature; keyring file not available
/usr/share/keyrings/ubuntu-archive-keyring.gpg
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
W: http://archive.ubuntu.com/ubuntu/dists/lucid/Release was corrupt
E: Failed getting release file
http://archive.ubuntu.com/ubuntu/dists/lucid/Release

The new URL is old-releases.ubuntu.com.  May I please request the
scripts be updated?

Thank you for your help and attention to this matter.

Respectfully,

--
Jeremy Hasty
--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.93+nmu1

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 891...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hideki Yamane  (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Mar 2018 22:28:22 +0900
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.93+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Hideki Yamane 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 600647 659360 676370 676373 736995 792729 839073 891404
Changes:
 debootstrap (1.0.93+nmu1) unstable; urgency=medium
 .
   * Non-maintainer Upload.
   * Use force_md5 for breezy, dapper and edgy (Closes: #659360, #676373)
 Now you can create Ubuntu breezy/dapper/edgy chroot.
   * Add Suggests: ubuntu-archive-keyring for debootstraping Ubuntu on Debian.
 When you fetch Ubuntu packages ubuntu-archive-keyring is necessary.
 (Closes: #736995)
   * Change repository URI for old Ubuntu releases (Closes: #676370, #839073)
 Archived Ubuntu releases are at old-releases.ubuntu.com/ubuntu
   * Set correct keyring and default mirror for old debian releases.
 Now you can fetch popato/woody/sarge/etch/lenny/squeeze if you want.
 (Closes: #891404, #600647, #792729)
Checksums-Sha1:
 e2413fcfeb05c32bb826aea8d7f10268e2fde431 1974 debootstrap_1.0.93+nmu1.dsc
 4ca6c77f0acfbeced5857a3b772f84586bfd322a 69482 debootstrap_1.0.93+nmu1.tar.gz
 b14bed3a25567573c1003ed26b4532e6475ecdb2 19136 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 bb595a1618aa5641fdc91ed51d0dcdbd244fb3a2 67076 debootstrap_1.0.93+nmu1_all.deb
 a119b0b867f03e42929520ccc374d4e49439716b 5815 
debootstrap_1.0.93+nmu1_amd64.buildinfo
Checksums-Sha256:
 9a3baa

Bug#736995: marked as done (debootstrap cannot create ubuntu environment at all)

2018-03-16 Thread Debian Bug Tracking System
Your message dated Fri, 16 Mar 2018 12:49:52 +
with message-id 
and subject line Bug#736995: fixed in debootstrap 1.0.93+nmu1
has caused the Debian Bug report #736995,
regarding debootstrap cannot create ubuntu environment at all
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
736995: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736995
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.56
Severity: normal

Dear Maintainer,

   * What led up to the situation?

I cannot create ubuntu chroot at all with debootstrap.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

$ sudo debootstrap --arch=amd64 precise precise-amd64
I: Keyring file not available at /usr/share/keyrings/ubuntu-archive-
keyring.gpg; switching to https mirror https://mirrors.kernel.org/debian
I: Retrieving Release
E: Failed getting release file
https://mirrors.kernel.org/debian/dists/precise/Release

   * What was the outcome of this action?

Cannot create new ubuntu chroot.

   * What outcome did you expect instead?

Can create new ubuntu chroot.

NOTE:
I can create ubuntu chroot as following.

$ sudo debootstrap --arch amd64 precise precise-amd64
https://mirrors.kernel.org/ubuntu

But I don't want to specify user mirror.



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debootstrap depends on:
ii  wget  1.15-1

Versions of packages debootstrap recommends:
ii  debian-archive-keyring  2012.4
ii  gnupg   1.4.16-1

debootstrap suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.93+nmu1

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 736...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hideki Yamane  (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Mar 2018 22:28:22 +0900
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.93+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Hideki Yamane 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 600647 659360 676370 676373 736995 792729 839073 891404
Changes:
 debootstrap (1.0.93+nmu1) unstable; urgency=medium
 .
   * Non-maintainer Upload.
   * Use force_md5 for breezy, dapper and edgy (Closes: #659360, #676373)
 Now you can create Ubuntu breezy/dapper/edgy chroot.
   * Add Suggests: ubuntu-archive-keyring for debootstraping Ubuntu on Debian.
 When you fetch Ubuntu packages ubuntu-archive-keyring is necessary.
 (Closes: #736995)
   * Change repository URI for old Ubuntu releases (Closes: #676370, #839073)
 Archived Ubuntu releases are at old-releases.ubuntu.com/ubuntu
   * Set correct keyring and default mirror for old debian releases.
 Now you can fetch popato/woody/sarge/etch/lenny/squeeze if you want.
 (Closes: #891404, #600647, #792729)
Checksums-Sha1:
 e2413fcfeb05c32bb826aea8d7f10268e2fde431 1974 debootstrap_1.0.93+nmu1.dsc
 4ca6c77f0acfbeced5857a3b772f84586bfd322a 69482 debootstrap_1.0.93+nmu1.tar.gz
 b14bed3a25567573c1003ed26b4532e6475ecdb2 19136 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 bb595a1618aa5641fdc91ed51d0dcdbd244fb3a2 67076 debootstrap_1.0.93+nmu1_all.deb
 a119b0b867f03e42929520ccc374d4e49439716b 5815 
debootstrap_1.0.93+nmu1_amd64.buildinfo
Checksums-Sha256:
 9a3baa12be0cf04a1bfcb98b3db5aea89c9e9b10d0ca9510f058d09b6445ed18 1974 
debootstrap_1.0.93+nmu1.dsc
 0e2d51b3ce105b467e40f4a38923105e09e0c9f128facf6884be3f3c4a98229f 69482 
debootstrap_1.0.93+nmu1.tar.gz
 363381e7247b3cf1601eb7db13e381053ef203955c844ef782cfb6d463a65303 19136 
debootstrap-udeb_1.

Bug#839073: marked as done (Change archive.ubuntu.com to old-releases.ubuntu.com)

2018-03-16 Thread Debian Bug Tracking System
Your message dated Fri, 16 Mar 2018 12:49:52 +
with message-id 
and subject line Bug#839073: fixed in debootstrap 1.0.93+nmu1
has caused the Debian Bug report #839073,
regarding Change archive.ubuntu.com to old-releases.ubuntu.com
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
839073: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839073
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.78

The scripts to bootstrap older versions of Ubuntu refer to
archive.ubuntu.com which is no longer available:

default_mirror http://archive.ubuntu.com/

W: Cannot check Release signature; keyring file not available
/usr/share/keyrings/ubuntu-archive-keyring.gpg
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
I: Retrieving Release
W: Retrying failed download of
http://archive.ubuntu.com/ubuntu/dists/lucid/Release
W: http://archive.ubuntu.com/ubuntu/dists/lucid/Release was corrupt
E: Failed getting release file
http://archive.ubuntu.com/ubuntu/dists/lucid/Release

The new URL is old-releases.ubuntu.com.  May I please request the
scripts be updated?

Thank you for your help and attention to this matter.

Respectfully,

--
Jeremy Hasty
--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.93+nmu1

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 839...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hideki Yamane  (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Mar 2018 22:28:22 +0900
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.93+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Hideki Yamane 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 600647 659360 676370 676373 736995 792729 839073 891404
Changes:
 debootstrap (1.0.93+nmu1) unstable; urgency=medium
 .
   * Non-maintainer Upload.
   * Use force_md5 for breezy, dapper and edgy (Closes: #659360, #676373)
 Now you can create Ubuntu breezy/dapper/edgy chroot.
   * Add Suggests: ubuntu-archive-keyring for debootstraping Ubuntu on Debian.
 When you fetch Ubuntu packages ubuntu-archive-keyring is necessary.
 (Closes: #736995)
   * Change repository URI for old Ubuntu releases (Closes: #676370, #839073)
 Archived Ubuntu releases are at old-releases.ubuntu.com/ubuntu
   * Set correct keyring and default mirror for old debian releases.
 Now you can fetch popato/woody/sarge/etch/lenny/squeeze if you want.
 (Closes: #891404, #600647, #792729)
Checksums-Sha1:
 e2413fcfeb05c32bb826aea8d7f10268e2fde431 1974 debootstrap_1.0.93+nmu1.dsc
 4ca6c77f0acfbeced5857a3b772f84586bfd322a 69482 debootstrap_1.0.93+nmu1.tar.gz
 b14bed3a25567573c1003ed26b4532e6475ecdb2 19136 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 bb595a1618aa5641fdc91ed51d0dcdbd244fb3a2 67076 debootstrap_1.0.93+nmu1_all.deb
 a119b0b867f03e42929520ccc374d4e49439716b 5815 
debootstrap_1.0.93+nmu1_amd64.buildinfo
Checksums-Sha256:
 9a3baa12be0cf04a1bf

Bug#659360: marked as done (debootstrap cannot build Ubuntu Edgy or earlier)

2018-03-16 Thread Debian Bug Tracking System
Your message dated Fri, 16 Mar 2018 12:49:52 +
with message-id 
and subject line Bug#676373: fixed in debootstrap 1.0.93+nmu1
has caused the Debian Bug report #676373,
regarding debootstrap cannot build Ubuntu Edgy or earlier
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
676373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676373
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.37

debootstrap cannot install Ubuntu Edgy or Ubuntu Breezy. It fails with:

I: Retrieving Release
E: Invalid Release file, no entry for main/binary-i386/Packages

The edgy and breezy scripts need the same fix as was applied for bug #627365 to 
fix Debian Sarge - adding 'force_md5' gets them building again.

The same change is required for dapper and warty as well (feisty and onwards do 
not seem to need this, from some quick testing with debootstrap locally).


--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.93+nmu1

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 676...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hideki Yamane  (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Mar 2018 22:28:22 +0900
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.93+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Hideki Yamane 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 600647 659360 676370 676373 736995 792729 839073 891404
Changes:
 debootstrap (1.0.93+nmu1) unstable; urgency=medium
 .
   * Non-maintainer Upload.
   * Use force_md5 for breezy, dapper and edgy (Closes: #659360, #676373)
 Now you can create Ubuntu breezy/dapper/edgy chroot.
   * Add Suggests: ubuntu-archive-keyring for debootstraping Ubuntu on Debian.
 When you fetch Ubuntu packages ubuntu-archive-keyring is necessary.
 (Closes: #736995)
   * Change repository URI for old Ubuntu releases (Closes: #676370, #839073)
 Archived Ubuntu releases are at old-releases.ubuntu.com/ubuntu
   * Set correct keyring and default mirror for old debian releases.
 Now you can fetch popato/woody/sarge/etch/lenny/squeeze if you want.
 (Closes: #891404, #600647, #792729)
Checksums-Sha1:
 e2413fcfeb05c32bb826aea8d7f10268e2fde431 1974 debootstrap_1.0.93+nmu1.dsc
 4ca6c77f0acfbeced5857a3b772f84586bfd322a 69482 debootstrap_1.0.93+nmu1.tar.gz
 b14bed3a25567573c1003ed26b4532e6475ecdb2 19136 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 bb595a1618aa5641fdc91ed51d0dcdbd244fb3a2 67076 debootstrap_1.0.93+nmu1_all.deb
 a119b0b867f03e42929520ccc374d4e49439716b 5815 
debootstrap_1.0.93+nmu1_amd64.buildinfo
Checksums-Sha256:
 9a3baa12be0cf04a1bfcb98b3db5aea89c9e9b10d0ca9510f058d09b6445ed18 1974 
debootstrap_1.0.93+nmu1.dsc
 0e2d51b3ce105b467e40f4a38923105e09e0c9f128facf6884be3f3c4a98229f 69482 
debootstrap_1.0.93+nmu1.tar.gz
 363381e7247b3cf1601eb7db13e381053ef203955c844ef782cfb6d463a65303 19136 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 4e5f8505a0c323d96b1e00f9a0a06890b3e24e47e75180232a55d04d03fdb219 67076 
debootstrap_1.0.93+nmu1_all.deb
 ac3c70b031539eb4e06bc58c798ae6dc4ea85fba3d1326a9342bcf95d8a65a82 5815 
debootstrap_1.0.93+nmu1_amd64.buildinfo
Files:
 73ef5dd5094ac169de99e0784918118c 1974 admin optional 
debootstrap_1.0.93+nmu1.dsc
 585e98ddabb435d9ee24359af49825e0 69482 admin optional 
debootstrap_1.0.93+nmu1.tar.gz
 ab8393e9e78fbaa87adab219aafc6774 19136 debian-installer optional 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 6e0f46c66d0bfd2109afbd4e653db841 67076 admin optional 
debootstrap_1.0.93+nmu1_all.deb
 402ba8abee2325a804dd9a628ebf6909 5815 admin optional 
debootstrap_1.0.93+nmu1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEEWOEiL5aWyIWjzRBMXTKNCCqqsUAFAlqeg14THGhlbnJpY2hA
ZGViaWFuLm9yZwAKCRBdMo0IKqqxQIolD/0aNK9ph+3qsPQKe7IQHZ66LyIRir3r
4cOSy1HbOTRSbRKVzXdEXamrakd5UdZP5grx8ObiyRw6Qi+edV

Bug#676373: marked as done (debootstrap: No more can bootstrap Ubuntu releases before Feisty)

2018-03-16 Thread Debian Bug Tracking System
Your message dated Fri, 16 Mar 2018 12:49:52 +
with message-id 
and subject line Bug#676373: fixed in debootstrap 1.0.93+nmu1
has caused the Debian Bug report #676373,
regarding debootstrap: No more can bootstrap Ubuntu releases before Feisty
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
676373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676373
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.40
Severity: normal
Affects: xen-tools

Dear Maintainer,

while testing xen-tools I noticed that debootstrap can no more
bootstrap the Ubuntu releases Warty, Hoary, Breeazy, Dapper or Edgy.
(Only the last two matter for xen-tools.)

In those cases debootstrap fails with the following error message,
even with the correct mirror (cf. http://bugs.debian.org/676370):

# /usr/sbin/debootstrap --no-check-gpg --verbose --arch=i386 dapper 
/tmp/EsVv1M2Clj http://old-releases.ubuntu.com/ubuntu
I: Retrieving Release
E: Invalid Release file, no entry for main/binary-i386/Packages
# /usr/sbin/debootstrap --no-check-gpg --verbose --arch i386 edgy 
/tmp/EsVv1M2Clj http://old-releases.ubuntu.com/ubuntu
I: Retrieving Release
E: Invalid Release file, no entry for main/binary-i386/Packages
#

It doesn't make a difference with or without "--no-check-gpg".

It seems to work for Ubuntu Feisty:

# /usr/sbin/debootstrap --no-check-gpg --verbose --arch i386 feisty 
/tmp/EsVv1M2Clj http://old-releases.ubuntu.com/ubuntu
I: Retrieving Release
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Checking component main on http://old-releases.ubuntu.com/ubuntu...
I: Retrieving adduser
I: Validating adduser
I: Retrieving alsa-base
I: Validating alsa-base
I: Retrieving alsa-utils
I: Validating alsa-utils
I: Retrieving apt
I: Validating apt
I: Retrieving apt-utils
I: Validating apt-utils
I: Retrieving aptitude
^CE: Interrupt caught ... exiting

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (600, 'testing'), (400, 'stable'), (110, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.3.0-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debootstrap depends on:
ii  wget  1.13.4-3

Versions of packages debootstrap recommends:
ii  debian-archive-keyring  2012.4
ii  gnupg   1.4.12-4

debootstrap suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.93+nmu1

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 676...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hideki Yamane  (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Mar 2018 22:28:22 +0900
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.93+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Hideki Yamane 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 600647 659360 676370 676373 736995 792729 839073 891404
Changes:
 debootstrap (1.0.93+nmu1) unstable; urgency=medium
 .
   * Non-maintainer Upload.
   * Use force_md5 for breezy, dapper and edgy (Closes: #659360, #676373)
 Now you can create Ubuntu breezy/dapper/edgy chroot.
   * Add Suggests: ubuntu-archive-keyring for debootstraping Ubuntu on Debian.
 When you fetch Ubuntu packages ubuntu-archive-keyring is necessary.
 (Closes: #736995)
   * Change repository URI for old Ubuntu releases (Closes: #676370, #839073)
 Archived Ubuntu releases are at old-releases.ubuntu.com/ubuntu
   * Set correct keyring and default mirror for old debian releases.
 Now you can fetch popato/woody/sarge/etch/lenny/squeeze if you want.
 (Closes: #891404, #600647, #792729)
Checks

Bug#792729: marked as done (debootstrap: Uses wrong keyring to bootstrap etch (and likely also other archived releases))

2018-03-16 Thread Debian Bug Tracking System
Your message dated Fri, 16 Mar 2018 12:49:52 +
with message-id 
and subject line Bug#792729: fixed in debootstrap 1.0.93+nmu1
has caused the Debian Bug report #792729,
regarding debootstrap: Uses wrong keyring to bootstrap etch (and likely also 
other archived releases)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
792729: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792729
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.67
Severity: normal
Control: affects -1 xen-tools

$ debootstrap  --verbose --arch amd64 etch /tmp/2d2hgjrQsL 
http://debian.ethz.ch/debian-archive/debian
I: Retrieving Release 
I: Retrieving Release.gpg 
I: Checking Release signature
E: Release signed by unknown key (key id B5D0C804ADB11277)

$ debootstrap --keyring=/usr/share/keyrings/debian-archive-removed-keys.gpg  
--verbose --arch amd64 etch /tmp/9TZTmvueLz 
http://debian.ethz.ch/debian-archive/debian
I: Retrieving Release 
I: Retrieving Release.gpg 
I: Checking Release signature
I: Valid Release signature (key id 7EA391D72477203B58C04FBCB5D0C804ADB11277)
I: Retrieving Packages 
I: Validating Packages 

But /usr/share/debootstrap/scripts/etch contains:

  keyring /usr/share/keyrings/debian-archive-keyring.gpg

This should be changed to:

  keyring /usr/share/keyrings/debian-archive-removed-keys.gpg

This seems also to count for all other archived Debian releases (as
"egrep '^keyring' /usr/share/debootstrap/scripts/*" shows) and may also
count for archived Ubuntu releases. (Didn't test the latter, but
ubuntu-archive-keyring contains a similarily named file:
/usr/share/keyrings/ubuntu-archive-removed-keys.gpg)

This issue has been found in Jessie, but still seems to be present in
Sid. Reporting from a Sid machine, but against the version in Jessie.

The current workaround for xen-tools is to use
"--debootstrap-cmd='debootstrap 
--keyring=/usr/share/keyrings/debian-archive-removed-keys.gpg'"
as option to xen-create-image.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (600, 'testing'), (500, 'buildd-unstable'), 
(400, 'stable'), (110, 'experimental'), (1, 'buildd-experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.19.0-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages debootstrap depends on:
ii  wget  1.16.3-3

Versions of packages debootstrap recommends:
ii  debian-archive-keyring  2014.3
ii  gnupg   1.4.19-3

debootstrap suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.93+nmu1

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 792...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hideki Yamane  (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Mar 2018 22:28:22 +0900
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.93+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Hideki Yamane 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 600647 659360 676370 676373 736995 792729 839073 891404
Changes:
 debootstrap (1.0.93+nmu1) unstable; urgency=medium
 .
   * Non-maintainer Upload.
   * Use force_md5 for breezy, dapper and edgy (Closes: #659360, #676373)
 Now you can create Ubuntu breezy/dapper/edgy chroot.
   * Add Suggests: ubuntu-archive-keyring for debootstraping Ubuntu on Debian.
 When you fetch Ubuntu packages ubuntu-archive-keyring is necessary.
 (Closes: #736995)
   * Change repository URI for old Ubuntu releases (Closes: #676370, #839073)
 Archived Ubuntu releases are at old-releases.ubuntu.com/ubuntu
   * Set correct keyring and default mirror for old d

Bug#600647: marked as done (debootstrap: Please update example pathes in manpage)

2018-03-16 Thread Debian Bug Tracking System
Your message dated Fri, 16 Mar 2018 12:49:52 +
with message-id 
and subject line Bug#600647: fixed in debootstrap 1.0.93+nmu1
has caused the Debian Bug report #600647,
regarding debootstrap: Please update example pathes in manpage
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
600647: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600647
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.10lenny1
Severity: minor

EXAMPLE
   To setup a sarge system:

   # debootstrap sarge ./sarge-chroot http://ftp.us.debian.org/debian

Should be:
debootstrap sarge ./sarge-chroot http://archive.debian.org/debian-archive/debian

Old stuff is in archive. Would be nice if the manpage reflects that, to be 
complete.


-- System Information:
Debian Release: 5.0.6
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages debootstrap depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  wget1.11.4-2+lenny2  retrieves files from the web

debootstrap recommends no packages.

debootstrap suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.93+nmu1

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 600...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hideki Yamane  (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Mar 2018 22:28:22 +0900
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.93+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Hideki Yamane 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 600647 659360 676370 676373 736995 792729 839073 891404
Changes:
 debootstrap (1.0.93+nmu1) unstable; urgency=medium
 .
   * Non-maintainer Upload.
   * Use force_md5 for breezy, dapper and edgy (Closes: #659360, #676373)
 Now you can create Ubuntu breezy/dapper/edgy chroot.
   * Add Suggests: ubuntu-archive-keyring for debootstraping Ubuntu on Debian.
 When you fetch Ubuntu packages ubuntu-archive-keyring is necessary.
 (Closes: #736995)
   * Change repository URI for old Ubuntu releases (Closes: #676370, #839073)
 Archived Ubuntu releases are at old-releases.ubuntu.com/ubuntu
   * Set correct keyring and default mirror for old debian releases.
 Now you can fetch popato/woody/sarge/etch/lenny/squeeze if you want.
 (Closes: #891404, #600647, #792729)
Checksums-Sha1:
 e2413fcfeb05c32bb826aea8d7f10268e2fde431 1974 debootstrap_1.0.93+nmu1.dsc
 4ca6c77f0acfbeced5857a3b772f84586bfd322a 69482 debootstrap_1.0.93+nmu1.tar.gz
 b14bed3a25567573c1003ed26b4532e6475ecdb2 19136 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 bb595a1618aa5641fdc91ed51d0dcdbd244fb3a2 67076 debootstrap_1.0.93+nmu1_all.deb
 a119b0b867f03e42929520ccc374d4e49439716b 5815 
debootstrap_1.0.93+nmu1_amd64.buildinfo
Checksums-Sha256:
 9a3baa12be0cf04a1bfcb98b3db5aea89c9e9b10d0ca9510f058d09b6445ed18 1974 
debootstrap_1.0.93+nmu1.dsc
 0e2d51b3ce105b467e40f4a38923105e09e0c9f128facf6884be3f3c4a98229f 69482 
debootstrap_1.0.93+nmu1.tar.gz
 363381e7247b3cf1601eb7db13e381053ef203955c844ef782cfb6d463a65303 19136 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 4e5f8505a0c323d96b1e00f9a0a06890b3e24e47e75180232a55d04d03fdb219 67076 
debootstrap_1.0.93+nmu1_all.deb
 ac3c70b031539eb4e06bc58c798ae6dc4ea85fba3d1326a9342bcf95d8a65a82 5815 
debootstrap_1.0.93+nmu1_amd64.buildinfo
Files:
 73ef5dd5094ac169de99e0784918118c 1974 admin optional 
debootstrap_1.0.93+nmu1.dsc
 585e98ddabb435d9ee24359af49825e0 69482 admin optional 
debootstrap_1.0.93+nmu1.tar.gz
 ab8393e9e78fbaa87adab219aafc6774 19136 debi

Bug#676373: marked as done (debootstrap: No more can bootstrap Ubuntu releases before Feisty)

2018-03-16 Thread Debian Bug Tracking System
Your message dated Fri, 16 Mar 2018 12:49:52 +
with message-id 
and subject line Bug#659360: fixed in debootstrap 1.0.93+nmu1
has caused the Debian Bug report #659360,
regarding debootstrap: No more can bootstrap Ubuntu releases before Feisty
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
659360: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659360
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.40
Severity: normal
Affects: xen-tools

Dear Maintainer,

while testing xen-tools I noticed that debootstrap can no more
bootstrap the Ubuntu releases Warty, Hoary, Breeazy, Dapper or Edgy.
(Only the last two matter for xen-tools.)

In those cases debootstrap fails with the following error message,
even with the correct mirror (cf. http://bugs.debian.org/676370):

# /usr/sbin/debootstrap --no-check-gpg --verbose --arch=i386 dapper 
/tmp/EsVv1M2Clj http://old-releases.ubuntu.com/ubuntu
I: Retrieving Release
E: Invalid Release file, no entry for main/binary-i386/Packages
# /usr/sbin/debootstrap --no-check-gpg --verbose --arch i386 edgy 
/tmp/EsVv1M2Clj http://old-releases.ubuntu.com/ubuntu
I: Retrieving Release
E: Invalid Release file, no entry for main/binary-i386/Packages
#

It doesn't make a difference with or without "--no-check-gpg".

It seems to work for Ubuntu Feisty:

# /usr/sbin/debootstrap --no-check-gpg --verbose --arch i386 feisty 
/tmp/EsVv1M2Clj http://old-releases.ubuntu.com/ubuntu
I: Retrieving Release
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Checking component main on http://old-releases.ubuntu.com/ubuntu...
I: Retrieving adduser
I: Validating adduser
I: Retrieving alsa-base
I: Validating alsa-base
I: Retrieving alsa-utils
I: Validating alsa-utils
I: Retrieving apt
I: Validating apt
I: Retrieving apt-utils
I: Validating apt-utils
I: Retrieving aptitude
^CE: Interrupt caught ... exiting

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (600, 'testing'), (400, 'stable'), (110, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.3.0-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debootstrap depends on:
ii  wget  1.13.4-3

Versions of packages debootstrap recommends:
ii  debian-archive-keyring  2012.4
ii  gnupg   1.4.12-4

debootstrap suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.93+nmu1

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 659...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hideki Yamane  (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Mar 2018 22:28:22 +0900
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.93+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Hideki Yamane 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 600647 659360 676370 676373 736995 792729 839073 891404
Changes:
 debootstrap (1.0.93+nmu1) unstable; urgency=medium
 .
   * Non-maintainer Upload.
   * Use force_md5 for breezy, dapper and edgy (Closes: #659360, #676373)
 Now you can create Ubuntu breezy/dapper/edgy chroot.
   * Add Suggests: ubuntu-archive-keyring for debootstraping Ubuntu on Debian.
 When you fetch Ubuntu packages ubuntu-archive-keyring is necessary.
 (Closes: #736995)
   * Change repository URI for old Ubuntu releases (Closes: #676370, #839073)
 Archived Ubuntu releases are at old-releases.ubuntu.com/ubuntu
   * Set correct keyring and default mirror for old debian releases.
 Now you can fetch popato/woody/sarge/etch/lenny/squeeze if you want.
 (Closes: #891404, #600647, #792729)
Checks

Bug#676370: marked as done (debootstrap: Outdated default mirrors for Ubuntu)

2018-03-16 Thread Debian Bug Tracking System
Your message dated Fri, 16 Mar 2018 12:49:52 +
with message-id 
and subject line Bug#676370: fixed in debootstrap 1.0.93+nmu1
has caused the Debian Bug report #676370,
regarding debootstrap: Outdated default mirrors for Ubuntu
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
676370: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676370
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.40
Severity: minor

Dear Maintainer,

Many (but not all) Ubuntu releases which are supported by debootstrap
but officially EoL have not http://old-releases.ubuntu.com/ubuntu set
as default mirror:

  * dapper
  * edgy
  * feisty
  * gutsy
  * intrepid
  * jaunty
  * karmic

"maverick" is officially EoL but still seems to be around on the
normal mirrors as of now. Nevertheless it will likely move to
old-releases.ubuntu.com soon, so I'd change that one, too.

breezy, hoary and warty are fine.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (600, 'testing'), (400, 'stable'), (110, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.3.0-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debootstrap depends on:
ii  wget  1.13.4-3

Versions of packages debootstrap recommends:
ii  debian-archive-keyring  2012.4
ii  gnupg   1.4.12-4

debootstrap suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.93+nmu1

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 676...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hideki Yamane  (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Mar 2018 22:28:22 +0900
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.93+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Hideki Yamane 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 600647 659360 676370 676373 736995 792729 839073 891404
Changes:
 debootstrap (1.0.93+nmu1) unstable; urgency=medium
 .
   * Non-maintainer Upload.
   * Use force_md5 for breezy, dapper and edgy (Closes: #659360, #676373)
 Now you can create Ubuntu breezy/dapper/edgy chroot.
   * Add Suggests: ubuntu-archive-keyring for debootstraping Ubuntu on Debian.
 When you fetch Ubuntu packages ubuntu-archive-keyring is necessary.
 (Closes: #736995)
   * Change repository URI for old Ubuntu releases (Closes: #676370, #839073)
 Archived Ubuntu releases are at old-releases.ubuntu.com/ubuntu
   * Set correct keyring and default mirror for old debian releases.
 Now you can fetch popato/woody/sarge/etch/lenny/squeeze if you want.
 (Closes: #891404, #600647, #792729)
Checksums-Sha1:
 e2413fcfeb05c32bb826aea8d7f10268e2fde431 1974 debootstrap_1.0.93+nmu1.dsc
 4ca6c77f0acfbeced5857a3b772f84586bfd322a 69482 debootstrap_1.0.93+nmu1.tar.gz
 b14bed3a25567573c1003ed26b4532e6475ecdb2 19136 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 bb595a1618aa5641fdc91ed51d0dcdbd244fb3a2 67076 debootstrap_1.0.93+nmu1_all.deb
 a119b0b867f03e42929520ccc374d4e49439716b 5815 
debootstrap_1.0.93+nmu1_amd64.buildinfo
Checksums-Sha256:
 9a3baa12be0cf04a1bfcb98b3db5aea89c9e9b10d0ca9510f058d09b6445ed18 1974 
debootstrap_1.0.93+nmu1.dsc
 0e2d51b3ce105b467e40f4a38923105e09e0c9f128facf6884be3f3c4a98229f 69482 
debootstrap_1.0.93+nmu1.tar.gz
 363381e7247b3cf1601eb7db13e381053ef203955c844ef782cfb6d463a65303 19136 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 4e5f8505a0c323d96b1e00f9a0a06890b3e24e47e75180232a55d04d03fdb219 67076 
debootstrap_1.0.93+nmu1_all.deb
 ac3c70b031539eb4e06bc58c798ae6dc4ea85fba3d1326a9342bcf95d8a65a82 5815 
debootstrap_1.0.93+nmu1_amd64.buildinfo
Files:
 73ef5dd5094ac169de99e0784918118c 1974 admin opti

Bug#659360: marked as done (debootstrap cannot build Ubuntu Edgy or earlier)

2018-03-16 Thread Debian Bug Tracking System
Your message dated Fri, 16 Mar 2018 12:49:52 +
with message-id 
and subject line Bug#659360: fixed in debootstrap 1.0.93+nmu1
has caused the Debian Bug report #659360,
regarding debootstrap cannot build Ubuntu Edgy or earlier
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
659360: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659360
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.37

debootstrap cannot install Ubuntu Edgy or Ubuntu Breezy. It fails with:

I: Retrieving Release
E: Invalid Release file, no entry for main/binary-i386/Packages

The edgy and breezy scripts need the same fix as was applied for bug #627365 to 
fix Debian Sarge - adding 'force_md5' gets them building again.

The same change is required for dapper and warty as well (feisty and onwards do 
not seem to need this, from some quick testing with debootstrap locally).


--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.93+nmu1

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 659...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hideki Yamane  (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Mar 2018 22:28:22 +0900
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.93+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Hideki Yamane 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 600647 659360 676370 676373 736995 792729 839073 891404
Changes:
 debootstrap (1.0.93+nmu1) unstable; urgency=medium
 .
   * Non-maintainer Upload.
   * Use force_md5 for breezy, dapper and edgy (Closes: #659360, #676373)
 Now you can create Ubuntu breezy/dapper/edgy chroot.
   * Add Suggests: ubuntu-archive-keyring for debootstraping Ubuntu on Debian.
 When you fetch Ubuntu packages ubuntu-archive-keyring is necessary.
 (Closes: #736995)
   * Change repository URI for old Ubuntu releases (Closes: #676370, #839073)
 Archived Ubuntu releases are at old-releases.ubuntu.com/ubuntu
   * Set correct keyring and default mirror for old debian releases.
 Now you can fetch popato/woody/sarge/etch/lenny/squeeze if you want.
 (Closes: #891404, #600647, #792729)
Checksums-Sha1:
 e2413fcfeb05c32bb826aea8d7f10268e2fde431 1974 debootstrap_1.0.93+nmu1.dsc
 4ca6c77f0acfbeced5857a3b772f84586bfd322a 69482 debootstrap_1.0.93+nmu1.tar.gz
 b14bed3a25567573c1003ed26b4532e6475ecdb2 19136 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 bb595a1618aa5641fdc91ed51d0dcdbd244fb3a2 67076 debootstrap_1.0.93+nmu1_all.deb
 a119b0b867f03e42929520ccc374d4e49439716b 5815 
debootstrap_1.0.93+nmu1_amd64.buildinfo
Checksums-Sha256:
 9a3baa12be0cf04a1bfcb98b3db5aea89c9e9b10d0ca9510f058d09b6445ed18 1974 
debootstrap_1.0.93+nmu1.dsc
 0e2d51b3ce105b467e40f4a38923105e09e0c9f128facf6884be3f3c4a98229f 69482 
debootstrap_1.0.93+nmu1.tar.gz
 363381e7247b3cf1601eb7db13e381053ef203955c844ef782cfb6d463a65303 19136 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 4e5f8505a0c323d96b1e00f9a0a06890b3e24e47e75180232a55d04d03fdb219 67076 
debootstrap_1.0.93+nmu1_all.deb
 ac3c70b031539eb4e06bc58c798ae6dc4ea85fba3d1326a9342bcf95d8a65a82 5815 
debootstrap_1.0.93+nmu1_amd64.buildinfo
Files:
 73ef5dd5094ac169de99e0784918118c 1974 admin optional 
debootstrap_1.0.93+nmu1.dsc
 585e98ddabb435d9ee24359af49825e0 69482 admin optional 
debootstrap_1.0.93+nmu1.tar.gz
 ab8393e9e78fbaa87adab219aafc6774 19136 debian-installer optional 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 6e0f46c66d0bfd2109afbd4e653db841 67076 admin optional 
debootstrap_1.0.93+nmu1_all.deb
 402ba8abee2325a804dd9a628ebf6909 5815 admin optional 
debootstrap_1.0.93+nmu1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEEWOEiL5aWyIWjzRBMXTKNCCqqsUAFAlqeg14THGhlbnJpY2hA
ZGViaWFuLm9yZwAKCRBdMo0IKqqxQIolD/0aNK9ph+3qsPQKe7IQHZ66LyIRir3r
4cOSy1HbOTRSbRKVzXdEXamrakd5UdZP5grx8ObiyRw6Qi+edV

Accepted debootstrap 1.0.93+nmu1 (source all) into unstable

2018-03-16 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Mar 2018 22:28:22 +0900
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.93+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Hideki Yamane 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 600647 659360 676370 676373 736995 792729 839073 891404
Changes:
 debootstrap (1.0.93+nmu1) unstable; urgency=medium
 .
   * Non-maintainer Upload.
   * Use force_md5 for breezy, dapper and edgy (Closes: #659360, #676373)
 Now you can create Ubuntu breezy/dapper/edgy chroot.
   * Add Suggests: ubuntu-archive-keyring for debootstraping Ubuntu on Debian.
 When you fetch Ubuntu packages ubuntu-archive-keyring is necessary.
 (Closes: #736995)
   * Change repository URI for old Ubuntu releases (Closes: #676370, #839073)
 Archived Ubuntu releases are at old-releases.ubuntu.com/ubuntu
   * Set correct keyring and default mirror for old debian releases.
 Now you can fetch popato/woody/sarge/etch/lenny/squeeze if you want.
 (Closes: #891404, #600647, #792729)
Checksums-Sha1:
 e2413fcfeb05c32bb826aea8d7f10268e2fde431 1974 debootstrap_1.0.93+nmu1.dsc
 4ca6c77f0acfbeced5857a3b772f84586bfd322a 69482 debootstrap_1.0.93+nmu1.tar.gz
 b14bed3a25567573c1003ed26b4532e6475ecdb2 19136 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 bb595a1618aa5641fdc91ed51d0dcdbd244fb3a2 67076 debootstrap_1.0.93+nmu1_all.deb
 a119b0b867f03e42929520ccc374d4e49439716b 5815 
debootstrap_1.0.93+nmu1_amd64.buildinfo
Checksums-Sha256:
 9a3baa12be0cf04a1bfcb98b3db5aea89c9e9b10d0ca9510f058d09b6445ed18 1974 
debootstrap_1.0.93+nmu1.dsc
 0e2d51b3ce105b467e40f4a38923105e09e0c9f128facf6884be3f3c4a98229f 69482 
debootstrap_1.0.93+nmu1.tar.gz
 363381e7247b3cf1601eb7db13e381053ef203955c844ef782cfb6d463a65303 19136 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 4e5f8505a0c323d96b1e00f9a0a06890b3e24e47e75180232a55d04d03fdb219 67076 
debootstrap_1.0.93+nmu1_all.deb
 ac3c70b031539eb4e06bc58c798ae6dc4ea85fba3d1326a9342bcf95d8a65a82 5815 
debootstrap_1.0.93+nmu1_amd64.buildinfo
Files:
 73ef5dd5094ac169de99e0784918118c 1974 admin optional 
debootstrap_1.0.93+nmu1.dsc
 585e98ddabb435d9ee24359af49825e0 69482 admin optional 
debootstrap_1.0.93+nmu1.tar.gz
 ab8393e9e78fbaa87adab219aafc6774 19136 debian-installer optional 
debootstrap-udeb_1.0.93+nmu1_all.udeb
 6e0f46c66d0bfd2109afbd4e653db841 67076 admin optional 
debootstrap_1.0.93+nmu1_all.deb
 402ba8abee2325a804dd9a628ebf6909 5815 admin optional 
debootstrap_1.0.93+nmu1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEEWOEiL5aWyIWjzRBMXTKNCCqqsUAFAlqeg14THGhlbnJpY2hA
ZGViaWFuLm9yZwAKCRBdMo0IKqqxQIolD/0aNK9ph+3qsPQKe7IQHZ66LyIRir3r
4cOSy1HbOTRSbRKVzXdEXamrakd5UdZP5grx8ObiyRw6Qi+edVJlh+9xHXR1aNy6
jYLDoQYUEYqx5Rs+aqNJWgIqvvpuJZfoGjw6BaC7NfC4fpZ79beVNZ5L0eluotp2
ZPjdlsYFXHT0ClvJONaEAvRhlebpJwbG5f/R4yFOoqi957z/2avvAwolipb3iCpN
2Bvnr+/BwerRWaBrxNVIp/v7HIdXp0PFEK1mS82gDzj8mSNypneO0nXtT2BBa8U/
xIwY1svsqFtwkO8muO+iMtDcCVTFcDoYtEA6nMfD+Z5X0bEKkNpwLDAg8SLDpQqW
1YxyCzkZP3UNzksMraGJsj8pkVd1f8Y0lF+rAz81I5uMIqmvWBgW9aEaYzFtOJim
+JdA+BNfzKYK9vsMUQJUHGhSuCqd2RR09hPpT4XlBML6sG+Y1Q+sRxiOxP2/EfNK
tz62PgrjRUNk7C+c1tBTPsq3Bi6ue/2gs8PmvdtP0B0sidi31nVCx3JSyn+g2cle
8j/GEHEumqS/FiCqReYpOqFhwW7TWgVUNjVQzoPBcYQwTS0Gn1QBgyeg7def4dFY
BCBC3D1kLVDtvNZtzi9l1mDKMymxaNCB67PF873kDwqfDrymG94piHW9nMPvhvP9
/hjajEKmvvpdVA==
=IqQg
-END PGP SIGNATURE-