[package] update debootstrap to 1.0.26
authorFlorian Fainelli <florian@openwrt.org>
Sun, 28 Nov 2010 18:01:59 +0000 (18:01 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 28 Nov 2010 18:01:59 +0000 (18:01 +0000)
This patch upgrades debootstrap to version 1.0.26.

Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net >
SVN-Revision: 24171

admin/debootstrap/Makefile
admin/debootstrap/patches/00-no_dpkg_deb.diff

index 1246a5001b58592584de76797f2c2f0a4bb0062b..5c085a5ca9c12bf67b8f7ed694a81729ead4510c 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=debootstrap
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=debootstrap
-PKG_VERSION:=1.0.23
+PKG_VERSION:=1.0.26
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-udeb_$(PKG_VERSION)_all.udeb
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-udeb_$(PKG_VERSION)_all.udeb
-PKG_SOURCE_URL:=http://ftp.it.debian.org/debian/pool/main/d/debootstrap
-PKG_MD5SUM:=8cda29a71c3e951fa61eeae5d802ec76
+PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/debootstrap
+PKG_MD5SUM:=bbbd8e3df63cdae1c6160c17275bdae9
 
 #UNPACK_CMD=dpkg-deb --fsys-tarfile $(DL_DIR)/$(PKG_SOURCE) | ( cd $(1) && tar -xf - )
 UNPACK_CMD=ar -p "$(DL_DIR)/$(PKG_SOURCE)" data.tar.gz | ( cd $(1) && tar -xzf - )
 
 #UNPACK_CMD=dpkg-deb --fsys-tarfile $(DL_DIR)/$(PKG_SOURCE) | ( cd $(1) && tar -xf - )
 UNPACK_CMD=ar -p "$(DL_DIR)/$(PKG_SOURCE)" data.tar.gz | ( cd $(1) && tar -xzf - )
index f9ed3f1f883e5819ae9f3665efd4775db35c144d..181c1894ece03c228331911cddbbbb1ff4439ff6 100644 (file)
@@ -1,6 +1,6 @@
---- debootstrap-1.0.23/usr/share/debootstrap/functions.orig    2010-06-20 23:46:12.000000000 +0200
-+++ debootstrap-1.0.23/usr/share/debootstrap/functions 2010-06-20 23:46:53.000000000 +0200
-@@ -785,8 +785,9 @@
+--- debootstrap-1.0.26/usr/share/debootstrap/functions 2010-11-12 13:07:47.000000000 +0100
++++ debootstrap-1.0.26/usr/share/debootstrap/functions 2010-11-26 21:55:06.440000562 +0100
+@@ -800,8 +800,9 @@
  
        if [ -n "$EXTRACTOR_OVERRIDE" ]; then
                extractor="$EXTRACTOR_OVERRIDE"
  
        if [ -n "$EXTRACTOR_OVERRIDE" ]; then
                extractor="$EXTRACTOR_OVERRIDE"