Hello community, here is the log from the commit of package debootstrap for openSUSE:Factory checked in at 2012-11-08 08:03:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/debootstrap (Old) and /work/SRC/openSUSE:Factory/.debootstrap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "debootstrap", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/debootstrap/debootstrap.changes 2012-07-09 07:55:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 2012-11-08 08:03:50.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Nov 5 21:15:30 UTC 2012 - frank.lichtenheld@sophos.com + +- update to 1.0.43 +* Add (Ubuntu) raring as a symlink to gutsy. + +------------------------------------------------------------------- Old: ---- debootstrap_1.0.42.tar.gz New: ---- debootstrap_1.0.43.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ debootstrap.spec ++++++ --- /var/tmp/diff_new_pack.dRGiTU/_old 2012-11-08 08:03:53.000000000 +0100 +++ /var/tmp/diff_new_pack.dRGiTU/_new 2012-11-08 08:03:53.000000000 +0100 @@ -18,7 +18,7 @@ Name: debootstrap -Version: 1.0.42 +Version: 1.0.43 Release: 0 Summary: Bootstrap a basic Debian system License: MIT ++++++ debootstrap_1.0.42.tar.gz -> debootstrap_1.0.43.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debootstrap-1.0.42/debian/changelog new/debootstrap-1.0.43/debian/changelog --- old/debootstrap-1.0.42/debian/changelog 2012-07-03 16:35:00.000000000 +0200 +++ new/debootstrap-1.0.43/debian/changelog 2012-10-27 12:46:46.000000000 +0200 @@ -1,3 +1,20 @@ +debootstrap (1.0.43) unstable; urgency=low + + [ Joey Hess ] + * Fix "arc" typo. Closes: #686680 + + [ Colin Watson ] + * Add (Ubuntu) raring as a symlink to gutsy. + + [ Christian Perrier ] + * Add myself to Uploaders and drop Anthony Towns who is no + longer active in debootstrap maintenance for a few years. Thanks + for your work, Anthony. + * Bump Standards to 3.9.3 (checked) + * Replace XC-Package-Type by Package-Type in debian/control + + -- Christian Perrier <bubulle@debian.org> Sat, 27 Oct 2012 12:46:46 +0200 + debootstrap (1.0.42) unstable; urgency=low * Downgrade the absence of an InRelease file from a warning to an info diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debootstrap-1.0.42/debian/control new/debootstrap-1.0.43/debian/control --- old/debootstrap-1.0.42/debian/control 2011-08-10 13:59:34.000000000 +0200 +++ new/debootstrap-1.0.43/debian/control 2012-10-27 12:46:16.000000000 +0200 @@ -2,9 +2,9 @@ Section: admin Priority: extra Maintainer: Debian Install System Team <debian-boot@lists.debian.org> -Uploaders: Anthony Towns <ajt@debian.org>, Joey Hess <joeyh@debian.org>, Junichi Uekawa <dancer@debian.org>, Colin Watson <cjwatson@debian.org> +Uploaders: Joey Hess <joeyh@debian.org>, Junichi Uekawa <dancer@debian.org>, Colin Watson <cjwatson@debian.org>, Christian Perrier <bubulle@debian.org> Build-Depends: debhelper (>= 7.0.50), makedev (>= 2.3.1-69) [linux-any] -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Vcs-Browser: http://git.debian.org/?p=d-i/debootstrap.git Vcs-Git: git://git.debian.org/d-i/debootstrap.git @@ -20,7 +20,7 @@ Package: debootstrap-udeb Section: debian-installer -XC-Package-Type: udeb +Package-Type: udeb Architecture: all Depends: ${misc:Depends}, mounted-partitions Description: Bootstrap the Debian system diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debootstrap-1.0.42/functions new/debootstrap-1.0.43/functions --- old/debootstrap-1.0.42/functions 2012-06-25 11:12:50.000000000 +0200 +++ new/debootstrap-1.0.43/functions 2012-09-06 03:00:54.000000000 +0200 @@ -654,7 +654,7 @@ dloaddebs="$(($dloaddebs + $size))" echo >>$TARGET/debootstrap/debpaths "$p $debdest" else - warning COULDNTDL "Couldn't download package %s (ver %s arc %s)" "$p" "$ver" "$arc" + warning COULDNTDL "Couldn't download package %s (ver %s arch %s)" "$p" "$ver" "$arc" leftover="$leftover $p" fi fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debootstrap-1.0.42/scripts/raring new/debootstrap-1.0.43/scripts/raring --- old/debootstrap-1.0.42/scripts/raring 1970-01-01 01:00:00.000000000 +0100 +++ new/debootstrap-1.0.43/scripts/raring 2012-11-08 08:03:53.000000000 +0100 @@ -0,0 +1 @@ +symbolic link to gutsy -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org