commit debootstrap for openSUSE:Factory

2020-05-04 Thread root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2020-05-04 18:40:41

Comparing /work/SRC/openSUSE:Factory/debootstrap (Old)
 and  /work/SRC/openSUSE:Factory/.debootstrap.new.2738 (New)


Package is "debootstrap"

Mon May  4 18:40:41 2020 rev:22 rq:799923 version:1.0.123

Changes:

--- /work/SRC/openSUSE:Factory/debootstrap/debootstrap.changes  2019-08-05 
10:35:58.491337329 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new.2738/debootstrap.changes
2020-05-04 18:42:01.585237751 +0200
@@ -1,0 +2,6 @@
+Sun May  3 19:48:24 UTC 2020 - Alexei Sorokin 
+
+- Update version to 1.0.123:
+  * See /usr/share/doc/packages/debootstrap/changelog
+
+---

Old:

  debootstrap-1.0.115.tar.bz2

New:

  debootstrap-1.0.123.tar.bz2



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.uLJXLt/_old  2020-05-04 18:42:04.061242857 +0200
+++ /var/tmp/diff_new_pack.uLJXLt/_new  2020-05-04 18:42:04.061242857 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package debootstrap
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2012 Frank Lichtenheld 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,11 +18,10 @@
 
 
 Name:   debootstrap
-Version:1.0.115
+Version:1.0.123
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT
-Group:  Development/Tools/Other
 URL:https://salsa.debian.org/installer-team/debootstrap
 Source: 
https://salsa.debian.org/installer-team/debootstrap/-/archive/%{version}/%{name}-%{version}.tar.bz2
 Patch0: %{name}-norootforbuild.patch
@@ -38,8 +37,7 @@
 into.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 # Nothing to build.

++ debootstrap-1.0.115.tar.bz2 -> debootstrap-1.0.123.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.115/debian/.gitlab-ci.yml 
new/debootstrap-1.0.123/debian/.gitlab-ci.yml
--- old/debootstrap-1.0.115/debian/.gitlab-ci.yml   2019-07-06 
13:22:33.0 +0200
+++ new/debootstrap-1.0.123/debian/.gitlab-ci.yml   1970-01-01 
01:00:00.0 +0100
@@ -1,29 +0,0 @@
-image: debian:sid
-
-variables:
-  PKG: debootstrap
-
-stages:
-   - build
-#   - autopkgtest
-
-package_build:
-  stage: build
-  script:
-- apt update -qq
-- apt build-dep ./ -y -qq
-- apt install -y -qq dpkg-dev devscripts
-- dpkg-buildpackage -us -uc
-- mkdir build && cd ../ && ls -al && dcmd ./${PKG}_*.changes mv 
${PKG}/build/
-  artifacts:
-paths:
-  - build/*
-
-#autopkgtest:
-#  stage: autopkgtest
-#  script:
-#- apt update -qq
-#- apt install -y -qq autopkgtest
-#- autopkgtest build/*.changes -- null
-#  dependencies:
-#- package_build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.115/debian/changelog 
new/debootstrap-1.0.123/debian/changelog
--- old/debootstrap-1.0.115/debian/changelog2019-07-06 13:22:33.0 
+0200
+++ new/debootstrap-1.0.123/debian/changelog2020-03-14 02:07:25.0 
+0100
@@ -1,3 +1,93 @@
+debootstrap (1.0.123) unstable; urgency=medium
+
+  * Reinstate safeguard removed in 1.0.121, which is absolutely needed
+to avoid unmounting target entirely, as seen when running in d-i
+with default parameters (Closes: #953849). Vielen Dank, Johannes!
+
+ -- Cyril Brulebois   Sat, 14 Mar 2020 02:07:20 +0100
+
+debootstrap (1.0.122) unstable; urgency=medium
+
+  * Revert the addition of (mandatory) security support as debootstrap's
+goal is to provide with a basic Debian system that many provisioning
+systems are built upon. Changing behaviour now seems to be doing a
+disservice to all those tools that would need adapting. In addition to
+not seeming to be a good idea, that triggers regressions for a number
+of use cases (Closes: #953759, #953588, #953593, #953594, #953617).
+
+ -- Cyril Brulebois   Fri, 13 Mar 2020 05:43:24 +0100
+
+debootstrap (1.0.121) unstable; urgency=medium
+
+  * Fix "debootstrapping testing and stable results in exit 100",
+use CODENAME for check properly (Closes: #953404)
+
+ -- Hideki Yamane   Tue, 10 Mar 2020 21:42:03 +0900
+
+debootstrap (1.0.120) unstable; urgency=medium
+
+  * Check codename for apt-transport-https (Closes: #920255, #879755)
+  * Add security mirror setting (Closes: #939852, #543819)
+
+ -- Hideki Yamane   Sun, 08 Mar 2020 02:01:59 +0900
+
+debootstrap (1.0.119) unstable; urgency=medium
+
+  [ Hideki Yamane ]
+  * Fix: 

commit debootstrap for openSUSE:Factory

2019-08-05 Thread root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2019-08-05 10:35:39

Comparing /work/SRC/openSUSE:Factory/debootstrap (Old)
 and  /work/SRC/openSUSE:Factory/.debootstrap.new.4126 (New)


Package is "debootstrap"

Mon Aug  5 10:35:39 2019 rev:21 rq:720098 version:1.0.115

Changes:

--- /work/SRC/openSUSE:Factory/debootstrap/debootstrap.changes  2018-04-19 
15:33:33.829003377 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new.4126/debootstrap.changes
2019-08-05 10:35:58.491337329 +0200
@@ -2 +2,7 @@
-Wed Jun 28 13:38:35 UTC 2017 - sor.ale...@meowr.ru.
+Sat Jul 27 17:01:39 UTC 2019 - Alexei Sorokin 
+
+- Update version to 1.0.115:
+  * See /usr/share/doc/packages/debootstrap/changelog
+
+---
+Wed Jun 28 13:38:35 UTC 2017 - sor.ale...@meowr.ru

Old:

  debootstrap_1.0.97.tar.gz

New:

  debootstrap-1.0.115.tar.bz2



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.waqSgA/_old  2019-08-05 10:35:59.339337232 +0200
+++ /var/tmp/diff_new_pack.waqSgA/_new  2019-08-05 10:35:59.339337232 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package debootstrap
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Frank Lichtenheld 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,18 +13,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   debootstrap
-Version:1.0.97
+Version:1.0.115
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT
 Group:  Development/Tools/Other
-Url:https://packages.debian.org/debootstrap
-Source: 
http://httpredir.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
+URL:https://salsa.debian.org/installer-team/debootstrap
+Source: 
https://salsa.debian.org/installer-team/debootstrap/-/archive/%{version}/%{name}-%{version}.tar.bz2
 Patch0: %{name}-norootforbuild.patch
 Requires:   wget
 Recommends: gpg2




commit debootstrap for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2018-04-19 15:33:31

Comparing /work/SRC/openSUSE:Factory/debootstrap (Old)
 and  /work/SRC/openSUSE:Factory/.debootstrap.new (New)


Package is "debootstrap"

Thu Apr 19 15:33:31 2018 rev:20 rq:598520 version:1.0.97

Changes:

--- /work/SRC/openSUSE:Factory/debootstrap/debootstrap.changes  2017-06-30 
18:43:35.523750940 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2018-04-19 15:33:33.829003377 +0200
@@ -1,0 +2,62 @@
+Wed Jun 28 13:38:35 UTC 2017 - sor.ale...@meowr.ru.
+
+- Update version to 1.0.97 (changes since 1.0.90):
+  * Avoid the "type" shell command (deb#860545).
+  * Add (Ubuntu) bionic as a symlink to gutsy.
+  * scripts/gutsy: Incorporate changes from Ubuntu:
++ Synch from scripts/sid.
++ Fix debootstrap --variant=fakechroot failure because 
+  initscripts is no longer part of the base system.
+  * Use force_md5 for breezy, dapper and edgy (deb#659360,
+deb#676373). Now you can create Ubuntu breezy/dapper/edgy chroot.
+  * Change repository URI for old Ubuntu releases (deb#676370, 
+deb#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 (deb#891404, deb#600647, deb#792729).
+  * Avoid pre-exist directory causes failure (deb#864734).
+  * Split common code from scripts/sid to scripts/debian-common and
+share it between distributions (deb#798562).
+  * Don't let host PATH leak into the target commands. It works on
+chroots that have different PATH like Arch Linux and Fedora
+(deb#718632, deb#770658, deb#890418).
+  * Escape spaces to fix debootstrap on path contains space fails
+(deb#586158, deb#762431).
+  * Add warning if file specified via --keyring does not exist
+(deb#754318, deb#775474).
+  * Avoid unnecessary keyring warning with --second-stage option
+(deb#734324).
+  * Output warning if falling back to sha1 (deb#775444).
+  * Prevent unintended removal with --print-debs option
+(deb#833525).
+  * Add scripts for Kali Linux (deb#798564).
+  * Improve manpage description for --{unpack,make}-tarball options
+(deb#563647).
+  * Fix multiple components usage for --foreign/--second-stage
+(deb#806780).
+  * Try to auto-detect proxy if available
+(e.g. squid-deb-proxy-client) (deb#732628).
+  * Handle existing /dev (deb#872577).
+  * Create /dev/console as same as previous (deb#872059).
+  * Do not ignore HTTPS mirror setting (deb#893954).
+  * Improve manpage "what is calls a Debian base system" (deb#872948).
+  * Improve the error message when download fails (deb#866401).
+  * Use wget --non-verbose option instead of --quiet.
+  * Improve error message on Release signed by unknown key
+(deb#698677).
+  * Add a --cache-dir feature (deb#844118)
+It is enabled by default and uses /var/cache/apt/archives as a
+default value.
+  * Use arch-test if installed to check whether second stage is
+possible (deb#826709).
+  * Fix boostrapping libvirt LXC containers (deb#890419).
+  * Use "command -v apt-config" to check for apt-config's presence
+(deb#895466).
+  * Drop default value for the --cache-dir parameter.
+  * Forbid the usage of non-empty directories with --print-debs and
+--make-tarball.
+  * Do not use HTTPS for the Kali bootstrap script.
+- Add a missing wget depenendency.
+
+---

Old:

  debootstrap_1.0.90.tar.gz

New:

  debootstrap_1.0.97.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.EnxTjg/_old  2018-04-19 15:33:34.700967390 +0200
+++ /var/tmp/diff_new_pack.EnxTjg/_new  2018-04-19 15:33:34.704967225 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package debootstrap
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Frank Lichtenheld 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,19 +18,17 @@
 
 
 Name:   debootstrap
-Version:1.0.90
+Version:1.0.97
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT
 Group:  Development/Tools/Other
 Url:https://packages.debian.org/debootstrap
-Source0:
http://httpredir.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
+Source: 
http://httpredir.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
 Patch0: %{name}-norootforbuild.patch

commit debootstrap for openSUSE:Factory

2017-06-30 Thread root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2017-06-30 18:42:23

Comparing /work/SRC/openSUSE:Factory/debootstrap (Old)
 and  /work/SRC/openSUSE:Factory/.debootstrap.new (New)


Package is "debootstrap"

Fri Jun 30 18:42:23 2017 rev:19 rq:506978 version:1.0.90

Changes:

--- /work/SRC/openSUSE:Factory/debootstrap/debootstrap.changes  2016-03-07 
13:29:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2017-06-30 18:43:35.523750940 +0200
@@ -1,0 +2,39 @@
+Wed Jun 28 13:38:35 UTC 2017 - mchand...@suse.de
+
+- Version bump to 1.0.90
+  * Add (Ubuntu) artful as a symlink to gutsy.
+  * Improve /dev/ptmx handling (deb#817236)
+  * Add autopkgtest support to test various scenarios.
+  * Uniformize COMPONENTS/USE_COMPONENTS handling.
+  * Strip the arch-qualifier (deb#836525)
+  * Default to split /usr again, as merged-/usr breaks dpkg-shlibdeps 
(deb#844221)
+  * remove scratchbox2 support (deb#796189)
+  * Reword split_inline_sig (deb#842591)
+  * Add support for downloading and validating InRelease files, by splitting
+up detached signature from signed data.
+  * Switch default mirror to deb.debian.org.
+  * Add (Ubuntu) zesty as a symlink to gutsy.
+  * Add jessie-kfreebsd to merged-/usr blacklist.
+  * No longer Build-Depend on makedev. The code using it was already
+removed in debootstrap 1.0.82.
+  * Do not use `tar -k` for older releases which might have file
+conflicts between the packages to be installed. (deb#838388)
+  * Error out when seeing short options. (deb#548880)
+  * Add oldoldstable -> sid script symlink. (deb#792734)
+  * Add buster -> sid and bullseye -> sid script symlinks.
+  * Only unpack and configure the base system when there are actually
+packages to install. (deb#825034)
+  * debootstrap.8: Use stretch instead of wheezy in examples.
+  * Enable merged-/usr by default. (deb#839046)
+  * Add support for xz-compressed Packages indices. (deb#837649)
+  * functions: Validate that the requested suite is listed in the
+Release file's Suite or Codename field. (deb#837075)
+  * Add support for merged-/usr, enabled by a new --merged-usr option 
(deb#810301)
+Feign install of dpkg in second stage. This avoids problems when
+using dpkg-deb together with busybox' tar. (deb#837185)
+  * Excise all devices.tar.gz code. (deb#830869)
+  * Add (Ubuntu) yakkety as a symlink to gutsy.
+  * scripts/gutsy: Support kfreebsd & hurd arches on Ubuntu targets 
(deb#818748)
+- Remove obsolete devices.tar.gz file
+
+---

Old:

  debootstrap_1.0.79.tar.gz
  devices.tar.gz

New:

  debootstrap_1.0.90.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.RYeQ5j/_old  2017-06-30 18:43:36.095670497 +0200
+++ /var/tmp/diff_new_pack.RYeQ5j/_new  2017-06-30 18:43:36.095670497 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package debootstrap
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Frank Lichtenheld 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,14 +18,13 @@
 
 
 Name:   debootstrap
-Version:1.0.79
+Version:1.0.90
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT
 Group:  Development/Tools/Other
 Url:https://packages.debian.org/debootstrap
 Source0:
http://httpredir.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
-Source1:devices.tar.gz
 Patch0: %{name}-norootforbuild.patch
 %if 0%{?suse_version} >= 1120
 BuildArch:  noarch
@@ -43,7 +42,6 @@
 %prep
 %setup -q
 %patch0 -p1
-cp -f %{SOURCE1} .
 
 %build
 # Nothing to build.

++ debootstrap-norootforbuild.patch ++
--- /var/tmp/diff_new_pack.RYeQ5j/_old  2017-06-30 18:43:36.119667122 +0200
+++ /var/tmp/diff_new_pack.RYeQ5j/_new  2017-06-30 18:43:36.119667122 +0200
@@ -1,7 +1,8 @@
-diff -ur debootstrap.orig/Makefile debootstrap/Makefile
 debootstrap.orig/Makefile  2011-08-10 13:59:34.0 +0200
-+++ debootstrap/Makefile   2011-08-12 21:57:41.329074862 +0200
-@@ -19,14 +19,13 @@
+diff --git a/Makefile b/Makefile
+index 8516803..21a9a39 100644
+--- a/Makefile
 b/Makefile
+@@ -11,8 +11,7 @@ install:
mkdir -p $(DESTDIR)/usr/sbin
  
cp -a scripts/* $(DSDIR)/scripts/
@@ -11,10 +12,3 @@
sed 's/@VERSION@/$(VERSION)/g' debootstrap 
>$(DESTDIR)/usr/sbin/debootstrap
 -  chown root:root $(DESTDIR)/usr/sbin/debootstrap
chmod 0755 $(DESTDIR)/usr/sbin/debootstrap
- 
- 

commit debootstrap for openSUSE:Factory

2016-03-07 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2016-03-07 13:28:09

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  2015-11-24 
22:34:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2016-03-07 13:29:45.0 +0100
@@ -1,0 +2,17 @@
+Sat Mar  5 13:50:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 1.0.79 (changes since 1.0.75):
+  * Stop creating useless device nodes (deb#571136).
+  * Fix permissions on device nodes (deb#812811, deb#813124).
+  * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
+  * Split setup_devices in setup_devices (which now only deals with
+static device nodes) and setup_dynamic_devices, and move the
+calls to setup_devices from the beginning of the second stage to
+the end of the first stage.
+setup_dynamic_devices mounts the appropriate filesystems which
+provide dynamic device nodes for the architectures which need
+one in debootstrap (kfreebsd and hurd).
+  * hurd: move setting up dev and servers firmlink to setup_proc
+stage. Also firmlink proc there (deb#768102).
+
+---

Old:

  debootstrap_1.0.75.tar.gz

New:

  debootstrap_1.0.79.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.Qp46IS/_old  2016-03-07 13:29:45.0 +0100
+++ /var/tmp/diff_new_pack.Qp46IS/_new  2016-03-07 13:29:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package debootstrap
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Frank Lichtenheld 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   debootstrap
-Version:1.0.75
+Version:1.0.79
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT
@@ -27,7 +27,7 @@
 Source0:
http://httpredir.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
 Source1:devices.tar.gz
 Patch0: %{name}-norootforbuild.patch
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} >= 1120
 BuildArch:  noarch
 %else
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,7 +41,7 @@
 into.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 %patch0 -p1
 cp -f %{SOURCE1} .
 
@@ -54,7 +54,7 @@
 
 %files
 %defattr(-,root,root)
-%doc README TODO debian/changelog debian/copyright
+%doc README TODO debian/{changelog,copyright}
 %{_sbindir}/%{name}
 %{_datadir}/%{name}/
 %{_mandir}/man?/%{name}.?%{?ext_man}

++ debootstrap_1.0.75.tar.gz -> debootstrap_1.0.79.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap/debian/changelog 
new/debootstrap-1.0.79/debian/changelog
--- old/debootstrap/debian/changelog2015-11-11 18:49:30.0 +0100
+++ new/debootstrap-1.0.79/debian/changelog 2016-02-19 07:23:59.0 
+0100
@@ -1,3 +1,56 @@
+debootstrap (1.0.79) unstable; urgency=medium
+
+  [ Samuel Thibault ]
+  * hurd: move setting up dev and servers firmlink to setup_proc stage. Also
+firmlink proc there.  Thanks Gabriele Giacone for all the investigation!
+(Closes: #768102)
+
+ -- Christian Perrier   Fri, 19 Feb 2016 07:23:59 +0100
+
+debootstrap (1.0.78+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Split setup_devices in setup_devices (which now only deals with static
+device nodes) and setup_dynamic_devices, and move the calls to
+setup_devices from the beginning of the second stage to the end of the
+first stage.
+setup_dynamic_devices mounts the appropriate filesystems which provide
+dynamic device nodes for the architectures which need one in
+debootstrap (kfreebsd and hurd).
+This fixes a bug in --second-stage introduced in 1.0.34 and exposed
+by the devices-related changes of 1.0.76: the second stage debootstrap
+runs "dpkg --print-architecture >/dev/null" at the very beginning of
+the program when /dev is still empty, so it creates an empty regular
+file in place of /dev/null and this will cause mknod to fail later.
+(Closes: #813232)
+
+ -- Marco d'Itri   Wed, 17 Feb 2016 01:23:23 +0100
+
+debootstrap (1.0.78) unstable; urgency=high
+
+  * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
+  * Don't call mknod with the --mode option, it's not supported in
+ 

commit debootstrap for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2015-11-24 22:34:00

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  2015-11-02 
12:55:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2015-11-24 22:34:31.0 +0100
@@ -1,0 +2,13 @@
+Mon Nov 23 20:34:07 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.0.75 (changes since 1.0.73):
+  * Add (Ubuntu) xenial as a symlink to gutsy.
+  * Stop cleaning KEEP_DEBOOTSTRAP_DIR twice (deb#804415).
+  * Add Tanglu support (deb#771687). At the moment, the following
+extra suites are recognised:
+- aequorea
+- bartholomea
+- chromodoris
+- dasyatis
+
+---

Old:

  debootstrap_1.0.73.tar.gz

New:

  debootstrap_1.0.75.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.VhzUgA/_old  2015-11-24 22:34:32.0 +0100
+++ /var/tmp/diff_new_pack.VhzUgA/_new  2015-11-24 22:34:32.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   debootstrap
-Version:1.0.73
+Version:1.0.75
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT
@@ -27,8 +27,11 @@
 Source0:
http://httpredir.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
 Source1:devices.tar.gz
 Patch0: %{name}-norootforbuild.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1110
 BuildArch:  noarch
+%else
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%endif
 
 %description
 debootstrap is used to create a Debian base system from scratch,

++ debootstrap_1.0.73.tar.gz -> debootstrap_1.0.75.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap/debian/changelog 
new/debootstrap/debian/changelog
--- old/debootstrap/debian/changelog2015-10-22 12:43:36.0 +0200
+++ new/debootstrap/debian/changelog2015-11-11 18:49:30.0 +0100
@@ -1,3 +1,23 @@
+debootstrap (1.0.75) unstable; urgency=medium
+
+  * Stop cleaning KEEP_DEBOOTSTRAP_DIR twice, as spotted by Chris Lamb
+(Closes: #804415).
+  * Add Tanglu support (Closes: #771687), thanks to Matthias Klumpp. At
+the moment, the following extra suites are recognized:
+ - aequorea
+ - bartholomea
+ - chromodoris
+ - dasyatis
+
+ -- Cyril Brulebois   Wed, 11 Nov 2015 18:49:28 +0100
+
+debootstrap (1.0.74) unstable; urgency=medium
+
+  [ Colin Watson ]
+  * Add (Ubuntu) xenial as a symlink to gutsy.
+
+ -- Christian Perrier   Tue, 03 Nov 2015 07:09:23 +0100
+
 debootstrap (1.0.73) unstable; urgency=medium
 
   * Generate a deburis file with (package, version, uri) tuples, similar
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap/debian/rules new/debootstrap/debian/rules
--- old/debootstrap/debian/rules2015-05-16 20:24:16.0 +0200
+++ new/debootstrap/debian/rules2015-11-11 18:43:35.0 +0100
@@ -2,6 +2,8 @@
 
 ifeq (0,$(shell dpkg-vendor --derives-from Ubuntu; echo $$?))
   KEYRING := ubuntu-keyring
+else ifeq (0,$(shell dpkg-vendor --derives-from Tanglu; echo $$?))
+  KEYRING := tanglu-archive-keyring
 else
   KEYRING := debian-archive-keyring
 endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap/debootstrap new/debootstrap/debootstrap
--- old/debootstrap/debootstrap 2015-10-22 12:37:41.0 +0200
+++ new/debootstrap/debootstrap 2015-11-11 18:06:57.0 +0100
@@ -38,7 +38,6 @@
 PRINT_DEBS=""
 CHROOTDIR=""
 MAKE_TARBALL=""
-KEEP_DEBOOTSTRAP_DIR=""
 EXTRACTOR_OVERRIDE=""
 UNPACK_TARBALL=""
 ADDITIONAL=""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap/scripts/aequorea 
new/debootstrap/scripts/aequorea
--- old/debootstrap/scripts/aequorea1970-01-01 01:00:00.0 +0100
+++ new/debootstrap/scripts/aequorea2015-11-11 18:43:25.0 +0100
@@ -0,0 +1,202 @@
+mirror_style release
+download_style apt
+finddebs_style from-indices
+variants - buildd fakechroot minbase scratchbox
+keyring /usr/share/keyrings/tanglu-archive-keyring.gpg
+default_mirror http://archive.tanglu.org/tanglu
+
+if doing_variant fakechroot; then
+   test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant 
requires fakechroot environment to be started"
+fi
+
+case $ARCH in

commit debootstrap for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2015-11-02 12:55: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  2015-08-05 
19:14:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2015-11-02 12:55:36.0 +0100
@@ -1,0 +2,7 @@
+Sat Oct 31 10:21:56 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.0.73:
+  * Generate a deburis file with (package, version, uri) tuples,
+similar to the existing debpaths.
+
+---

Old:

  debootstrap_1.0.72.tar.gz

New:

  debootstrap_1.0.73.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.iIVM4j/_old  2015-11-02 12:55:36.0 +0100
+++ /var/tmp/diff_new_pack.iIVM4j/_new  2015-11-02 12:55:36.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   debootstrap
-Version:1.0.72
+Version:1.0.73
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT
@@ -38,7 +38,7 @@
 into.
 
 %prep
-%setup -q
+%setup -q -n %{name}
 %patch0 -p1
 cp -f %{SOURCE1} .
 

++ debootstrap_1.0.72.tar.gz -> debootstrap_1.0.73.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.72/debian/changelog 
new/debootstrap/debian/changelog
--- old/debootstrap-1.0.72/debian/changelog 2015-07-28 15:32:20.0 
+0200
+++ new/debootstrap/debian/changelog2015-10-22 12:43:36.0 +0200
@@ -1,3 +1,10 @@
+debootstrap (1.0.73) unstable; urgency=medium
+
+  * Generate a deburis file with (package, version, uri) tuples, similar
+to the existing debpaths.
+
+ -- Cyril Brulebois   Thu, 22 Oct 2015 12:43:35 +0200
+
 debootstrap (1.0.72) unstable; urgency=medium
 
   [ Iain Lane ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.72/functions 
new/debootstrap/functions
--- old/debootstrap-1.0.72/functions2015-07-28 15:17:18.0 +0200
+++ new/debootstrap/functions   2015-10-22 12:37:53.0 +0200
@@ -644,6 +644,7 @@
local debdest="$($DLDEST deb "$p" "$ver" "$arc" 
"$m" "$fil")"
if get "$m/$fil" "$TARGET/$debdest" "$checksum" 
"$size"; then
dloaddebs="$(($dloaddebs + $size))"
+   echo >>$TARGET/debootstrap/deburis "$p 
$ver $m/$fil"
echo >>$TARGET/debootstrap/debpaths "$p 
$debdest"
else
warning COULDNTDL "Couldn't download 
package %s (ver %s arch %s)" "$p" "$ver" "$arc"




commit debootstrap for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2015-08-05 19:14:49

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  2015-06-15 
17:49:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2015-08-05 19:14:52.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug  5 05:22:32 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.0.72 (changes since 1.0.70):
+  * Adjust sed call to render it more portable (missing ';'),
+making it work with FreeBSD sed.
+  * Add (Ubuntu) wily as a symlink to gutsy.
+  * Fix resolve_deps and setup_available to work in the --foreign
+case.
+
+---

Old:

  debootstrap_1.0.70.tar.gz

New:

  debootstrap_1.0.72.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.M80vk7/_old  2015-08-05 19:14:53.0 +0200
+++ /var/tmp/diff_new_pack.M80vk7/_new  2015-08-05 19:14:53.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   debootstrap
-Version:1.0.70
+Version:1.0.72
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT
 Group:  Development/Tools/Other
 Url:https://packages.debian.org/debootstrap
-Source0:
http://http.debian.net/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
+Source0:
http://httpredir.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
 Source1:devices.tar.gz
 Patch0: %{name}-norootforbuild.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ debootstrap_1.0.70.tar.gz - debootstrap_1.0.72.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.70/Makefile 
new/debootstrap-1.0.72/Makefile
--- old/debootstrap-1.0.70/Makefile 2015-05-19 11:35:39.0 +0200
+++ new/debootstrap-1.0.72/Makefile 2015-07-28 14:41:37.0 +0200
@@ -1,6 +1,6 @@
 # avoid dpkg-dev dependency; fish out the version with sed
 VERSION := $(shell sed 's/.*(\(.*\)).*/\1/; q' debian/changelog)
-DATE := $(shell sed -n '/^ -- /{s/.* \(.*\)/\1/p;q}' debian/changelog)
+DATE := $(shell sed -n '/^ -- /{s/.* \(.*\)/\1/p;q;}' debian/changelog)
 
 MAKEDEV ?= /sbin/MAKEDEV
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.70/debian/changelog 
new/debootstrap-1.0.72/debian/changelog
--- old/debootstrap-1.0.70/debian/changelog 2015-05-19 11:38:28.0 
+0200
+++ new/debootstrap-1.0.72/debian/changelog 2015-07-28 15:32:20.0 
+0200
@@ -1,3 +1,22 @@
+debootstrap (1.0.72) unstable; urgency=medium
+
+  [ Iain Lane ]
+  * Add (Ubuntu) wily as a symlink to gutsy (closes: #787117).
+
+  [ Colin Watson ]
+  * Fix resolve_deps and setup_available to work in the --foreign case
+(closes: #757819, LP: #1450980).
+
+ -- Colin Watson cjwat...@debian.org  Tue, 28 Jul 2015 14:32:19 +0100
+
+debootstrap (1.0.71) unstable; urgency=medium
+
+  * Adjust sed call to render it more portable (missing ';'), making it
+work with FreeBSD sed. Thanks to Nikolai Lifanov for the report and
+the patch (Closes: #791802).
+
+ -- Cyril Brulebois k...@debian.org  Fri, 10 Jul 2015 01:29:52 +0200
+
 debootstrap (1.0.70) unstable; urgency=medium
 
   * Use tr instead of (missing in d-i) xargs (Closes: #785693). Thanks,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.70/functions 
new/debootstrap-1.0.72/functions
--- old/debootstrap-1.0.70/functions2015-05-19 11:35:50.0 +0200
+++ new/debootstrap-1.0.72/functions2015-07-28 15:17:18.0 +0200
@@ -1255,14 +1255,14 @@
local ALLPKGS2=;
while [ $PKGS !=  ]; do
local NEWPKGS=
-   for c in $COMPONENTS; do
+   for c in ${COMPONENTS:-$USE_COMPONENTS}; do
local path=dists/$SUITE/$c/binary-$ARCH/Packages
local pkgdest=$TARGET/$($DLDEST pkg $SUITE $c 
$ARCH $m1 $path)
NEWPKGS=$NEWPKGS $($PKGDETAILS GETDEPS $pkgdest 
$PKGS)
done
PKGS=$(echo $PKGS $NEWPKGS | tr ' ' '\n' | sort | uniq)
local REALPKGS=
-   for c in $COMPONENTS; do
+   for c in ${COMPONENTS:-$USE_COMPONENTS}; do
local path=dists/$SUITE/$c/binary-$ARCH/Packages
local pkgdest=$TARGET/$($DLDEST pkg $SUITE $c 
$ARCH $m1 

commit debootstrap for openSUSE:Factory

2015-06-15 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2015-06-15 17:49:45

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  2015-03-23 
12:18:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2015-06-15 17:49:48.0 +0200
@@ -1,0 +2,26 @@
+Sun Jun 14 19:20:21 UTC 2015 - sleep_wal...@suse.cz
+
+- bump to 1.0.70
+  * Use tr instead of (missing in d-i) xargs (Closes:
+  #785693). Thanks, Julian Schauder!
+
+  * Make sure to deduplicate package list in download_release to
+  avoid issues while counting downloaded packages. The failure
+  path could lead to printing some strange integer (Closes:
+  #709751, #768445, #785276, #774752).  This was reported to
+  mostly happen whenever --no-resolve-deps is used.
+  
+  * Add support for --force-check-gpg so that one can
+  programmatically make sure keyring checks are used and that
+  no fallback to an https mirror happens (Closes: #661501,
+  #733179, #775454).  * Switch default mirror from
+  ftp.us.debian.org to the new, official http redirector
+  service: httpredir.debian.org
+  * Make it possible to override the MAKEDEV variable (Closes: #734743).
+  Thanks, Wookey!
+
+  * Update Standards to 3.9.6 (checked)
+  * Support the jessie-kfreebsd suite, by using the same script as
+  jessie (a symlink to sid) (Closes: #784927).
+
+---

Old:

  debootstrap_1.0.67.tar.gz

New:

  debootstrap_1.0.70.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.5Pq5nq/_old  2015-06-15 17:49:48.0 +0200
+++ /var/tmp/diff_new_pack.5Pq5nq/_new  2015-06-15 17:49:48.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   debootstrap
-Version:1.0.67
+Version:1.0.70
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT

++ debootstrap_1.0.67.tar.gz - debootstrap_1.0.70.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.67/Makefile 
new/debootstrap-1.0.70/Makefile
--- old/debootstrap-1.0.67/Makefile 2014-12-30 05:00:48.0 +0100
+++ new/debootstrap-1.0.70/Makefile 2015-05-19 11:35:39.0 +0200
@@ -2,7 +2,7 @@
 VERSION := $(shell sed 's/.*(\(.*\)).*/\1/; q' debian/changelog)
 DATE := $(shell sed -n '/^ -- /{s/.* \(.*\)/\1/p;q}' debian/changelog)
 
-MAKEDEV := /sbin/MAKEDEV
+MAKEDEV ?= /sbin/MAKEDEV
 
 ifeq ($(shell uname),Linux)
 all: devices.tar.gz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.67/debian/changelog 
new/debootstrap-1.0.70/debian/changelog
--- old/debootstrap-1.0.67/debian/changelog 2015-01-14 07:03:21.0 
+0100
+++ new/debootstrap-1.0.70/debian/changelog 2015-05-19 11:38:28.0 
+0200
@@ -1,3 +1,39 @@
+debootstrap (1.0.70) unstable; urgency=medium
+
+  * Use tr instead of (missing in d-i) xargs (Closes: #785693). Thanks,
+Julian Schauder!
+
+ -- Cyril Brulebois k...@debian.org  Tue, 19 May 2015 11:38:27 +0200
+
+debootstrap (1.0.69) unstable; urgency=medium
+
+  [ Cyril Brulebois ]
+  * Make sure to deduplicate package list in download_release to avoid
+issues while counting downloaded packages. The failure path could lead
+to printing some strange integer (Closes: #709751, #768445, #785276,
+#774752).
+This was reported to mostly happen whenever --no-resolve-deps is used.
+  * Add support for --force-check-gpg so that one can programmatically
+make sure keyring checks are used and that no fallback to an https
+mirror happens (Closes: #661501, #733179, #775454).
+  * Switch default mirror from ftp.us.debian.org to the new, official
+http redirector service: httpredir.debian.org
+  * Make it possible to override the MAKEDEV variable (Closes: #734743).
+Thanks, Wookey!
+
+  [ Christian Perrier ]
+  * Update Standards to 3.9.6 (checked)
+
+ -- Christian Perrier bubu...@debian.org  Mon, 18 May 2015 14:07:43 +0200
+
+debootstrap (1.0.68) unstable; urgency=medium
+
+  [ Steven Chamberlain ]
+  * Support the jessie-kfreebsd suite, by using the same script as
+jessie (a symlink to sid) (Closes: #784927).
+
+ -- Christian Perrier bubu...@debian.org  Mon, 11 May 2015 07:46:19 +0200
+
 debootstrap (1.0.67) unstable; urgency=medium
 
   [ Cyril Brulebois ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit debootstrap for openSUSE:Factory

2015-03-23 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2015-03-23 12:18:53

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-11-26 
10:33:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2015-03-23 12:18:54.0 +0100
@@ -1,0 +2,11 @@
+Sat Mar 21 09:12:32 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.0.67 (changes since 1.0.65):
+  * Support reproducible builds: specify a modification time on the
+tar side, and add the -n option to gzip
+  * Update setup_apt_sources to look at USE_COMPONENTS if COMPONENTS
+is empty, fixing the empty sources.list bug with foreign
+architectures.
+- Spec cleanup.
+
+---
@@ -182,2 +192,0 @@
-
-

Old:

  debootstrap_1.0.65.tar.xz

New:

  debootstrap_1.0.67.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.8Osvqn/_old  2015-03-23 12:18:55.0 +0100
+++ /var/tmp/diff_new_pack.8Osvqn/_new  2015-03-23 12:18:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package debootstrap
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Frank Lichtenheld fr...@lichtenheld.de
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:   debootstrap
-Version:1.0.65
+Version:1.0.67
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT
 Group:  Development/Tools/Other
-Url:http://packages.debian.org/debootstrap
-Source0:
http://ftp.de.debian.org/debian/pool/main/d/debootstrap/%{name}_%{version}.tar.xz
+Url:https://packages.debian.org/debootstrap
+Source0:
http://http.debian.net/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
 Source1:devices.tar.gz
 Patch0: %{name}-norootforbuild.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,30 +37,23 @@
 unpacking them into a directory which can eventually be chrooted
 into.
 
-Authors:
-
-Anthony Towns
-
 %prep
-%setup
+%setup -q
 %patch0 -p1
+cp -f %{SOURCE1} .
 
 %build
-cp %{SOURCE1} .
+# Nothing to build.
 
 %install
-%{__make} install DESTDIR=%{?buildroot}
-gzip -9 debootstrap.8
-install -D -m644 debootstrap.8.gz %{buildroot}/%{_mandir}/man8/debootstrap.8.gz
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%make_install
+install -Dm 0644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8
 
 %files
-%defattr(-,root,root,0755)
+%defattr(-,root,root)
 %doc README TODO debian/changelog debian/copyright
-%{_sbindir}/debootstrap
-%{_datadir}/debootstrap
-%{_mandir}/man8/debootstrap.8.gz
+%{_sbindir}/%{name}
+%{_datadir}/%{name}/
+%{_mandir}/man?/%{name}.?%{?ext_man}
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit debootstrap for openSUSE:Factory

2014-11-26 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2014-11-26 10:33:39.0 +0100
@@ -1,0 +2,12 @@
+Mon Nov 24 09:11:43 UTC 2014 - sleep_wal...@suse.cz
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.Q5HW0B/_new  2014-11-26 10:33:40.0 +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.0 
+0200
+++ new/debootstrap-1.0.65/debian/changelog 2014-11-10 09:24:56.0 
+0100
@@ -1,3 +1,38 @@
+debootstrap (1.0.65) unstable; urgency=medium
+
+  [ Julien Cristau ]
+  * Add support for stretch.
+
+ -- Christian Perrier bubu...@debian.org  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 cjwat...@debian.org  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 bubu...@debian.org  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 bubu...@debian.org  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 cjwat...@debian.org  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.0 
+0100
+++ new/debootstrap-1.0.65/debian/control   2014-11-08 05:00:45.0 
+0100
@@ -2,7 +2,7 @@
 Section: admin
 Priority: extra
 Maintainer: Debian Install System Team debian-b...@lists.debian.org
-Uploaders: Joey Hess jo...@debian.org, Junichi Uekawa dan...@debian.org, 
Colin Watson cjwat...@debian.org, Christian Perrier bubu...@debian.org
+Uploaders: Junichi Uekawa dan...@debian.org, Colin Watson 
cjwat...@debian.org, Christian Perrier bubu...@debian.org
 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.0 +0100
+++ new/debootstrap-1.0.65/debootstrap  2014-09-25 06:44:06.0 +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/functions2014-05-06 10:33:34.0 +0200
+++ new/debootstrap-1.0.65/functions2014-09-15 11:23:00.0 +0200
@@ -287,7 +287,7 @@
local versionname
if [ ${2%.deb} != $2 ]; then
displayname=$(echo $2 | sed 's,^.*/,,;s,_.*$,,')
-   versionname=$(echo 

commit debootstrap for openSUSE:Factory

2014-06-04 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2014-06-04 18:39:30

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  2013-05-27 
09:45:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2014-06-04 18:39:44.0 +0200
@@ -1,0 +2,44 @@
+Mon Jun  2 12:06:31 UTC 2014 - thomasbecht...@jpberlin.de
+
+- update to 1.0.60
+* Add (Ubuntu) utopic as a symlink to gutsy.
+* Sync deb support with latest dpkg-deb (deb#739136):
+  - Add uncompressed data.tar deb member support.
+  - Add uncompressed and xz control.tar deb member support.
+
+---
+Sun Apr 20 06:29:38 UTC 2014 - thomasbecht...@jpberlin.de
+
+- update to 1.0.59
+* scripts/gutsy: Make the fake initctl pass through initctl version
+  calls, used by such things as invoke-rc.d to figure out whether it's
+  running under Upstart (lp#1182540).
+* scripts/sid, scripts/gutsy: Add a policy-rc.d, matching that in
+  debian-installer-utils.  This is the primary way to disable daemon
+  startup.
+* Add (Ubuntu) trusty as a symlink to gutsy.
+* When deboostrapping Debian, and the debian-archive-keyring is not
+  available, switch the default mirror to a https url. This way at
+  least the CA level of security is available even for users who
+  have no way to check gpg keys in the WoT. The https mirror is
+  currently https://mirrors.kernel.org/debian.
+* Avoid writing https urls into sources.list, as apt does not support https.
+* Install base-passwd and base-files in two calls rather than one to
+  avoid problems with home-built media with different ordering in
+  Packages.  Thanks to Jo Shields for pointing this out and providing
+  the workaround (deb#601670, lp#1001131)
+* pkgdetails_perl: Only interpret percentages following whitespace, to
+  cope with GNU wget outputting the local file name (which may contain %
+  due to URL-encoding) after it finishes the download (lp#1172101).
+* Install apt-transport-https if installing from an HTTPS mirror
+  (lp#1135163).  It may still be necessary to copy certificates into
+  place, but there's at least a reasonable chance that somebody installing
+  from HTTPS may want to keep using it, and we have to install
+  apt-transport-https at this point otherwise they won't be able to do
+  that end-to-end.
+* Install ca-certificates as well as apt-transport-https for HTTPS
+  installations.  This makes it possible to copy certificates that were
+  built into the installer to /usr/local/share/ca-certificates/ and thus
+  have them continue to be trusted after installation.
+
+---

Old:

  debootstrap_1.0.51.tar.gz

New:

  debootstrap_1.0.60.tar.xz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.oAQBLj/_old  2014-06-04 18:39:48.0 +0200
+++ /var/tmp/diff_new_pack.oAQBLj/_new  2014-06-04 18:39:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package debootstrap
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Frank Lichtenheld fr...@lichtenheld.de
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:   debootstrap
-Version:1.0.51
+Version:1.0.60
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT
 Group:  Development/Tools/Other
 Url:http://packages.debian.org/debootstrap
-Source0:
http://ftp.de.debian.org/debian/pool/main/d/debootstrap/%{name}_%{version}.tar.gz
+Source0:
http://ftp.de.debian.org/debian/pool/main/d/debootstrap/%{name}_%{version}.tar.xz
 Source1:devices.tar.gz
 Patch0: %{name}-norootforbuild.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit debootstrap for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2013-05-27 09:45:24

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  2013-05-06 
09:51:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2013-05-27 09:45:26.0 +0200
@@ -1,0 +2,16 @@
+Sat May 18 04:47:14 UTC 2013 - frank.lichtenh...@sophos.com
+
+- update to 1.0.51
+* Add (Ubuntu) saucy as a symlink to gutsy (deb#706989).
+* Clarify location of pkgdetails.c in error message (deb#708771).
+* Resolve mount point symlinks relative to the target chroot before
+  unmounting them (deb#702861, deb#703037, deb#704744).
+
+---
+Fri May 17 20:58:30 UTC 2013 - frank.lichtenh...@sophos.com
+
+- update to 1.0.50
+* Report package version information on package retrieve and validation.
+  deb#697675
+
+---

Old:

  debootstrap_1.0.49.tar.gz

New:

  debootstrap_1.0.51.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.G21agI/_old  2013-05-27 09:45:27.0 +0200
+++ /var/tmp/diff_new_pack.G21agI/_new  2013-05-27 09:45:27.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   debootstrap
-Version:1.0.49
+Version:1.0.51
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT
@@ -42,7 +42,7 @@
 Anthony Towns
 
 %prep
-%setup -n %{name}
+%setup
 %patch0 -p1
 
 %build

++ debootstrap_1.0.49.tar.gz - debootstrap_1.0.51.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap/debian/changelog 
new/debootstrap-1.0.51/debian/changelog
--- old/debootstrap/debian/changelog2013-05-05 05:38:31.0 +0200
+++ new/debootstrap-1.0.51/debian/changelog 2013-05-19 00:18:10.0 
+0200
@@ -1,3 +1,23 @@
+debootstrap (1.0.51) unstable; urgency=low
+
+  [ Scott Kitterman ]
+  * Add (Ubuntu) saucy as a symlink to gutsy (closes: #706989).
+
+  [ Colin Watson ]
+  * Clarify location of pkgdetails.c in error message (closes: #708771).
+  * Resolve mount point symlinks relative to the target chroot before
+unmounting them (closes: #702861, #703037, #704744).
+
+ -- Colin Watson cjwat...@debian.org  Sat, 18 May 2013 23:18:08 +0100
+
+debootstrap (1.0.50) unstable; urgency=low
+
+  [ Hector Oron ]
+  * Report package version information on package retrieve and validation.
+Closes: #697675
+
+ -- Christian Perrier bubu...@debian.org  Fri, 17 May 2013 13:34:34 +0200
+
 debootstrap (1.0.49) unstable; urgency=medium
 
   * Add support for jessie. Closes: #706788
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap/debootstrap 
new/debootstrap-1.0.51/debootstrap
--- old/debootstrap/debootstrap 2012-11-22 00:19:40.0 +0100
+++ new/debootstrap-1.0.51/debootstrap  2013-05-18 23:39:44.0 +0200
@@ -122,7 +122,7 @@
 ###
 
 if [ -z $PKGDETAILS ]; then
-   error 1 NO_PKGDETAILS No pkgdetails available; either install perl, or 
build pkgdetails.c from source
+   error 1 NO_PKGDETAILS No pkgdetails available; either install perl, or 
build pkgdetails.c from the base-installer source package
 fi
 
 ###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap/functions 
new/debootstrap-1.0.51/functions
--- old/debootstrap/functions   2013-03-28 18:34:00.0 +0100
+++ new/debootstrap-1.0.51/functions2013-05-19 00:13:36.0 +0200
@@ -276,8 +276,10 @@
# args: from dest 'nocache'
# args: from dest [checksum size] [alt {checksum size type}]
local displayname
+   local versionname
if [ ${2%.deb} != $2 ]; then
displayname=$(echo $2 | sed 's,^.*/,,;s,_.*$,,')
+   versionname=$(echo $2 | sed 's,^.*/,,' | cut -d_ -f2)
else
displayname=$(echo $1 | sed 's,^.*/,,')
fi
@@ -288,7 +290,7 @@
elif [ $3 = nocache ]; then
rm -f $2
else
-   info VALIDATING Validating %s $displayname
+   info VALIDATING Validating %s %s $displayname 
$versionname
if verify_checksum $2 $3 $4; then
return 0

commit debootstrap for openSUSE:Factory

2013-05-06 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2013-05-06 09:51:13

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  2013-04-07 
14:21:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2013-05-06 09:51:15.0 +0200
@@ -1,0 +2,6 @@
+Sun May  5 20:18:17 UTC 2013 - frank.lichtenh...@sophos.com
+
+- update to 1.0.49
+* Add support for jessie. deb#706788
+
+---

Old:

  debootstrap_1.0.48.tar.gz

New:

  debootstrap_1.0.49.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.9zaQOV/_old  2013-05-06 09:51:16.0 +0200
+++ /var/tmp/diff_new_pack.9zaQOV/_new  2013-05-06 09:51:16.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   debootstrap
-Version:1.0.48
+Version:1.0.49
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT
@@ -42,7 +42,7 @@
 Anthony Towns
 
 %prep
-%setup
+%setup -n %{name}
 %patch0 -p1
 
 %build

++ debootstrap_1.0.48.tar.gz - debootstrap_1.0.49.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.48/debian/changelog 
new/debootstrap/debian/changelog
--- old/debootstrap-1.0.48/debian/changelog 2013-04-04 16:18:04.0 
+0200
+++ new/debootstrap/debian/changelog2013-05-05 05:38:31.0 +0200
@@ -1,3 +1,9 @@
+debootstrap (1.0.49) unstable; urgency=medium
+
+  * Add support for jessie. Closes: #706788
+
+ -- Joey Hess jo...@debian.org  Sat, 04 May 2013 23:37:52 -0400
+
 debootstrap (1.0.48) unstable; urgency=low
 
   * Team upload
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.48/debootstrap.8 
new/debootstrap/debootstrap.8
--- old/debootstrap-1.0.48/debootstrap.82012-07-04 21:58:48.0 
+0200
+++ new/debootstrap/debootstrap.8   2013-05-05 05:37:38.0 +0200
@@ -26,7 +26,7 @@
 .PP
 The
 .I SUITE
-may be a release code name (eg, sid, wheezy, squeeze, lenny)
+may be a release code name (eg, sid, jessie, wheezy)
 or a symbolic name (eg, unstable, testing, stable, oldstable)
 .PP
 Notice that file:/ URLs are translated to file:/// (correct scheme as
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.48/scripts/jessie 
new/debootstrap/scripts/jessie
--- old/debootstrap-1.0.48/scripts/jessie   1970-01-01 01:00:00.0 
+0100
+++ new/debootstrap/scripts/jessie  2013-05-06 09:51:16.0 +0200
@@ -0,0 +1 @@
+symbolic link to sid

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit debootstrap for openSUSE:Factory

2013-04-07 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2013-04-07 14:21:06

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-11-08 
08:03:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2013-04-07 14:21:06.0 +0200
@@ -1,0 +2,18 @@
+Fri Apr  5 20:18:04 UTC 2013 - frank.lichtenh...@sophos.com
+
+- update to 1.0.48
+* Disable InRelease support.  gpgv won't give us back the signed data, and
+  full gpg is not available inside d-i (deb#703889).
+* Move extract_release_components to after signature verification.
+
+---
+Tue Mar 26 22:05:11 UTC 2013 - frank.lichtenh...@sophos.com
+
+- update to 1.0.47
+* Properly decrypt the InRelease file when downloading from an archive
+  where InRelease is used. This longstanding bug was masked by former
+  APT behaviour and was revealed only with recent APT versions
+  deb#703146
+* Add Requires on gpg2
+
+---
@@ -12 +30 @@
-  message. (Ubuntu LP: #1017398)
+  message. lp#1017398
@@ -18 +36 @@
-* Add support for InRelease files (Debian Bug #638682)
+* Add support for InRelease files. deb#638682

Old:

  debootstrap_1.0.43.tar.gz

New:

  debootstrap_1.0.48.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.RI8D5A/_old  2013-04-07 14:21:07.0 +0200
+++ /var/tmp/diff_new_pack.RI8D5A/_new  2013-04-07 14:21:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package debootstrap
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Frank Lichtenheld fr...@lichtenheld.de
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   debootstrap
-Version:1.0.43
+Version:1.0.48
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT

++ debootstrap_1.0.43.tar.gz - debootstrap_1.0.48.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.43/debian/changelog 
new/debootstrap-1.0.48/debian/changelog
--- old/debootstrap-1.0.43/debian/changelog 2012-10-27 12:46:46.0 
+0200
+++ new/debootstrap-1.0.48/debian/changelog 2013-04-04 16:18:04.0 
+0200
@@ -1,3 +1,50 @@
+debootstrap (1.0.48) unstable; urgency=low
+
+  * Team upload
+
+  [ Julien Cristau ]
+  * Disable InRelease support.  gpgv won't give us back the signed data, and
+full gpg is not available inside d-i (closes: #703889).
+  * Move extract_release_components to after signature verification.
+Suggested by Ansgar Burchardt.
+
+ -- Didier Raboud o...@debian.org  Thu, 04 Apr 2013 16:17:57 +0200
+
+debootstrap (1.0.47) unstable; urgency=low
+
+  * Team upload
+  * Properly decrypt the InRelease file when downloading from an archive
+where InRelease is used. This longstanding bug was masked by former
+APT behaviour and was revealed only with recent APT versions
+Closes: #703146
+Thanks to Michael Vogt for the analysis and patch
+  * Add a dependency on gpg because of the above change.
+
+ -- Christian Perrier bubu...@debian.org  Wed, 20 Mar 2013 21:34:29 +0100
+
+debootstrap (1.0.46) unstable; urgency=low
+
+  * Team upload.
+  * Use `which` to find out sh only if /bin/sh does not exist.
+
+ -- Samuel Thibault sthiba...@debian.org  Thu, 27 Dec 2012 15:47:16 +0100
+
+debootstrap (1.0.45) unstable; urgency=low
+
+  [ Joey Hess ]
+  * Better support use on Android by not hardcoding /bin/sh
+in a test file that's created, and instead putting in the
+actual path to sh. Closes: #694310 Thanks, Shawn Landden
+
+ -- Christian Perrier bubu...@debian.org  Sat, 22 Dec 2012 12:56:32 +0100
+
+debootstrap (1.0.44) unstable; urgency=low
+
+  * Remove double quotes to fix for loop on GNU/kFreeBSD, thanks to
+Oleg Ginzburg (Closes: #693718).
+
+ -- Cyril Brulebois k...@debian.org  Tue, 20 Nov 2012 23:55:53 +0100
+
 debootstrap (1.0.43) unstable; urgency=low
 
   [ Joey Hess ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.43/debootstrap 
new/debootstrap-1.0.48/debootstrap
--- old/debootstrap-1.0.43/debootstrap  2011-11-20 03:00:58.0 +0100
+++ new/debootstrap-1.0.48/debootstrap  2013-03-25 16:25:14.0 +0100
@@ -433,7 +433,7 @@
 fi
 
 

commit debootstrap for openSUSE:Factory

2012-11-07 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2012-11-08 08:03:50.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov  5 21:15:30 UTC 2012 - frank.lichtenh...@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.0 +0100
+++ /var/tmp/diff_new_pack.dRGiTU/_new  2012-11-08 08:03:53.0 +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.0 
+0200
+++ new/debootstrap-1.0.43/debian/changelog 2012-10-27 12:46:46.0 
+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 bubu...@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.0 
+0200
+++ new/debootstrap-1.0.43/debian/control   2012-10-27 12:46:16.0 
+0200
@@ -2,9 +2,9 @@
 Section: admin
 Priority: extra
 Maintainer: Debian Install System Team debian-b...@lists.debian.org
-Uploaders: Anthony Towns a...@debian.org, Joey Hess jo...@debian.org, 
Junichi Uekawa dan...@debian.org, Colin Watson cjwat...@debian.org
+Uploaders: Joey Hess jo...@debian.org, Junichi Uekawa dan...@debian.org, 
Colin Watson cjwat...@debian.org, Christian Perrier bubu...@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/functions2012-06-25 11:12:50.0 +0200
+++ new/debootstrap-1.0.43/functions2012-09-06 03:00:54.0 +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.0 
+0100
+++ new/debootstrap-1.0.43/scripts/raring   2012-11-08 08:03:53.0 
+0100
@@ -0,0 +1 @@
+symbolic link to gutsy

-- 
To 

commit debootstrap for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2012-07-09 07:55:56

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-05-14 
16:13:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2012-07-09 07:55:58.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul  6 19:46:00 UTC 2012 - frank.lichtenh...@sophos.com
+
+- update to 1.0.42
+* Downgrade the absence of an InRelease file from a warning to an info
+  message. (Ubuntu LP: #1017398)
+
+---
+Sun Jun 24 16:11:52 UTC 2012 - frank.lichtenh...@sophos.com
+
+- update to 1.0.41
+* Add support for InRelease files (Debian Bug #638682)
+
+---

Old:

  debootstrap_1.0.40.tar.gz

New:

  debootstrap_1.0.42.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.9B6uAl/_old  2012-07-09 07:55:59.0 +0200
+++ /var/tmp/diff_new_pack.9B6uAl/_new  2012-07-09 07:55:59.0 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package debootstrap
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Frank Lichtenheld fr...@lichtenheld.de
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,7 +18,7 @@
 
 
 Name:   debootstrap
-Version:1.0.40
+Version:1.0.42
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT

++ debootstrap_1.0.40.tar.gz - debootstrap_1.0.42.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.40/debian/changelog 
new/debootstrap-1.0.42/debian/changelog
--- old/debootstrap-1.0.40/debian/changelog 2012-04-26 18:44:49.0 
+0200
+++ new/debootstrap-1.0.42/debian/changelog 2012-07-03 16:35:00.0 
+0200
@@ -1,3 +1,19 @@
+debootstrap (1.0.42) unstable; urgency=low
+
+  * Downgrade the absence of an InRelease file from a warning to an info
+message.  For now, debootstrap can cope fine without, and it's possible
+there are Debian mirrors that don't have InRelease; Ubuntu doesn't quite
+have InRelease support yet either (LP: #1017398).
+
+ -- Colin Watson cjwat...@debian.org  Tue, 03 Jul 2012 15:34:57 +0100
+
+debootstrap (1.0.41) unstable; urgency=low
+
+  [ Mehdi Dogguy ]
+  * Add support for InRelease files (Closes: #638682)
+
+ -- Joey Hess jo...@debian.org  Thu, 21 Jun 2012 13:16:22 -0400
+
 debootstrap (1.0.40) unstable; urgency=low
 
   [ Joey Hess ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.40/functions 
new/debootstrap-1.0.42/functions
--- old/debootstrap-1.0.40/functions2012-04-26 16:39:51.0 +0200
+++ new/debootstrap-1.0.42/functions2012-06-25 11:12:50.0 +0200
@@ -480,57 +480,82 @@
done | head -n 1
 }
 
+extract_release_components () {
+   local reldest=$1; shift
+   TMPCOMPONENTS=$(sed -n 's/Components: *//p' $reldest)
+   for c in $TMPCOMPONENTS ; do
+   eval 
+   case \\$c\ in
+   $USE_COMPONENTS)
+   COMPONENTS=\\$COMPONENTS \$c\
+   ;;
+   esac
+   
+   done
+   COMPONENTS=$(echo $COMPONENTS)
+   if [ -z $COMPONENTS ]; then
+   mv $reldest $reldest.malformed
+   error 1 INVALIDREL Invalid Release file, no valid components
+   fi
+}
+
 download_release_sig () {
local m1=$1
local reldest=$2
-   local relsigdest=$TARGET/$($DLDEST rel $SUITE $m1 
dists/$SUITE/Release.gpg)
+   local relsigdest=$3
+   local release_file_variant=$4
 
if [ -n $KEYRING ]  [ -z $DISABLE_KEYRING ]; then
-   progress 0 100 DOWNRELSIG Downloading Release file signature
-   progress_next 50
-   get $m1/dists/$SUITE/Release.gpg $relsigdest nocache ||
-   error 1 NOGETRELSIG Failed getting release signature 
file %s \
-   $m1/dists/$SUITE/Release.gpg
-   progress 50 100 DOWNRELSIG Downloading Release file signature
+   if [ $release_file_variant != IN ]; then
+   progress 0 100 DOWNRELSIG Downloading Release file 
signature
+   progress_next 50
+   get $m1/dists/$SUITE/Release.gpg $relsigdest 
nocache ||
+

commit debootstrap for openSUSE:Factory

2012-05-14 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2012-05-14 16:13:47

Comparing /work/SRC/openSUSE:Factory/debootstrap (Old)
 and  /work/SRC/openSUSE:Factory/.debootstrap.new (New)


Package is debootstrap, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-05-03 01:24:41.895590051 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2012-05-14 16:13:49.0 +0200
@@ -0,0 +1,68 @@
+---
+Thu May  3 19:06:28 UTC 2012 - frank.lichtenh...@sophos.com
+
+- Prepare for factory submission
+* Remove _service and add source file
+* Line-wrap description
+
+---
+Sat Apr 28 17:07:00 UTC 2012 - frank.lichtenh...@sophos.com
+
+- update to 1.0.40
+
+---
+Tue Mar 13 21:21:09 UTC 2012 - frank.lichtenh...@sophos.com
+
+- update to 1.0.39
+
+---
+Fri Nov 25 21:46:23 UTC 2011 - frank.lichtenh...@sophos.com
+
+- update to 1.0.38
+
+---
+Mon Oct 24 21:20:04 UTC 2011 - frank.lichtenh...@sophos.com
+
+- update to 1.0.37
+
+---
+Tue Sep 20 12:53:03 UTC 2011 - frank.lichtenh...@sophos.com
+
+- update to 1.0.36
+
+---
+Fri Aug 12 19:52:00 UTC 2011 - flichtenh...@astaro.com
+
+- update to 1.0.35
+
+---
+Fri Jul 29 18:26:55 UTC 2011 - flichtenh...@astaro.com
+
+- update to 1.0.34
+
+---
+Thu Jun  2 10:56:08 UTC 2011 - flichtenh...@astaro.com
+
+- update to 1.0.32
+
+---
+Tue Mar 22 21:09:26 UTC 2011 - flichtenh...@astaro.com
+
+- update to 1.0.29
+
+---
+Tue Feb 22 18:57:34 UTC 2011 - flichtenh...@astaro.com
+
+- update to 1.0.28
+
+---
+Mon Feb 14 23:23:28 UTC 2011 - flichtenh...@astaro.com
+
+- update to 1.0.27
+
+---
+Sat Jan 15 00:00:00 UTC 2011 - flichtenh...@astaro.com
+
+- initial packaging
+
+

New:

  debootstrap-norootforbuild.patch
  debootstrap.changes
  debootstrap.spec
  debootstrap_1.0.40.tar.gz
  devices.tar.gz



Other differences:
--
++ debootstrap.spec ++
#
# spec file for package debootstrap
#
# Copyright (c) 2012 Frank Lichtenheld fr...@lichtenheld.de
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   debootstrap
Version:1.0.40
Release:0
Summary:Bootstrap a basic Debian system
License:MIT
Group:  Development/Tools/Other
Url:http://packages.debian.org/debootstrap
Source0:
http://ftp.de.debian.org/debian/pool/main/d/debootstrap/%{name}_%{version}.tar.gz
Source1:devices.tar.gz
Patch0: %{name}-norootforbuild.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
debootstrap is used to create a Debian base system from scratch,
without requiring the availability of dpkg or apt. It does this
by downloading .deb files from a mirror site, and carefully
unpacking them into a directory which can eventually be chrooted
into.

Authors:

Anthony Towns

%prep
%setup
%patch0 -p1

%build
cp %{SOURCE1} .

%install
%{__make} install DESTDIR=%{?buildroot}
gzip -9 debootstrap.8
install -D -m644 debootstrap.8.gz %{buildroot}/%{_mandir}/man8/debootstrap.8.gz

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%doc README TODO debian/changelog debian/copyright
%{_sbindir}/debootstrap
%{_datadir}/debootstrap
%{_mandir}/man8/debootstrap.8.gz

%changelog
++ debootstrap-norootforbuild.patch ++
diff -ur debootstrap.orig/Makefile