Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.7 grimoire by Jaka Kranjc (ebf71be2aa28e9fa830de54cac0080265a6f0e36)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.7 grimoire by Jaka Kranjc (ebf71be2aa28e9fa830de54cac0080265a6f0e36)
  • Date: Mon, 26 Feb 2007 03:48:47 -0600

GIT changes to stable-0.7 grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

ftp/wget/HISTORY | 3 +++
ftp/wget/REPAIR^all^POST_REMOVE | 2 ++
utils/grep/HISTORY | 3 +++
utils/grep/REPAIR^all^POST_REMOVE | 2 ++
4 files changed, 10 insertions(+)

New commits:
commit ebf71be2aa28e9fa830de54cac0080265a6f0e36
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

fix #13495
(cherry picked from commit 4ef6429f7eec8fe0603cd5d59df2884b898a8962)

diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index f2fa212..403efa6 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,6 @@
+2007-02-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * REPAIR^all^POST_REMOVE: added for #13495
+
2007-01-18 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* POST_REMOVE, INSTALL: fixing bug #12807 (problems with install-info
* from dpkg spell).
diff --git a/ftp/wget/REPAIR^all^POST_REMOVE b/ftp/wget/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000..76b363f
--- /dev/null
+++ b/ftp/wget/REPAIR^all^POST_REMOVE
@@ -0,0 +1,2 @@
+install-info --remove --info-dir="${INSTALL_ROOT}/usr/share/info"\
+ ${INSTALL_ROOT}/usr/share/info/wget.info
diff --git a/utils/grep/HISTORY b/utils/grep/HISTORY
index 4d9bde7..160d115 100755
--- a/utils/grep/HISTORY
+++ b/utils/grep/HISTORY
@@ -1,3 +1,6 @@
+2007-02-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * REPAIR^all^POST_REMOVE:added for #13495
+
2007-01-18 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* INSTALL, POST_REMOVE: fixing bug #12808 (problems with install-info
* from dpkg spell)
diff --git a/utils/grep/REPAIR^all^POST_REMOVE
b/utils/grep/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000..2ab5fc5
--- /dev/null
+++ b/utils/grep/REPAIR^all^POST_REMOVE
@@ -0,0 +1,2 @@
+install-info --remove --info-dir="${INSTALL_ROOT}/usr/share/info"\
+ ${INSTALL_ROOT}/usr/share/info/grep.info



  • [SM-Commit] GIT changes to stable-0.7 grimoire by Jaka Kranjc (ebf71be2aa28e9fa830de54cac0080265a6f0e36), Jaka Kranjc, 02/26/2007

Archive powered by MHonArc 2.6.24.

Top of Page