# HG changeset patch # User heiko # Date 1203695649 0 # Node ID a81f6506516926ee4e0a55f6f185c5ebdbb154f2 # Parent e5d5e829b0b4285bed3d09eb512bdf09701cac48 - some files zu viel diff -r e5d5e829b0b4 -r a81f65065169 build-stamp diff -r e5d5e829b0b4 -r a81f65065169 configure-stamp diff -r e5d5e829b0b4 -r a81f65065169 debian/files --- a/debian/files Fri Feb 22 15:50:04 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -schlittermann-apt-keys_0.1_all.deb unknown extra diff -r e5d5e829b0b4 -r a81f65065169 debian/schlittermann-apt-keys/DEBIAN/control --- a/debian/schlittermann-apt-keys/DEBIAN/control Fri Feb 22 15:50:04 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -Package: schlittermann-apt-keys -Version: 0.1 -Section: unknown -Priority: extra -Architecture: all -Depends: apt (>> 0.6) -Installed-Size: 60 -Maintainer: Heiko Schlittermann -Description: Archive signing key for apt.schlittermann.de - This package just contains the archive signing key for - apt.schlittermann.de. During installation the key gets imported - into the apt-key database. diff -r e5d5e829b0b4 -r a81f65065169 debian/schlittermann-apt-keys/DEBIAN/md5sums --- a/debian/schlittermann-apt-keys/DEBIAN/md5sums Fri Feb 22 15:50:04 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -bf7b78644019c999f518976c5dd07760 usr/share/doc/schlittermann-apt-keys/README.Debian -049ab2b73828eba12c627769644952f0 usr/share/doc/schlittermann-apt-keys/changelog.gz -2b3ac1f5001d5a321f319df41259cf29 usr/share/doc/schlittermann-apt-keys/copyright -8f8ba3a4d3560586f61801617e134086 usr/share/schlittermann-apt-keys/pubring.gpg diff -r e5d5e829b0b4 -r a81f65065169 debian/schlittermann-apt-keys/DEBIAN/postinst --- a/debian/schlittermann-apt-keys/DEBIAN/postinst Fri Feb 22 15:50:04 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,43 +0,0 @@ -#!/bin/sh -# postinst script for schlittermann-apt-keys -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-remove' -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - configure) - PUB=/usr/share/schlittermann-apt-keys/pubring.gpg - apt-key add $PUB - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - - - -exit 0 - - diff -r e5d5e829b0b4 -r a81f65065169 debian/schlittermann-apt-keys/DEBIAN/prerm --- a/debian/schlittermann-apt-keys/DEBIAN/prerm Fri Feb 22 15:50:04 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,46 +0,0 @@ -#!/bin/sh -# prerm script for schlittermann-apt-keys -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `upgrade' -# * `failed-upgrade' -# * `remove' `in-favour' -# * `deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - remove) - - apt-key del apt.schlittermann.de || true - - ;; - - remove|upgrade|deconfigure) - ;; - - failed-upgrade) - ;; - - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - - - -exit 0 - - diff -r e5d5e829b0b4 -r a81f65065169 debian/schlittermann-apt-keys/usr/share/doc/schlittermann-apt-keys/README.Debian --- a/debian/schlittermann-apt-keys/usr/share/doc/schlittermann-apt-keys/README.Debian Fri Feb 22 15:50:04 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -schlittermann-apt-keys for Debian --------------------------------- - - - - -- Heiko Schlittermann Sat, 19 Jan 2008 22:25:15 +0100 diff -r e5d5e829b0b4 -r a81f65065169 debian/schlittermann-apt-keys/usr/share/doc/schlittermann-apt-keys/changelog.gz Binary file debian/schlittermann-apt-keys/usr/share/doc/schlittermann-apt-keys/changelog.gz has changed diff -r e5d5e829b0b4 -r a81f65065169 debian/schlittermann-apt-keys/usr/share/doc/schlittermann-apt-keys/copyright --- a/debian/schlittermann-apt-keys/usr/share/doc/schlittermann-apt-keys/copyright Fri Feb 22 15:50:04 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -This is schlittermann-apt-keys, written and maintained by Heiko Schlittermann -on Sat, 19 Jan 2008 22:25:15 +0100. - -The original source can always be found at: - ftp://ftp.debian.org/dists/unstable/main/source/ - -Copyright Holder: Heiko Schlittermann - -License: - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it 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 - along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. diff -r e5d5e829b0b4 -r a81f65065169 debian/schlittermann-apt-keys/usr/share/schlittermann-apt-keys/pubring.gpg Binary file debian/schlittermann-apt-keys/usr/share/schlittermann-apt-keys/pubring.gpg has changed