# HG changeset patch # User heiko # Date 1203695404 0 # Node ID e5d5e829b0b4285bed3d09eb512bdf09701cac48 - unsere apt-keys diff -r 000000000000 -r e5d5e829b0b4 Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,12 @@ + +p = schlittermann-apt-keys +prefix =/usr +sharedir =${prefix}/share/${p} + +all: + +clean: + +install: + install -m 0755 -d ${DESTDIR}${sharedir}/ + install -m 0644 pubring.gpg ${DESTDIR}${sharedir}/ diff -r 000000000000 -r e5d5e829b0b4 build-stamp diff -r 000000000000 -r e5d5e829b0b4 configure-stamp diff -r 000000000000 -r e5d5e829b0b4 debian/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/README Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,6 @@ +The Debian Package schlittermann-apt-keys +---------------------------- + +Comments regarding the Package + + -- Heiko Schlittermann Sat, 19 Jan 2008 22:25:15 +0100 diff -r 000000000000 -r e5d5e829b0b4 debian/README.Debian --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/README.Debian Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,6 @@ +schlittermann-apt-keys for Debian +-------------------------------- + + + + -- Heiko Schlittermann Sat, 19 Jan 2008 22:25:15 +0100 diff -r 000000000000 -r e5d5e829b0b4 debian/changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/changelog Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,5 @@ +schlittermann-apt-keys (0.1) stable; urgency=low + + * Initial Release. + + -- Heiko Schlittermann Sat, 19 Jan 2008 22:25:15 +0100 diff -r 000000000000 -r e5d5e829b0b4 debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/compat Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,1 @@ +5 diff -r 000000000000 -r e5d5e829b0b4 debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/control Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,14 @@ +Source: schlittermann-apt-keys +Section: unknown +Priority: extra +Maintainer: Heiko Schlittermann +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: schlittermann-apt-keys +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, apt (>> 0.6) +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 000000000000 -r e5d5e829b0b4 debian/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/copyright Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,26 @@ +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 000000000000 -r e5d5e829b0b4 debian/cron.d.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/cron.d.ex Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,4 @@ +# +# Regular cron jobs for the schlittermann-apt-keys package +# +0 4 * * * root schlittermann-apt-keys_maintenance diff -r 000000000000 -r e5d5e829b0b4 debian/dirs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/dirs Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,2 @@ +usr/bin +usr/sbin diff -r 000000000000 -r e5d5e829b0b4 debian/docs diff -r 000000000000 -r e5d5e829b0b4 debian/emacsen-install.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/emacsen-install.ex Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,45 @@ +#! /bin/sh -e +# /usr/lib/emacsen-common/packages/install/schlittermann-apt-keys + +# Written by Jim Van Zandt , borrowing heavily +# from the install scripts for gettext by Santiago Vila +# and octave by Dirk Eddelbuettel . + +FLAVOR=$1 +PACKAGE=schlittermann-apt-keys + +if [ ${FLAVOR} = emacs ]; then exit 0; fi + +echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} + +#FLAVORTEST=`echo $FLAVOR | cut -c-6` +#if [ ${FLAVORTEST} = xemacs ] ; then +# SITEFLAG="-no-site-file" +#else +# SITEFLAG="--no-site-file" +#fi +FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile" + +ELDIR=/usr/share/emacs/site-lisp/${PACKAGE} +ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE} + +# Install-info-altdir does not actually exist. +# Maybe somebody will write it. +if test -x /usr/sbin/install-info-altdir; then + echo install/${PACKAGE}: install Info links for ${FLAVOR} + install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} /usr/info/${PACKAGE}.info.gz +fi + +install -m 755 -d ${ELCDIR} +cd ${ELDIR} +FILES=`echo *.el` +cp ${FILES} ${ELCDIR} +cd ${ELCDIR} + +cat << EOF > path.el +(setq load-path (cons "." load-path) byte-compile-warnings nil) +EOF +${FLAVOR} ${FLAGS} ${FILES} +rm -f *.el path.el + +exit 0 diff -r 000000000000 -r e5d5e829b0b4 debian/emacsen-remove.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/emacsen-remove.ex Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,15 @@ +#!/bin/sh -e +# /usr/lib/emacsen-common/packages/remove/schlittermann-apt-keys + +FLAVOR=$1 +PACKAGE=schlittermann-apt-keys + +if [ ${FLAVOR} != emacs ]; then + if test -x /usr/sbin/install-info-altdir; then + echo remove/${PACKAGE}: removing Info links for ${FLAVOR} + install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/info/schlittermann-apt-keys.info.gz + fi + + echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} + rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} +fi diff -r 000000000000 -r e5d5e829b0b4 debian/emacsen-startup.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/emacsen-startup.ex Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,25 @@ +;; -*-emacs-lisp-*- +;; +;; Emacs startup file, e.g. /etc/emacs/site-start.d/50schlittermann-apt-keys.el +;; for the Debian schlittermann-apt-keys package +;; +;; Originally contributed by Nils Naumann +;; Modified by Dirk Eddelbuettel +;; Adapted for dh-make by Jim Van Zandt + +;; The schlittermann-apt-keys package follows the Debian/GNU Linux 'emacsen' policy and +;; byte-compiles its elisp files for each 'emacs flavor' (emacs19, +;; xemacs19, emacs20, xemacs20...). The compiled code is then +;; installed in a subdirectory of the respective site-lisp directory. +;; We have to add this to the load-path: +(let ((package-dir (concat "/usr/share/" + (symbol-name flavor) + "/site-lisp/schlittermann-apt-keys"))) +;; If package-dir does not exist, the schlittermann-apt-keys package must have +;; removed but not purged, and we should skip the setup. + (when (file-directory-p package-dir) + (setq load-path (cons package-dir load-path)) + (autoload 'schlittermann-apt-keys-mode "schlittermann-apt-keys-mode" + "Major mode for editing schlittermann-apt-keys files." t) + (add-to-list 'auto-mode-alist '("\\.schlittermann-apt-keys$" . schlittermann-apt-keys-mode)))) + diff -r 000000000000 -r e5d5e829b0b4 debian/files --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/files Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,1 @@ +schlittermann-apt-keys_0.1_all.deb unknown extra diff -r 000000000000 -r e5d5e829b0b4 debian/init.d.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/init.d.ex Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,81 @@ +#! /bin/sh +# +# skeleton example file to build /etc/init.d/ scripts. +# This file should be used to construct scripts for /etc/init.d. +# +# Written by Miquel van Smoorenburg . +# Modified for Debian +# by Ian Murdock . +# +# Version: @(#)skeleton 1.9 26-Feb-2001 miquels@cistron.nl +# + +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin +DAEMON=/usr/sbin/schlittermann-apt-keys +NAME=schlittermann-apt-keys +DESC=schlittermann-apt-keys + +test -x $DAEMON || exit 0 + +# Include schlittermann-apt-keys defaults if available +if [ -f /etc/default/schlittermann-apt-keys ] ; then + . /etc/default/schlittermann-apt-keys +fi + +set -e + +case "$1" in + start) + echo -n "Starting $DESC: " + start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \ + --exec $DAEMON -- $DAEMON_OPTS + echo "$NAME." + ;; + stop) + echo -n "Stopping $DESC: " + start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \ + --exec $DAEMON + echo "$NAME." + ;; + #reload) + # + # If the daemon can reload its config files on the fly + # for example by sending it SIGHUP, do it here. + # + # If the daemon responds to changes in its config file + # directly anyway, make this a do-nothing entry. + # + # echo "Reloading $DESC configuration files." + # start-stop-daemon --stop --signal 1 --quiet --pidfile \ + # /var/run/$NAME.pid --exec $DAEMON + #;; + force-reload) + # + # If the "reload" option is implemented, move the "force-reload" + # option to the "reload" entry above. If not, "force-reload" is + # just the same as "restart" except that it does nothing if the + # daemon isn't already running. + # check wether $DAEMON is running. If so, restart + start-stop-daemon --stop --test --quiet --pidfile \ + /var/run/$NAME.pid --exec $DAEMON \ + && $0 restart \ + || exit 0 + ;; + restart) + echo -n "Restarting $DESC: " + start-stop-daemon --stop --quiet --pidfile \ + /var/run/$NAME.pid --exec $DAEMON + sleep 1 + start-stop-daemon --start --quiet --pidfile \ + /var/run/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS + echo "$NAME." + ;; + *) + N=/etc/init.d/$NAME + # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2 + echo "Usage: $N {start|stop|restart|force-reload}" >&2 + exit 1 + ;; +esac + +exit 0 diff -r 000000000000 -r e5d5e829b0b4 debian/manpage.1.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/manpage.1.ex Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,59 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH SCHLITTERMANN-APT-KEY SECTION "Januar 19, 2008" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +schlittermann-apt-keys \- program to do something +.SH SYNOPSIS +.B schlittermann-apt-keys +.RI [ options ] " files" ... +.br +.B bar +.RI [ options ] " files" ... +.SH DESCRIPTION +This manual page documents briefly the +.B schlittermann-apt-keys +and +.B bar +commands. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBschlittermann-apt-keys\fP is a program that... +.SH OPTIONS +These programs follow the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +For a complete description, see the Info files. +.TP +.B \-h, \-\-help +Show summary of options. +.TP +.B \-v, \-\-version +Show version of program. +.SH SEE ALSO +.BR bar (1), +.BR baz (1). +.br +The programs are documented fully by +.IR "The Rise and Fall of a Fooish Bar" , +available via the Info system. +.SH AUTHOR +schlittermann-apt-keys was written by . +.PP +This manual page was written by Heiko Schlittermann , +for the Debian project (but may be used by others). diff -r 000000000000 -r e5d5e829b0b4 debian/manpage.sgml.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/manpage.sgml.ex Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,156 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + FIRSTNAME"> + SURNAME"> + + Januar 19, 2008"> + + SECTION"> + heiko@schlittermann.de"> + + SCHLITTERMANN-APT-KEY"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2003 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + program to do something + + + + &dhpackage; + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; and bar + commands. + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + Instead, it has documentation in the &gnu; + Info format; see below. + + &dhpackage; is a program that... + + + + OPTIONS + + These programs follow the usual &gnu; command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. For a complete description, see the + Info files. + + + + + + + + Show summary of options. + + + + + + + + Show version of program. + + + + + + SEE ALSO + + bar (1), baz (1). + + The programs are documented fully by The Rise and + Fall of a Fooish Bar available via the + Info system. + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + + + diff -r 000000000000 -r e5d5e829b0b4 debian/manpage.xml.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/manpage.xml.ex Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,148 @@ + +.
will be generated. You may view the +manual page with: nroff -man .
| less'. A +typical entry in a Makefile or Makefile.am is: + +DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ +manpages/docbook.xsl +XP=xsltproc -''-nonet + +manpage.1: manpage.dbk + $(XP) $(DB2MAN) $< + +The xsltproc binary is found in the xsltproc package. The +XSL files are in docbook-xsl. Please remember that if you +create the nroff version in one of the debian/rules file +targets (such as build), you will need to include xsltproc +and docbook-xsl in your Build-Depends control field. + +--> + + + FIRSTNAME"> + SURNAME"> + + Januar 19, 2008"> + + SECTION"> + heiko@schlittermann.de"> + + SCHLITTERMANN-APT-KEY"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2003 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + program to do something + + + + &dhpackage; + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; and bar + commands. + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + Instead, it has documentation in the &gnu; + Info format; see below. + + &dhpackage; is a program that... + + + + OPTIONS + + These programs follow the usual &gnu; command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. For a complete description, see the + Info files. + + + + + + + + Show summary of options. + + + + + + + + Show version of program. + + + + + + SEE ALSO + + bar (1), baz (1). + + The programs are documented fully by The Rise and + Fall of a Fooish Bar available via the + Info system. + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ diff -r 000000000000 -r e5d5e829b0b4 debian/menu.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/menu.ex Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,2 @@ +?package(schlittermann-apt-keys):needs="X11|text|vc|wm" section="Apps/see-menu-manual"\ + title="schlittermann-apt-keys" command="/usr/bin/schlittermann-apt-keys" diff -r 000000000000 -r e5d5e829b0b4 debian/postinst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/postinst Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,43 @@ +#!/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. + +#DEBHELPER# + +exit 0 + + diff -r 000000000000 -r e5d5e829b0b4 debian/postrm.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/postrm.ex Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,39 @@ +#!/bin/sh +# postrm script for schlittermann-apt-keys +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + diff -r 000000000000 -r e5d5e829b0b4 debian/preinst.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/preinst.ex Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,37 @@ +#!/bin/sh +# preinst script for schlittermann-apt-keys +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `install' +# * `install' +# * `upgrade' +# * `abort-upgrade' +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + install|upgrade) + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + diff -r 000000000000 -r e5d5e829b0b4 debian/prerm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/prerm Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,46 @@ +#!/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. + +#DEBHELPER# + +exit 0 + + diff -r 000000000000 -r e5d5e829b0b4 debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/rules Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,98 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/schlittermann-apt-keys.sgml > schlittermann-apt-keys.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/schlittermann-apt-keys. + $(MAKE) DESTDIR=$(CURDIR)/debian/schlittermann-apt-keys install + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure diff -r 000000000000 -r e5d5e829b0b4 debian/schlittermann-apt-keys-default.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/schlittermann-apt-keys-default.ex Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,10 @@ +# Defaults for schlittermann-apt-keys initscript +# sourced by /etc/init.d/schlittermann-apt-keys +# installed at /etc/default/schlittermann-apt-keys by the maintainer scripts + +# +# This is a POSIX shell fragment +# + +# Additional options that are passed to the Daemon. +DAEMON_OPTS="" diff -r 000000000000 -r e5d5e829b0b4 debian/schlittermann-apt-keys.doc-base.EX --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/schlittermann-apt-keys.doc-base.EX Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,22 @@ +Document: schlittermann-apt-keys +Title: Debian schlittermann-apt-keys Manual +Author: +Abstract: This manual describes what schlittermann-apt-keys is + and how it can be used to + manage online manuals on Debian systems. +Section: unknown + +Format: debiandoc-sgml +Files: /usr/share/doc/schlittermann-apt-keys/schlittermann-apt-keys.sgml.gz + +Format: postscript +Files: /usr/share/doc/schlittermann-apt-keys/schlittermann-apt-keys.ps.gz + +Format: text +Files: /usr/share/doc/schlittermann-apt-keys/schlittermann-apt-keys.text.gz + +Format: HTML +Index: /usr/share/doc/schlittermann-apt-keys/html/index.html +Files: /usr/share/doc/schlittermann-apt-keys/html/*.html + + diff -r 000000000000 -r e5d5e829b0b4 debian/schlittermann-apt-keys/DEBIAN/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/schlittermann-apt-keys/DEBIAN/control Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,12 @@ +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 000000000000 -r e5d5e829b0b4 debian/schlittermann-apt-keys/DEBIAN/md5sums --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/schlittermann-apt-keys/DEBIAN/md5sums Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,4 @@ +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 000000000000 -r e5d5e829b0b4 debian/schlittermann-apt-keys/DEBIAN/postinst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/schlittermann-apt-keys/DEBIAN/postinst Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,43 @@ +#!/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 000000000000 -r e5d5e829b0b4 debian/schlittermann-apt-keys/DEBIAN/prerm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/schlittermann-apt-keys/DEBIAN/prerm Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,46 @@ +#!/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 000000000000 -r e5d5e829b0b4 debian/schlittermann-apt-keys/usr/share/doc/schlittermann-apt-keys/README.Debian --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/schlittermann-apt-keys/usr/share/doc/schlittermann-apt-keys/README.Debian Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,6 @@ +schlittermann-apt-keys for Debian +-------------------------------- + + + + -- Heiko Schlittermann Sat, 19 Jan 2008 22:25:15 +0100 diff -r 000000000000 -r e5d5e829b0b4 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 000000000000 -r e5d5e829b0b4 debian/schlittermann-apt-keys/usr/share/doc/schlittermann-apt-keys/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/schlittermann-apt-keys/usr/share/doc/schlittermann-apt-keys/copyright Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,26 @@ +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 000000000000 -r e5d5e829b0b4 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 diff -r 000000000000 -r e5d5e829b0b4 debian/watch.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/watch.ex Fri Feb 22 15:50:04 2008 +0000 @@ -0,0 +1,22 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# +#http://www.example.com/downloads.php schlittermann-apt-keys-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/schlittermann-apt-keys-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/schlittermann-apt-keys-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for debscripts >= 2.9 +# http://sf.net/schlittermann-apt-keys/schlittermann-apt-keys-(.*)\.tar\.gz + + diff -r 000000000000 -r e5d5e829b0b4 pubring.gpg Binary file pubring.gpg has changed