Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f854ecf6fb29bc460207da45c81c573cafd157f4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f854ecf6fb29bc460207da45c81c573cafd157f4)
  • Date: Tue, 15 Apr 2014 11:37:48 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

archive/dpkg/DETAILS | 6 +--
archive/dpkg/HISTORY | 5 ++
archive/dpkg/PRE_BUILD | 2 -
archive/dpkg/dpkg-install-info.patch | 60
-----------------------------------
4 files changed, 8 insertions(+), 65 deletions(-)

New commits:
commit f854ecf6fb29bc460207da45c81c573cafd157f4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dpkg 1.17.6

Switch to xz-compressed source, and removed the install-info patch since
it
has been completely removed from dpkg.

diff --git a/archive/dpkg/DETAILS b/archive/dpkg/DETAILS
index 485aeb6..daa0d2c 100755
--- a/archive/dpkg/DETAILS
+++ b/archive/dpkg/DETAILS
@@ -1,9 +1,9 @@
SPELL=dpkg
- VERSION=1.14.29
- SOURCE=${SPELL}_${VERSION}.tar.gz
+ VERSION=1.17.6
+ SOURCE=${SPELL}_${VERSION}.tar.xz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=http://ftp.debian.org/debian/pool/main/d/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:c6a2fb230473e38e4487d7b1bddcdd8d280f303ed7eecb00ada73cea639069c46b8928ec63a771c919d26a31f5680588b8942682da01a6084d0fa001eac3afff
+
SOURCE_HASH=sha512:8b33c4956fb24b843941c13805e0991740467b37f27f88ba3231a3a43878602e2264d6672de93b1ef5caabb3307c6f893de53a144adbc66af9702b4898f0212f
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 12b831b..48fcec1 100644
--- a/archive/dpkg/HISTORY
+++ b/archive/dpkg/HISTORY
@@ -1,3 +1,8 @@
+2014-04-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.17.6.
+ Switched to xz-compressed source.
+ Removed install-info patch, it has been completely removed from
dpkg.
+
2013-04-26 Ismael Luceno <ismael.luceno AT gmail.com>
* DEPENDS: depends on timedate (for dpkg-parsechangelog)

diff --git a/archive/dpkg/PRE_BUILD b/archive/dpkg/PRE_BUILD
index bdd4c8f..8b827b9 100755
--- a/archive/dpkg/PRE_BUILD
+++ b/archive/dpkg/PRE_BUILD
@@ -1,5 +1,3 @@
default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-patch -p1 < ${SCRIPT_DIRECTORY}/dpkg-install-info.patch &&
cd ${SOURCE_DIRECTORY}/dselect &&
sed -i 's:\<ncursesw/::' dselect.h main.cc Makefile.*
diff --git a/archive/dpkg/dpkg-install-info.patch
b/archive/dpkg/dpkg-install-info.patch
deleted file mode 100644
index 3f63b96..0000000
--- a/archive/dpkg/dpkg-install-info.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-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 Ismael Luceno (f854ecf6fb29bc460207da45c81c573cafd157f4), Ismael Luceno, 04/15/2014

Archive powered by MHonArc 2.6.24.

Top of Page