[debian-edu-commits] debian-edu/ 01/20: - initial version - please check debian/copyright (and compare with debian-archive-keyring/debian/copyright), if you agree that its ok, I think it can be uploaded

Holger Levsen holger at moszumanska.debian.org
Sat Feb 8 15:31:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository debian-edu-archive-keyring.

commit 195a8d09aeaa6080d9e8adc92e2e342d70456164
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Sep 16 16:13:43 2006 +0000

    - initial version - please check debian/copyright (and compare with debian-archive-keyring/debian/copyright), if you agree that its ok, I think it can be uploaded
---
 README                                       |  13 +++++
 changelog                                    |   5 ++
 debian/changelog                             |   6 +++
 debian/control                               |  22 ++++++++
 debian/copyright                             |  24 +++++++++
 debian/postinst                              |   5 ++
 debian/rules                                 |  77 +++++++++++++++++++++++++++
 keyrings/debian-edu-archive-keyring.gpg      | Bin 0 -> 1169 bytes
 keyrings/debian-edu-archive-removed-keys.gpg |   0
 md5sums.txt                                  |  12 +++++
 10 files changed, 164 insertions(+)

diff --git a/README b/README
new file mode 100644
index 0000000..602d2d8
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+README for the debian-edu-archive-keyring package
+=================================================
+
+
+Introduction
+------------
+
+The Debian-Edu project signs its Release files that are stored on the
+debian-edu ftp-server and its mirrors with the keys contained in this
+packages.
+
+
+
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..f2e0f7d
--- /dev/null
+++ b/changelog
@@ -0,0 +1,5 @@
+debian-edu-archive-keyring (2006.09.16) unstable; urgency=low
+
+  * Initial release
+
+ -- Holger Levsen <debian at layer-acht.org>  Tue, 10 Jan 2006 09:17:43 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..635242a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+debian-edu-archive-keyring (2006.09.16) unstable; urgency=low
+
+  * initial release based on the debian-archive-keyring package
+
+ -- Holger Levsen <debian at layer-acht.org>  Sat, 16 Sep 2006 14:56:27 +0000
+
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5ec1961
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: debian-edu-archive-keyring
+Section: misc
+Priority: standard
+Maintainer: Debian Edu Developers <debian-edu at lists.debian.org>
+Uploaders: Holger Levsen <debian at layer-acht.org>, Morten Werner Olsen <werner at debian.org>, Steffen Joeris <Steffen.Joeris at skolelinux.de>, Martin Zobel-Helas <zobel at ftbfs.de>
+Standards-Version: 3.7.2
+
+Package: debian-edu-archive-keyring
+Architecture: all
+Depends: gnupg
+Description: GnuPG archive keys of the Debian-Edu archive
+ The Debian-Edu project digitally signs its Release files. This package
+ contains the archive keys used for that.
+
+Package: debian-edu-archive-keyring-udeb
+Architecture: all
+Section: debian-installer
+Recommends: gpgv-udeb
+Description: GnuPG keys of the Debian-Edu archive
+ The Debian-Edu project digitally signs its Release files. This package
+ contains the archive keys used for that, in a minimal form for use
+ in the installer.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a9129e6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+This is Debian-Edu GNU's GnuPG keyrings of archive keys.
+
+This package was modified by Holger Levsen <debian at layer-acht.org> and is based on the debian-archive-keyring package, which was originally put together by Michael Vogt <mvo at debian.org> 
+
+The keys in the keyrings don't fall under any copyright.  Everything
+else in the package is covered by the GNU GPL.
+
+Debian support files Copyright (C) 2006 Michael Vogt <mvo at debian.org> based on the debian-keyring package maintained by James Troup 
+
+Debian support files for debian-archive-keyring are free software; you
+can redistribute them and/or modify them under the terms of the GNU
+General Public License as published by the Free Software Foundation;
+either version 2, or (at your option) any later version.
+
+Debian support files for debian-archive-keyring are distributed in the
+hope that they will be useful, but WITHOUT ANY WARRANTY; without even
+the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+PURPOSE.  See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License with
+your Debian system, in /usr/share/common-licenses/GPL, or with the
+Debian GNU debian-archive-keyring source package as the file COPYING.
+If not, write to the Free Software Foundation, Inc., 59 Temple Place,
+Suite 330, Boston, MA 02111-1307, USA.
diff --git a/debian/postinst b/debian/postinst
new file mode 100644
index 0000000..9d98db4
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ -x /usr/bin/apt-key ]; then
+    /usr/bin/apt-key update
+fi
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3e84223
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,77 @@
+#!/usr/bin/make -f
+# debian/rules file - for debian/keyring
+# Based on sample debian/rules file - for GNU Hello (1.3).
+# Copyright 1994,1995 by Ian Jackson.
+# Copyright 1998-2003 James Troup
+# I hereby give you perpetual unlimited permission to copy,
+# modify and relicense this file, provided that you do not remove
+# my name from the file itself.  (I assert my moral right of
+# paternity under the Copyright, Designs and Patents Act 1988.)
+# This file may have to be extensively modified
+
+install_dir=install -d -m 755
+install_file=install -m 644
+install_script=install -m 755
+install_binary=install -m 755 -s
+
+VERSION := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2)
+
+build:
+
+clean:
+	$(checkdir)
+	-rm -f *.bak *~ */*~ debian/files* debian/*substvars
+	-rm -rf debian/tmp debian/debian-edu-archive-keyring-udeb
+
+binary-indep: checkroot
+	$(checkdir)
+	-rm -rf debian/tmp
+	$(install_dir) debian/tmp/DEBIAN/
+	$(install_script) debian/postinst debian/tmp/DEBIAN/
+
+	$(install_dir) debian/tmp/usr/share/keyrings/
+	$(install_file) keyrings/debian-edu-archive-keyring.gpg debian/tmp/usr/share/keyrings/
+	$(install_file) keyrings/debian-edu-archive-removed-keys.gpg debian/tmp/usr/share/keyrings/
+
+	$(install_dir) debian/tmp/usr/share/doc/debian-edu-archive-keyring/
+	$(install_file) README debian/tmp/usr/share/doc/debian-edu-archive-keyring/
+	$(install_file) debian/changelog debian/tmp/usr/share/doc/debian-edu-archive-keyring/changelog
+	gzip -9v debian/tmp/usr/share/doc/debian-edu-archive-keyring/*
+	$(install_file) debian/copyright debian/tmp/usr/share/doc/debian-edu-archive-keyring/
+
+	dpkg-gencontrol -pdebian-edu-archive-keyring -isp
+	chown -R root.root debian/tmp
+	chmod -R go=rX debian/tmp
+	dpkg --build debian/tmp ..
+
+	-rm -rf debian/debian-edu-archive-keyring-udeb
+	$(install_dir) debian/debian-edu-archive-keyring-udeb/DEBIAN/
+
+	$(install_dir) debian/debian-edu-archive-keyring-udeb/usr/share/keyrings/
+	$(install_file) keyrings/debian-edu-archive-keyring.gpg debian/debian-edu-archive-keyring-udeb/usr/share/keyrings/
+	$(install_file) keyrings/debian-edu-archive-removed-keys.gpg debian/debian-edu-archive-keyring-udeb/usr/share/keyrings/
+
+	# Don't let dpkg-gencontrol write incorrect guesses to debian/files.
+	# Instead, register the udeb manually.
+	dpkg-gencontrol -pdebian-edu-archive-keyring-udeb -Tdebian/debian-edu-archive-keyring-udeb.substvars -Pdebian/debian-edu-archive-keyring-udeb -isp -fdebian/files~
+	dpkg-distaddfile debian-edu-archive-keyring-udeb_$(VERSION)_all.udeb debian-installer standard
+	chown -R root.root debian/debian-edu-archive-keyring-udeb
+	chmod -R go=rX debian/debian-edu-archive-keyring-udeb
+	dpkg --build debian/debian-edu-archive-keyring-udeb ../debian-edu-archive-keyring-udeb_$(VERSION)_all.udeb
+
+binary-arch:
+
+define checkdir
+	test -f keyrings/debian-edu-archive-keyring.gpg
+	test -f keyrings/debian-edu-archive-removed-keys.gpg
+endef
+
+# Below here is fairly generic really
+
+binary:		binary-indep binary-arch
+
+checkroot:
+	$(checkdir)
+	test root = "`whoami`"
+
+.PHONY: binary binary-arch binary-indep clean checkroot
diff --git a/keyrings/debian-edu-archive-keyring.gpg b/keyrings/debian-edu-archive-keyring.gpg
new file mode 100644
index 0000000..6c21c40
Binary files /dev/null and b/keyrings/debian-edu-archive-keyring.gpg differ
diff --git a/keyrings/debian-edu-archive-removed-keys.gpg b/keyrings/debian-edu-archive-removed-keys.gpg
new file mode 100644
index 0000000..e69de29
diff --git a/md5sums.txt b/md5sums.txt
new file mode 100644
index 0000000..af0a4e8
--- /dev/null
+++ b/md5sums.txt
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+701dd6bafe05e4e840bb66c8b1f0ac6a  keyrings/debian-edu-archive-keyring.gpg
+d41d8cd98f00b204e9800998ecf8427e  keyrings/debian-edu-archive-removed-keys.gpg
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.5 (GNU/Linux)
+
+iD8DBQFFDA/SUHLQNqxYNSARAhARAJ9vxBdVZhQbIl/sFlR8hF/Kj4kqHACfaNAf
+489BspDPp5BEBTrcssB6sPU=
+=Bz9D
+-----END PGP SIGNATURE-----

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/debian-edu-archive-keyring.git



More information about the debian-edu-commits mailing list