Hello community, here is the log from the commit of package debootstrap for openSUSE:Factory checked in at 2014-11-26 10:33:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/debootstrap (Old) and /work/SRC/openSUSE:Factory/.debootstrap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "debootstrap" Changes: -------- --- /work/SRC/openSUSE:Factory/debootstrap/debootstrap.changes 2014-06-04 18:39:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 2014-11-26 10:33:39.000000000 +0100 @@ -1,0 +2,12 @@ +Mon Nov 24 09:11:43 UTC 2014 - [email protected] + +- bump to 1.0.65 + * Add support for stretch. + * Add (Ubuntu) vivid as a symlink to gutsy. + * Move set -e out of shebang line. Closes: #762713 + * Fix reporting of package version in retrieval and validation steps + to cope with epochs. + * Fix "possibly the package $pkg is at fault" warnings to account for + changed error output in dpkg 1.17.2. + +------------------------------------------------------------------- Old: ---- debootstrap_1.0.60.tar.xz New: ---- debootstrap_1.0.65.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ debootstrap.spec ++++++ --- /var/tmp/diff_new_pack.Q5HW0B/_old 2014-11-26 10:33:40.000000000 +0100 +++ /var/tmp/diff_new_pack.Q5HW0B/_new 2014-11-26 10:33:40.000000000 +0100 @@ -18,7 +18,7 @@ Name: debootstrap -Version: 1.0.60 +Version: 1.0.65 Release: 0 Summary: Bootstrap a basic Debian system License: MIT ++++++ debootstrap_1.0.60.tar.xz -> debootstrap_1.0.65.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debootstrap-1.0.60/debian/changelog new/debootstrap-1.0.65/debian/changelog --- old/debootstrap-1.0.60/debian/changelog 2014-05-06 10:37:37.000000000 +0200 +++ new/debootstrap-1.0.65/debian/changelog 2014-11-10 09:24:56.000000000 +0100 @@ -1,3 +1,38 @@ +debootstrap (1.0.65) unstable; urgency=medium + + [ Julien Cristau ] + * Add support for stretch. + + -- Christian Perrier <[email protected]> Mon, 10 Nov 2014 09:24:56 +0100 + +debootstrap (1.0.64) unstable; urgency=medium + + * Add (Ubuntu) vivid as a symlink to gutsy. + + -- Colin Watson <[email protected]> Mon, 20 Oct 2014 16:48:49 +0100 + +debootstrap (1.0.63) unstable; urgency=medium + + [ Joey Hess ] + * Move set -e out of shebang line. Closes: #762713 + + -- Christian Perrier <[email protected]> Thu, 25 Sep 2014 06:44:16 +0200 + +debootstrap (1.0.62) unstable; urgency=medium + + [ Cyril Brulebois ] + * Fix reporting of package version in retrieval and validation steps + to cope with epochs. + + -- Christian Perrier <[email protected]> Mon, 15 Sep 2014 11:40:54 +0200 + +debootstrap (1.0.61) unstable; urgency=medium + + * Fix "possibly the package $pkg is at fault" warnings to account for + changed error output in dpkg 1.17.2. + + -- Colin Watson <[email protected]> Sun, 31 Aug 2014 22:07:49 +0100 + debootstrap (1.0.60) unstable; urgency=medium [ Adam Conrad ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debootstrap-1.0.60/debian/control new/debootstrap-1.0.65/debian/control --- old/debootstrap-1.0.60/debian/control 2014-02-09 00:33:18.000000000 +0100 +++ new/debootstrap-1.0.65/debian/control 2014-11-08 05:00:45.000000000 +0100 @@ -2,7 +2,7 @@ Section: admin Priority: extra Maintainer: Debian Install System Team <[email protected]> -Uploaders: Joey Hess <[email protected]>, Junichi Uekawa <[email protected]>, Colin Watson <[email protected]>, Christian Perrier <[email protected]> +Uploaders: Junichi Uekawa <[email protected]>, Colin Watson <[email protected]>, Christian Perrier <[email protected]> Build-Depends: debhelper (>= 9), makedev (>= 2.3.1-69) [linux-any] Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=d-i/debootstrap.git diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debootstrap-1.0.60/debootstrap new/debootstrap-1.0.65/debootstrap --- old/debootstrap-1.0.60/debootstrap 2014-02-07 16:25:58.000000000 +0100 +++ new/debootstrap-1.0.65/debootstrap 2014-09-25 06:44:06.000000000 +0200 @@ -1,4 +1,5 @@ -#!/bin/sh -e +#!/bin/sh +set -e VERSION='@VERSION@' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debootstrap-1.0.60/functions new/debootstrap-1.0.65/functions --- old/debootstrap-1.0.60/functions 2014-05-06 10:33:34.000000000 +0200 +++ new/debootstrap-1.0.65/functions 2014-09-15 11:23:00.000000000 +0200 @@ -287,7 +287,7 @@ local versionname if [ "${2%.deb}" != "$2" ]; then displayname="$(echo "$2" | sed 's,^.*/,,;s,_.*$,,')" - versionname="$(echo "$2" | sed 's,^.*/,,' | cut -d_ -f2)" + versionname="$(echo "$2" | sed 's,^.*/,,' | cut -d_ -f2 | sed 's/%3a/:/')" else displayname="$(echo "$1" | sed 's,^.*/,,')" fi @@ -908,7 +908,7 @@ msg="See %s for details" if [ -e "$TARGET/debootstrap/debootstrap.log" ]; then arg="$TARGET/debootstrap/debootstrap.log" - local pkg="$(grep '^dpkg: error processing ' "$TARGET/debootstrap/debootstrap.log" | head -n 1 | cut -d ' ' -f 4)" + local pkg="$(grep '^dpkg: error processing ' "$TARGET/debootstrap/debootstrap.log" | head -n 1 | sed 's/\(error processing \)\(package \|archive \)/\1/' | cut -d ' ' -f 4)" if [ -n "$pkg" ]; then msg="$msg (possibly the package $pkg is at fault)" fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debootstrap-1.0.60/scripts/stretch new/debootstrap-1.0.65/scripts/stretch --- old/debootstrap-1.0.60/scripts/stretch 1970-01-01 01:00:00.000000000 +0100 +++ new/debootstrap-1.0.65/scripts/stretch 2014-11-26 10:33:40.000000000 +0100 @@ -0,0 +1 @@ +symbolic link to sid diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debootstrap-1.0.60/scripts/vivid new/debootstrap-1.0.65/scripts/vivid --- old/debootstrap-1.0.60/scripts/vivid 1970-01-01 01:00:00.000000000 +0100 +++ new/debootstrap-1.0.65/scripts/vivid 2014-11-26 10:33:41.000000000 +0100 @@ -0,0 +1 @@ +symbolic link to gutsy -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
