Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (d525cd65992f15ef4e3dc9b8dc2aac9d8f52cf78)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (d525cd65992f15ef4e3dc9b8dc2aac9d8f52cf78)
  • Date: Tue, 4 Aug 2009 09:14:05 -0500

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

ChangeLog | 1 +
archive/debian-archive-keyring/BUILD | 1 +
archive/debian-archive-keyring/DETAILS | 16 ++++++++++++++++
archive/debian-archive-keyring/HISTORY | 2 ++
archive/debian-archive-keyring/INSTALL | 8 ++++++++
5 files changed, 28 insertions(+)

New commits:
commit bde403ecf7af88c316ea31ee1f7fafe706407e2b
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

debian-archive-keyring: new spell, GnuPG keys of the Debian archive

diff --git a/ChangeLog b/ChangeLog
index 415139f..dd77a81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2009-08-04 Ethan Grammatikidis <eekee57 AT fastmail.fm>
* libdebian-installer: new spell, libs for debian installer
* cdebootstrap: new spell, bootstrap a Debian system
+ * debian-archive-keyring: new spell, GnuPG keys of the Debian archive

2009-08-04 Ladislav Hagara <hgr AT vabo.cz>
* video/miro: new spell, free internet tv and video podcast player
diff --git a/archive/debian-archive-keyring/BUILD
b/archive/debian-archive-keyring/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/archive/debian-archive-keyring/BUILD
@@ -0,0 +1 @@
+true
diff --git a/archive/debian-archive-keyring/DETAILS
b/archive/debian-archive-keyring/DETAILS
new file mode 100755
index 0000000..1dba3cd
--- /dev/null
+++ b/archive/debian-archive-keyring/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=debian-archive-keyring
+ VERSION=2009.01.31
+ 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:e2829082a6d9073d0a7a16e0a1defb16e290234cc81250d7609dca639a8e0ba7d1935833e847bfddb72a4972cd00582dd7460b7ec38ca281bc4a47a7826fc941
+ WEB_SITE=http://packages.debian.org/unstable/debian-archive-keyring
+ ENTERED=20090804
+ LICENSE[0]=GPL
+ KEYWORDS="archive"
+ SHORT="GnuPG archive keys of the Debian archive"
+cat << EOF
+The Debian project digitally signs its Release files. This package contains
the archive keys used for that.
+
+Useful with cdebootstrap.
+EOF
diff --git a/archive/debian-archive-keyring/HISTORY
b/archive/debian-archive-keyring/HISTORY
new file mode 100644
index 0000000..6039a6f
--- /dev/null
+++ b/archive/debian-archive-keyring/HISTORY
@@ -0,0 +1,2 @@
+2009-08-04 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * DETAILS, BUILD, INSTALL: spell created
diff --git a/archive/debian-archive-keyring/INSTALL
b/archive/debian-archive-keyring/INSTALL
new file mode 100755
index 0000000..b55c6df
--- /dev/null
+++ b/archive/debian-archive-keyring/INSTALL
@@ -0,0 +1,8 @@
+# README -> /usr/share/doc/debian-archive-keyring/
+
+cd $SOURCE_DIRECTORY &&
+cp -R keyrings /usr/share &&
+mkdir -p /usr/share/doc/debian-archive-keyring &&
+cp debian/copyright /usr/share/doc/debian-archive-keyring &&
+cp debian/changelog /usr/share/doc/debian-archive-keyring &&
+cp README /usr/share/doc/debian-archive-keyring



  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (d525cd65992f15ef4e3dc9b8dc2aac9d8f52cf78), Ethan Grammatikidis, 08/04/2009

Archive powered by MHonArc 2.6.24.

Top of Page