From: Jo-Philipp Wich Date: Mon, 7 Mar 2011 11:11:36 +0000 (+0000) Subject: [PATCH] debootstrap upgrade X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=5fe51329fce5d90cc367008a5887b06df49f2074;hp=bf925e567d78f77221fd590db68baddc523d826f;ds=sidebyside [PATCH] debootstrap upgrade Upgrade debootstrap package. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > SVN-Revision: 25923 --- diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index 5c085a5ca9..8543f28694 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=debootstrap -PKG_VERSION:=1.0.26 +PKG_VERSION:=1.0.28 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-udeb_$(PKG_VERSION)_all.udeb PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/debootstrap -PKG_MD5SUM:=bbbd8e3df63cdae1c6160c17275bdae9 +PKG_MD5SUM:=dee0dc77573d88af80b225d8810ab7a1 #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 - )