Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b6d849f0840631b7546e476dea7f852be34f77bb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b6d849f0840631b7546e476dea7f852be34f77bb)
  • Date: Tue, 12 Feb 2008 20:23:14 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

archive/dpkg/DEPENDS | 12 ++++++-
archive/dpkg/DETAILS | 4 +-
archive/dpkg/HISTORY | 7 ++++
archive/dpkg/PRE_BUILD | 3 +
archive/dpkg/dpkg-install-info.patch | 60
+++++++++++++++++++++++++++++++++++
5 files changed, 83 insertions(+), 3 deletions(-)

New commits:
commit b6d849f0840631b7546e476dea7f852be34f77bb
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

dpkg: version bump to 1.14.16.6 and remove install-info from installed
files.

diff --git a/archive/dpkg/DEPENDS b/archive/dpkg/DEPENDS
index 279f921..3ba7d60 100755
--- a/archive/dpkg/DEPENDS
+++ b/archive/dpkg/DEPENDS
@@ -1,2 +1,12 @@
# new since 1.13.24, for docs
-depends po4a
+depends po4a &&
+
+optional_depends bzip2 '--with-bz2' '--without-bz2' \
+ 'for bzip2 support' &&
+
+optional_depends zlib '--with-zlib' '--without-zlib' \
+ 'for zlib support' &&
+
+optional_depends libselinux '--with-selinux' \
+ '--without-selinux' \
+ 'for selinux support'
diff --git a/archive/dpkg/DETAILS b/archive/dpkg/DETAILS
index 3475793..c7392e4 100755
--- a/archive/dpkg/DETAILS
+++ b/archive/dpkg/DETAILS
@@ -1,9 +1,9 @@
SPELL=dpkg
- VERSION=1.13.25
+ VERSION=1.14.16.6
SOURCE=${SPELL}_${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=http://ftp.debian.org/debian/pool/main/d/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:ebd9930c14cf02939072365418a11c19f437bcaf6049b12b52134fa4f9692929054602d0457338fbff1b21c35952ff57000ff358afa3cdb9f4ba2a113a873d5d
+
SOURCE_HASH=sha512:1d829a23c4c56ad4f67a3023443a12ee3c42e0f5cbec405843ebf0f5d4adfc7c6cd871ab2ae53e93b3cf830029b014c23505f3d1bb081d768df85f8196532230
WEB_SITE=http://packages.debian.org/testing/admin/dpkg
ENTERED=20030725
LICENSE[0]=GPL
diff --git a/archive/dpkg/HISTORY b/archive/dpkg/HISTORY
index 8397a87..fb30e64 100644
--- a/archive/dpkg/HISTORY
+++ b/archive/dpkg/HISTORY
@@ -1,3 +1,10 @@
+2008-02-13 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 1.14.16.6
+ * DEPENDS: added missing bzip2, zlib and libselinux depends
+ * PRE_BUILD: added, apply needed patch
+ * dpkg-install-info.patch: added, removes install-info from
+ installed files. DO NOT REMOVE OR DISABLE.
+
2007-02-17 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 1.13.25. Removed UPDATED.

diff --git a/archive/dpkg/PRE_BUILD b/archive/dpkg/PRE_BUILD
new file mode 100755
index 0000000..cc469c9
--- /dev/null
+++ b/archive/dpkg/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p1 < ${SCRIPT_DIRECTORY}/dpkg-install-info.patch
diff --git a/archive/dpkg/dpkg-install-info.patch
b/archive/dpkg/dpkg-install-info.patch
new file mode 100644
index 0000000..3f63b96
--- /dev/null
+++ b/archive/dpkg/dpkg-install-info.patch
@@ -0,0 +1,60 @@
+diff -Naur dpkg-1.14.16.6/scripts/Makefile.am
dpkg-1.14.16.6-fixed/scripts/Makefile.am
+--- dpkg-1.14.16.6/scripts/Makefile.am 2008-01-18 11:12:53.000000000 +0100
++++ dpkg-1.14.16.6-fixed/scripts/Makefile.am 2008-02-13 03:02:33.000000000
+0100
+@@ -47,7 +47,6 @@
+ cleanup-info.pl \
+ dpkg-divert.pl \
+ dpkg-statoverride.pl \
+- install-info.pl \
+ update-alternatives.pl \
+ changelog/debian.pl \
+ t/000_pod.t \
+@@ -125,11 +124,7 @@
+
+
+ # Automake has its own install-info rule, gah
+-all-local: install-info-stamp
+-install-info-stamp: $(srcdir)/install-info.pl
+- $(do_perl_subst) <$< >install-info
+- chmod +x install-info
+- touch $@
++all-local:
+
+ install-exec-local: install-info-stamp
+ $(mkdir_p) $(DESTDIR)$(sbindir)
+diff -Naur dpkg-1.14.16.6/scripts/Makefile.in
dpkg-1.14.16.6-fixed/scripts/Makefile.in
+--- dpkg-1.14.16.6/scripts/Makefile.in 2008-01-26 20:38:33.000000000 +0100
++++ dpkg-1.14.16.6-fixed/scripts/Makefile.in 2008-02-13 03:02:33.000000000
+0100
+@@ -251,7 +251,6 @@
+ cleanup-info.pl \
+ dpkg-divert.pl \
+ dpkg-statoverride.pl \
+- install-info.pl \
+ update-alternatives.pl \
+ changelog/debian.pl \
+ t/000_pod.t \
+@@ -284,7 +283,6 @@
+
+ CLEANFILES = \
+ $(bin_SCRIPTS) $(sbin_SCRIPTS) $(changelog_SCRIPTS) \
+- install-info install-info-stamp
+
+ perllibdir = $(PERL_LIBDIR)
+ nobase_dist_perllib_DATA = \
+@@ -726,15 +724,7 @@
+ chmod +x $@
+
+ # Automake has its own install-info rule, gah
+-all-local: install-info-stamp
+-install-info-stamp: $(srcdir)/install-info.pl
+- $(do_perl_subst) <$< >install-info
+- chmod +x install-info
+- touch $@
+-
+-install-exec-local: install-info-stamp
+- $(mkdir_p) $(DESTDIR)$(sbindir)
+- $(INSTALL_SCRIPT) install-info $(DESTDIR)$(sbindir)
++all-local:
+
+ install-data-local:
+ $(mkdir_p) $(DESTDIR)$(sysconfdir)/alternatives



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b6d849f0840631b7546e476dea7f852be34f77bb), Arjan Bouter, 02/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page