aboutsummaryrefslogtreecommitdiffstats
path: root/debian/notused
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2014-12-11 22:25:23 +0100
committerMatěj Cepl <mcepl@cepl.eu>2014-12-11 22:25:23 +0100
commit3d16b8dad4f3bcfe2ea4c40951bddd4b12ae4f83 (patch)
tree306617e2639b3d8e8a010be5af3c3e2def6379a3 /debian/notused
parent8c731414db71af32be1f405135a78cb568ce89d0 (diff)
downloadpygn-3d16b8dad4f3bcfe2ea4c40951bddd4b12ae4f83.tar.gz
Eliminate debian/ directory and obviously unnecessary files.
Diffstat (limited to 'debian/notused')
-rw-r--r--debian/notused/crontab.ex1
-rw-r--r--debian/notused/diversions.ex1
-rw-r--r--debian/notused/inetd.conf.ex2
-rw-r--r--debian/notused/info.ex15
-rw-r--r--debian/notused/init.d.ex51
-rw-r--r--debian/notused/manpage.1.ex41
-rw-r--r--debian/notused/menu.ex2
-rw-r--r--debian/notused/watch.ex5
8 files changed, 0 insertions, 118 deletions
diff --git a/debian/notused/crontab.ex b/debian/notused/crontab.ex
deleted file mode 100644
index 99b6819..0000000
--- a/debian/notused/crontab.ex
+++ /dev/null
@@ -1 +0,0 @@
-0 4 * * * root pyg_maintenance
diff --git a/debian/notused/diversions.ex b/debian/notused/diversions.ex
deleted file mode 100644
index aebbbe5..0000000
--- a/debian/notused/diversions.ex
+++ /dev/null
@@ -1 +0,0 @@
-<FILE> <Diverted to> <Packagename>
diff --git a/debian/notused/inetd.conf.ex b/debian/notused/inetd.conf.ex
deleted file mode 100644
index 1dcaa61..0000000
--- a/debian/notused/inetd.conf.ex
+++ /dev/null
@@ -1,2 +0,0 @@
-#:OTHER:
-pyg stream tcp nowait root /usr/sbin/tcpd /usr/sbin/pyg
diff --git a/debian/notused/info.ex b/debian/notused/info.ex
deleted file mode 100644
index 31365f9..0000000
--- a/debian/notused/info.ex
+++ /dev/null
@@ -1,15 +0,0 @@
-# This is a configuration files for installing a .info menu
-# The Description to be placed into the directory
-DESCR="Description"
-
-# The section this info file should be placed in (Regexp) followed by
-# the new section name to be created if the Regexp does not match
-# (Optional. If not given the .info will be appended to the directory)
-#SECTION_MATCH="Regexp"
-#SECTION_NAME="New Section Name"
-
-# The file referred to from the Info directory
-FILE=pyg.info
-
-# Optional. The files to be copied to /usr/share/info
-#FILES=*.info
diff --git a/debian/notused/init.d.ex b/debian/notused/init.d.ex
deleted file mode 100644
index c2302bb..0000000
--- a/debian/notused/init.d.ex
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/bin/sh
-#
-# This file was automatically customized by debmake on Sun, 25 Jun 2000 17:52:35 +0200
-#
-# Written by Miquel van Smoorenburg <miquels@cistron.nl>.
-# Modified for Debian GNU/Linux by Ian Murdock <imurdock@gnu.org>.
-# Modified for Debian by Christoph Lameter <clameter@debian.org>
-
-PATH=/bin:/usr/bin:/sbin:/usr/sbin
-DAEMON=/usr/sbin/pyg
-# The following value is extracted by debstd to figure out how to generate
-# the postinst script. Edit the field to change the way the script is
-# registered through update-rc.d (see the manpage for update-rc.d!)
-FLAGS="defaults 50"
-
-test -f $DAEMON || exit 0
-
-case "$1" in
- start)
- start-stop-daemon --start --verbose --exec $DAEMON
- ;;
- stop)
- start-stop-daemon --stop --verbose --exec $DAEMON
- ;;
- #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.
- #
- # start-stop-daemon --stop --signal 1 --verbose --exec $DAEMON
- # ;;
- restart|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".
- #
- start-stop-daemon --stop --verbose --exec $DAEMON
- sleep 1
- start-stop-daemon --start --verbose --exec $DAEMON
- ;;
- *)
- echo "Usage: /etc/init.d/pyg {start|stop|restart|force-reload}"
- exit 1
- ;;
-esac
-
-exit 0
diff --git a/debian/notused/manpage.1.ex b/debian/notused/manpage.1.ex
deleted file mode 100644
index 4ce8b61..0000000
--- a/debian/notused/manpage.1.ex
+++ /dev/null
@@ -1,41 +0,0 @@
-.TH NAME SECTION
-.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
-.\" other parms are allowed: see man(7), man(1)
-.SH NAME
-pyg \- programs to do something
-.SH SYNOPSIS
-.B pyg
-.I "[options] files ..."
-.br
-.B bar
-.I "[options] files ..."
-.SH "DESCRIPTION"
-This manual page documents briefly the
-.BR pyg ,
-and
-.B bar
-commands.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.B pyg
-is a program that...
-.SH OPTIONS
-The programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options are 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"
-The programs are documented fully by
-.IR "The Rise and Fall of a Fooish Bar" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Kame Alfa III <kame@aragorn.lorien.org>,
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/notused/menu.ex b/debian/notused/menu.ex
deleted file mode 100644
index b608ca8..0000000
--- a/debian/notused/menu.ex
+++ /dev/null
@@ -1,2 +0,0 @@
-?package(pyg):needs=X11|text|vc|wm section=Apps/see-menu-manual\
- title="pygs" command="/usr/sbin/pygs"
diff --git a/debian/notused/watch.ex b/debian/notused/watch.ex
deleted file mode 100644
index 5aba8f5..0000000
--- a/debian/notused/watch.ex
+++ /dev/null
@@ -1,5 +0,0 @@
-# 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.
-# Site Directory Pattern Version Script
-sunsite.unc.edu /pub/Linux/Incomingu pyg-*.tar.gz debian uupdate