Skip to Content.
Sympa Menu

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

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 (79bb3eab773787f4ec57e7814659aee41e651a6e)
  • Date: Fri, 10 May 2013 14:41:17 -0500

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

archive/cdebootstrap/DEPENDS | 5 ++++-
archive/cdebootstrap/HISTORY | 3 +++
2 files changed, 7 insertions(+), 1 deletion(-)

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

ubuntu-keyring: Add optional dependency on ubuntu-keyring

diff --git a/archive/cdebootstrap/DEPENDS b/archive/cdebootstrap/DEPENDS
index 3cecb9b..031903a 100755
--- a/archive/cdebootstrap/DEPENDS
+++ b/archive/cdebootstrap/DEPENDS
@@ -1,3 +1,6 @@
-suggest_depends debian-archive-keyring '' '' 'Verify package downloads' &&
+suggest_depends debian-archive-keyring '' '' \
+ 'Verify Debian package downloads' &&
+suggest_depends ubuntu-keyring '' '' \
+ 'Verify Ubuntu package downloads' &&
depends libdebian-installer &&
depends dpkg
diff --git a/archive/cdebootstrap/HISTORY b/archive/cdebootstrap/HISTORY
index fab30a1..73b3210 100644
--- a/archive/cdebootstrap/HISTORY
+++ b/archive/cdebootstrap/HISTORY
@@ -1,3 +1,6 @@
+2013-05-10 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Added optional dependency on ubuntu-keyring
+
2009-08-04 Ethan Grammatikidis <eekee57 AT fastmail.fm>
* DETAILS, DEPENDS: created spell
* DEPENDS: added suggested depend on debian-archive-keyring



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (79bb3eab773787f4ec57e7814659aee41e651a6e), Ismael Luceno, 05/10/2013

Archive powered by MHonArc 2.6.24.

Top of Page