From 5fe51329fce5d90cc367008a5887b06df49f2074 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 7 Mar 2011 11:11:36 +0000 Subject: [PATCH 1/1] [PATCH] debootstrap upgrade Upgrade debootstrap package. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > SVN-Revision: 25923 --- admin/debootstrap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 - ) -- 2.30.2