@@ -, +, @@ --- .../base/univention-debootstrap/debian/changelog | 16 +- .../base/univention-debootstrap/debian/control | 3 +- .../base/univention-debootstrap/debian/copyright | 2 +- .../base/univention-debootstrap/debian/dirs | 2 - .../base/univention-debootstrap/debian/rules | 3 +- .../debian/univention-debootstrap-3.dirs | 2 - .../debian/univention-debootstrap-3.install | 2 +- .../debian/univention-debootstrap-3.links | 1 + .../usr/sbin/debootstrap-ucs3 | 650 --------- .../usr/share/debootstrap-ucs3/devices.tar.gz | Bin 766 -> 0 bytes .../usr/share/debootstrap-ucs3/functions | 1462 -------------------- .../usr/share/debootstrap-ucs3/functions-ucs3 | 1462 -------------------- .../usr/share/debootstrap-ucs3/scripts/ucs3 | 195 --- .../usr/share/debootstrap/functions-ucs3 | 1462 -------------------- .../usr/share/debootstrap/scripts/ucs3 | 193 +++ 15 files changed, 209 insertions(+), 5246 deletions(-) delete mode 100644 branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/dirs delete mode 100644 branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/univention-debootstrap-3.dirs create mode 100644 branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/univention-debootstrap-3.links delete mode 100755 branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/usr/sbin/debootstrap-ucs3 delete mode 100644 branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/usr/share/debootstrap-ucs3/devices.tar.gz delete mode 100644 branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/usr/share/debootstrap-ucs3/functions delete mode 100644 branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/usr/share/debootstrap-ucs3/functions-ucs3 delete mode 100644 branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/usr/share/debootstrap-ucs3/scripts/ucs3 delete mode 100644 branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/usr/share/debootstrap/functions-ucs3 create mode 100644 branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/usr/share/debootstrap/scripts/ucs3 --- a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/changelog +++ a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/changelog @@ -1,3 +1,13 @@ +univention-debootstrap (5.0.0-1) unstable; urgency=low + + * UCS-3.2 version bump (Bug #30547) + * Update copyright to 2013. + * debian/*.dirs: remove unneeded files. + * Re-use debootstrap instead of using custom (unmodified) copy. + * Fix spelling mistakes. + + -- Philipp Hahn Fri, 12 Jul 2013 18:13:58 +0200 + univention-debootstrap (4.0.3-5) unstable; urgency=low * fixed missing /usr/share/debootstrap/functions-ucs3 (Bug #26179) @@ -104,7 +114,7 @@ univention-debootstrap (0.1.8) unstable; urgency=low * remove ipchains from powerpc list - -- Stefan Gohmann Fri, 10 Feb 2006 09:44:27 +0100 + -- Stefan Gohmann Fri, 10 Feb 2006 09:44:27 +0100 univention-debootstrap (0.1.6) unstable; urgency=low @@ -129,7 +139,3 @@ univention-debootstrap (0.1.0) unstable; urgency=low * initial release -- Stefan Gohmann Tue, 28 Aug 2003 13:49:40 +0200 - -Local variables: -mode: debian-changelog -End: --- a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/control +++ a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/control @@ -3,8 +3,7 @@ Section: univention Priority: optional Maintainer: Univention GmbH Standards-Version: 3.5.5 -Build-Depends: debootstrap, - debhelper, +Build-Depends: debhelper, ucslint Package: univention-debootstrap-3 --- a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/copyright +++ a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/copyright @@ -1,4 +1,4 @@ -Copyright 2001-2012 Univention GmbH +Copyright 2001-2013 Univention GmbH http://www.univention.de/ --- a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/dirs +++ a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/dirs @@ -1,2 +0,0 @@ -usr/sbin -usr/share/debootstrap/scripts/ --- a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/rules +++ a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/rules @@ -3,7 +3,7 @@ # Univention Debootstrap # rules file for the debian package # -# Copyright 2004-2012 Univention GmbH +# Copyright 2004-2013 Univention GmbH # # http://www.univention.de/ # @@ -36,4 +36,3 @@ override_dh_auto_test: %: dh $@ - --- a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/univention-debootstrap-3.dirs +++ a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/univention-debootstrap-3.dirs @@ -1,2 +0,0 @@ -usr/sbin -usr/share/debootstrap-ucs3/scripts/ --- a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/univention-debootstrap-3.install +++ a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/univention-debootstrap-3.install @@ -1, +1, @@ -usr/* usr +usr --- a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/univention-debootstrap-3.links +++ a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/debian/univention-debootstrap-3.links @@ -0,0 +1, @@ +usr/sbin/debootstrap usr/sbin/debootstrap-ucs3 --- a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/usr/sbin/debootstrap-ucs3 +++ a/branches/ucs-3.2/ucs-3.2-0/base/univention-debootstrap/usr/sbin/debootstrap-ucs3 @@ -1,650 +0,0 @@ -#!/bin/bash -e - -VERSION='1.0.26.26.201105181428' - -unset TMP TEMP TMPDIR || true - -# might not be exported if we're running from init=/bin/sh or similar -export PATH - -########################################################################### - -if [ -z "$DEBOOTSTRAP_DIR" ]; then - if [ -x /debootstrap/debootstrap ]; then - DEBOOTSTRAP_DIR=/debootstrap - else - DEBOOTSTRAP_DIR=/usr/share/debootstrap-ucs3 - fi -fi - -DEVICES_TARGZ=$DEBOOTSTRAP_DIR/devices.tar.gz - -. $DEBOOTSTRAP_DIR/functions -exec 4>&1 - -LANG=C -USE_COMPONENTS=main -KEYRING="" -VARIANT="" - -DEF_MIRROR="http://ftp.us.debian.org/debian" - -export LANG USE_COMPONENTS -umask 022 - -########################################################################### - -## phases: -## finddebs dldebs printdebs first_stage second_stage - -RESOLVE_DEPS=true - -WHAT_TO_DO="finddebs dldebs first_stage second_stage" -am_doing_phase () { - # usage: if am_doing_phase finddebs; then ...; fi - local x; - for x in "$@"; do - if echo " $WHAT_TO_DO " | grep -q " $x "; then return 0; fi - done - return 1 -} - -########################################################################### - -usage_err() -{ - info USAGE1 "usage: [OPTION]... [ [