[Lunar-commits] r21985 - moonbase/trunk/archive/dpkg
Terry Chan
tchan at lunar-linux.org
Mon Oct 30 02:53:50 CET 2006
Author: tchan
Date: 2006-10-30 02:53:49 +0100 (Mon, 30 Oct 2006)
New Revision: 21985
Modified:
moonbase/trunk/archive/dpkg/BUILD
moonbase/trunk/archive/dpkg/DETAILS
Log:
Added a patch to fix the stupid debian devs and perl-5.8.8 being stricter on
the definition of perl -ne being ONE line not backslash continued lines.
Modified: moonbase/trunk/archive/dpkg/BUILD
===================================================================
--- moonbase/trunk/archive/dpkg/BUILD 2006-10-30 01:41:37 UTC (rev 21984)
+++ moonbase/trunk/archive/dpkg/BUILD 2006-10-30 01:53:49 UTC (rev 21985)
@@ -1,4 +1,6 @@
(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
sedit "s/debiandoc2html/true/" doc/Makefile.in &&
sedit "s/utils//" Makefile.in &&
OPTS="$OPTS --without-sgml-doc" &&
Modified: moonbase/trunk/archive/dpkg/DETAILS
===================================================================
--- moonbase/trunk/archive/dpkg/DETAILS 2006-10-30 01:41:37 UTC (rev 21984)
+++ moonbase/trunk/archive/dpkg/DETAILS 2006-10-30 01:53:49 UTC (rev 21985)
@@ -3,9 +3,12 @@
SOURCE=${MODULE}_${VERSION}.tar.gz
SOURCE_URL=http://ftp.debian.org/debian/pool/main/d/dpkg/
SOURCE_VFY=sha1:df0fdd3943d41f493412d521ee5f5d95ae86f789
+ SOURCE2=$MODULE-$VERSION-perl.patch
+ SOURCE2_URL=$PATCH_URL
+ SOURCE2_VFY=sha1:d8973f7235e037aad2dc8186bbc05cc8c581d699
WEB_SITE=http://packages.qa.debian.org/d/dpkg.html
ENTERED=20060131
- UPDATED=20060131
+ UPDATED=20061029
SHORT="Debian package manager"
cat << EOF
Installs, removes, and provides information about .deb packages
More information about the Lunar-commits
mailing list