r4391 - in vdr: . e-tobi-keyring e-tobi-keyring/trunk
e-tobi-keyring/trunk/debian e-tobi-keyring/trunk/keyrings
Tobias Grimm
tiber-guest at alioth.debian.org
Mon Apr 23 22:23:15 UTC 2007
Author: tiber-guest
Date: 2007-04-23 22:23:14 +0000 (Mon, 23 Apr 2007)
New Revision: 4391
Added:
vdr/e-tobi-keyring/
vdr/e-tobi-keyring/tags/
vdr/e-tobi-keyring/trunk/
vdr/e-tobi-keyring/trunk/debian/
vdr/e-tobi-keyring/trunk/debian/changelog
vdr/e-tobi-keyring/trunk/debian/control
vdr/e-tobi-keyring/trunk/debian/copyright
vdr/e-tobi-keyring/trunk/debian/postinst
vdr/e-tobi-keyring/trunk/debian/prerm
vdr/e-tobi-keyring/trunk/debian/rules
vdr/e-tobi-keyring/trunk/keyrings/
vdr/e-tobi-keyring/trunk/keyrings/e-tobi-keyring.gpg
vdr/e-tobi-keyring/trunk/keyrings/e-tobi-removed-keys.gpg
vdr/e-tobi-keyring/trunk/md5sums.txt
Log:
[svn-inject] Installing original source of e-tobi-keyring
Added: vdr/e-tobi-keyring/trunk/debian/changelog
===================================================================
--- vdr/e-tobi-keyring/trunk/debian/changelog 2007-04-12 20:43:45 UTC (rev 4390)
+++ vdr/e-tobi-keyring/trunk/debian/changelog 2007-04-23 22:23:14 UTC (rev 4391)
@@ -0,0 +1,12 @@
+e-tobi-keyring (2007.04.24) unstable; urgency=low
+
+ * Adapted debian-multimedia-keyring for e-tobi.net packages
+
+ -- Tobias Grimm <tg at e-tobi.net> Tue, 24 Apr 2007 00:07:08 +0200
+
+debian-multimedia-keyring (2007.02.14) unstable; urgency=low
+
+ * initial release
+
+ -- Christian Marillat <marillat at debian.org> Wed, 14 Feb 2007 16:18:18 +0100
+
Added: vdr/e-tobi-keyring/trunk/debian/control
===================================================================
--- vdr/e-tobi-keyring/trunk/debian/control 2007-04-12 20:43:45 UTC (rev 4390)
+++ vdr/e-tobi-keyring/trunk/debian/control 2007-04-23 22:23:14 UTC (rev 4391)
@@ -0,0 +1,12 @@
+Source: e-tobi-keyring
+Section: misc
+Maintainer: Tobias Grimm <tg at e-tobi.net>
+Standards-Version: 3.7.2
+
+Package: e-tobi-keyring
+Priority: important
+Architecture: all
+Depends: gnupg (>= 1.0.6-4)
+Description: GnuPG archive key of the e-tobi.net repository
+ The e-tobi.net repository digitally signs its Release files. This package
+ contains the repository key used for that.
Added: vdr/e-tobi-keyring/trunk/debian/copyright
===================================================================
--- vdr/e-tobi-keyring/trunk/debian/copyright 2007-04-12 20:43:45 UTC (rev 4390)
+++ vdr/e-tobi-keyring/trunk/debian/copyright 2007-04-23 22:23:14 UTC (rev 4391)
@@ -0,0 +1,27 @@
+This is Debian GNU's GnuPG keyrings of archive keys.
+
+This package 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., 51 Franklin Street,
+Fifth Floor, Boston, MA 02110-1301 USA.
+
Added: vdr/e-tobi-keyring/trunk/debian/postinst
===================================================================
--- vdr/e-tobi-keyring/trunk/debian/postinst 2007-04-12 20:43:45 UTC (rev 4390)
+++ vdr/e-tobi-keyring/trunk/debian/postinst 2007-04-23 22:23:14 UTC (rev 4391)
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ -x /usr/bin/apt-key ]; then
+ /usr/bin/apt-key add /usr/share/keyrings/e-tobi-keyring.gpg
+fi
Added: vdr/e-tobi-keyring/trunk/debian/prerm
===================================================================
--- vdr/e-tobi-keyring/trunk/debian/prerm 2007-04-12 20:43:45 UTC (rev 4390)
+++ vdr/e-tobi-keyring/trunk/debian/prerm 2007-04-23 22:23:14 UTC (rev 4391)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+case "$1" in
+ remove|purge)
+ if [ -x /usr/bin/apt-key ]; then
+ /usr/bin/apt-key del 306B6783
+ fi
+ ;;
+esac
Added: vdr/e-tobi-keyring/trunk/debian/rules
===================================================================
--- vdr/e-tobi-keyring/trunk/debian/rules 2007-04-12 20:43:45 UTC (rev 4390)
+++ vdr/e-tobi-keyring/trunk/debian/rules 2007-04-23 22:23:14 UTC (rev 4391)
@@ -0,0 +1,61 @@
+#!/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 foo foo.asc *.bak *~ */*~ debian/files* debian/*substvars
+ -rm -rf debian/tmp
+
+binary-indep: checkroot
+ $(checkdir)
+ -rm -rf debian/tmp
+ $(install_dir) debian/tmp/DEBIAN/
+ $(install_script) debian/postinst debian/tmp/DEBIAN/
+ $(install_script) debian/prerm debian/tmp/DEBIAN/
+
+ $(install_dir) debian/tmp/usr/share/keyrings/
+ $(install_file) keyrings/e-tobi-keyring.gpg debian/tmp/usr/share/keyrings/
+ $(install_file) keyrings/e-tobi-removed-keys.gpg debian/tmp/usr/share/keyrings/
+
+ $(install_dir) debian/tmp/usr/share/doc/e-tobi-keyring/
+ $(install_file) debian/changelog debian/tmp/usr/share/doc/e-tobi-keyring/changelog
+ $(install_file) debian/copyright debian/tmp/usr/share/doc/e-tobi-keyring/
+
+ dpkg-gencontrol -pe-tobi-keyring -isp
+ chown -R root.root debian/tmp
+ chmod -R go=rX debian/tmp
+ dpkg --build debian/tmp ..
+
+binary-arch:
+
+define checkdir
+ test -f keyrings/e-tobi-keyring.gpg
+ test -f keyrings/e-tobi-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
Property changes on: vdr/e-tobi-keyring/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+
Added: vdr/e-tobi-keyring/trunk/keyrings/e-tobi-keyring.gpg
===================================================================
(Binary files differ)
Property changes on: vdr/e-tobi-keyring/trunk/keyrings/e-tobi-keyring.gpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: vdr/e-tobi-keyring/trunk/keyrings/e-tobi-removed-keys.gpg
===================================================================
Added: vdr/e-tobi-keyring/trunk/md5sums.txt
===================================================================
--- vdr/e-tobi-keyring/trunk/md5sums.txt 2007-04-12 20:43:45 UTC (rev 4390)
+++ vdr/e-tobi-keyring/trunk/md5sums.txt 2007-04-23 22:23:14 UTC (rev 4391)
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+d41d8cd98f00b204e9800998ecf8427e keyrings/e-tobi-removed-keys.gpg
+a566295641fa123ec1b0bd7a2f84b4a5 keyrings/e-tobi-keyring.gpg
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iQEVAwUBRi0t6NuQ2Pwwa2eDAQLM2wf9Gdi3QeXK1R5KgwR4hiIHVZsbl9bjmYyu
+rpj0mVUcXE3pT3rFH4h6PU7+LiElIOcOibpHB7mgRDgGrockeM2RCQOJKyv46WGs
+8baCu0MbJo9mVq6pT7x8mFCI76XNrHpI4DRMWNMq8m2hC+QOYF90kAdZ0dd9yzSc
+g6Zn3bmUegGUClCmi/pKEvNfLcBUkoKLmE4xD7MtLck8aaAyJ0JLjnzeDWdQ0Rzb
+eoAkpLHJoKKH/XiNv8glFVng1sYPu6A2gzmrq/T0X+b77aiMfWZuADtRzjKxvxIl
+5zsBCznXthn/TswttPmPuRHlU9/G1J76tVUi6PUabbbRuogFCH7Cpg==
+=+mar
+-----END PGP SIGNATURE-----
More information about the pkg-vdr-dvb-changes
mailing list