[Pkg-wmaker-commits] [wmfire] 02/61: Imported Debian patch 0.0.3.8-3

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 03:38:40 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmfire.

commit e7858c622311437dbcc5be347fc7158cb1bd46eb
Author: Ryuichi Arafune <arafune at debian.org>
Date:   Sat Jan 8 09:29:04 2000 +0900

    Imported Debian patch 0.0.3.8-3
---
 debian/changelog           | 22 +++++++++++++
 debian/control             | 13 ++++++++
 debian/copyright           |  7 +++++
 debian/cron.d.ex           |  4 +++
 debian/dirs                |  5 +++
 debian/docs                |  3 ++
 debian/ex.doc-base.package | 22 +++++++++++++
 debian/postinst            | 47 ++++++++++++++++++++++++++++
 debian/prerm               | 37 ++++++++++++++++++++++
 debian/rules               | 78 ++++++++++++++++++++++++++++++++++++++++++++++
 debian/wmfire.1x           | 44 ++++++++++++++++++++++++++
 11 files changed, 282 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..176566d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,22 @@
+wmfire (0.0.3.8-3) unstable; urgency=low
+
+  * Readme.Debian (empgy file) removed. (Bug#54371)
+
+ -- Ryuichi Arafune <arafune at debian.org>  Sat,  8 Jan 2000 09:29:04 +0900
+
+wmfire (0.0.3.8-2) unstable; urgency=low
+
+  * /usr/doc -> /usr/share/doc/ (Use debhelper 2.0.40).
+  * lintian free
+  
+ -- Ryuichi Arafune <arafune at debian.org>  Tue,  7 Sep 1999 20:31:51 +0900
+
+wmfire (0.0.3.8-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Ryuichi Arafune <arafune at debian.org>  Fri, 27 Aug 1999 12:33:40 +0900
+
+Local variables:
+mode: debian-changelog
+End:
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5e39044
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: wmfire
+Section: x11
+Priority: optional
+Maintainer: Ryuichi Arafune <arafune at debian.org>
+Standards-Version: 2.5.1
+
+Package: wmfire
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: A very cool fiery way of showing your cpu usage!
+ The display is a 64x64 window designed to Dock into 
+ Window Maker's Docking bar.
+   
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..09a7649
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,7 @@
+This package was debianized by Ryuichi Arafune <arafune at debian.org> on
+Fri, 27 Aug 1999 12:33:40 +0900.
+
+It was downloaded from http://www.zebra.net/~dm/wmfire
+
+Copyright: GPL
+In Debian GNU/Linxu System, Please see /usr/doc/copyright/GPL
diff --git a/debian/cron.d.ex b/debian/cron.d.ex
new file mode 100644
index 0000000..6938ca1
--- /dev/null
+++ b/debian/cron.d.ex
@@ -0,0 +1,4 @@
+#
+# Regular cron jobs for the wmfire package
+#
+0 4	* * *	root	wmfire_maintenance
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..6ef5d30
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,5 @@
+usr/bin
+usr/sbin
+usr/X11R6
+usr/X11R6/bin
+usr/X11R6/man/man1
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..9bdd99c
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+INSTALL
+NEWS
+README
diff --git a/debian/ex.doc-base.package b/debian/ex.doc-base.package
new file mode 100644
index 0000000..f95d4cc
--- /dev/null
+++ b/debian/ex.doc-base.package
@@ -0,0 +1,22 @@
+Document: wmfire
+Title: Debian wmfire Manual
+Author: <insert document author here>
+Abstract: This manual describes what wmfire is
+ and how it can be used to
+ manage online manuals on Debian systems.
+Section: unknown
+
+Format: debiandoc-sgml
+Files: /usr/doc/wmfire/wmfire.sgml.gz
+
+Format: postscript
+Files: /usr/doc/wmfire/wmfire.ps.gz
+
+Format: text
+Files: /usr/doc/wmfire/wmfire.text.gz
+
+Format: HTML
+Index: /usr/doc/wmfire/html/index.html
+Files: /usr/doc/wmfire/html/*.html
+
+  
diff --git a/debian/postinst b/debian/postinst
new file mode 100644
index 0000000..4e2630a
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,47 @@
+#! /bin/sh
+# postinst script for wmfire
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see /usr/doc/packaging-manual/
+#
+# quoting from the policy:
+#     Any necessary prompting should almost always be confined to the
+#     post-installation script, and should be protected with a conditional
+#     so that unnecessary prompting doesn't happen if a package's
+#     installation fails and the `postinst' is called with `abort-upgrade',
+#     `abort-remove' or `abort-deconfigure'.
+
+case "$1" in
+    configure)
+
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 0
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+
diff --git a/debian/prerm b/debian/prerm
new file mode 100644
index 0000000..5e2c447
--- /dev/null
+++ b/debian/prerm
@@ -0,0 +1,37 @@
+#! /bin/sh
+# prerm script for wmfire
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <prerm> `remove'
+#        * <old-prerm> `upgrade' <new-version>
+#        * <new-prerm> `failed-upgrade' <old-version>
+#        * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
+#        * <deconfigured's-prerm> `deconfigure' `in-favour'
+#          <package-being-installed> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see /usr/doc/packaging-manual/
+
+case "$1" in
+    remove|upgrade|deconfigure)
+#       install-info --quiet --remove /usr/info/wmfire.info.gz
+        ;;
+    failed-upgrade)
+        ;;
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 0
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..518f407
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,78 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Christoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	./configure --prefix=/usr
+	# Add here commands to compile the package.
+	$(MAKE) 
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp install-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) distclean
+
+	dh_clean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	$(MAKE) install prefix=`pwd`/debian/tmp/usr/
+	mv `pwd`/debian/tmp/usr/bin/wmfire `pwd`/debian/tmp/usr/X11R6/bin/wmfire
+	touch install-stamp
+
+# 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_testversion
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples
+	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+	dh_installcron
+	dh_installmanpages
+	dh_undocumented  fireload_cpu.1 fireload_file.1
+	dh_installchangelogs ChangeLog
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	# You may want to make some executables suid here
+	dh_suidregister
+#	dh_makeshlibs
+	dh_installdeb
+#	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary
diff --git a/debian/wmfire.1x b/debian/wmfire.1x
new file mode 100644
index 0000000..afda445
--- /dev/null
+++ b/debian/wmfire.1x
@@ -0,0 +1,44 @@
+.TH WMFIRE 1x
+.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
+.\" other parms are allowed: see man(7), man(1)
+.SH NAME
+wmfire \- Window Maker Dock app: Show the CPU usage as a fire height.
+.SH SYNOPSIS
+.B wmfire
+.I "[-L[1|0|on|off|yes|no]]  [-B[1|0|on|off|yes|no]]]
+[-C<0..2>][-s[1|0|on|off|yes|no]] [-P <program [args [...]]>] [-h]"
+.br
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.BR wmfire 
+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
+.SH OPTIONS
+The programs follow the usual GNU command line syntax.
+A summary of options are included below.
+.TP
+.B -L
+Toggles/Sets if flame height follows load
+.TP
+.B -B
+Toggles/Sets if load bar shows
+.TP
+.B -s
+Toggles/Sets if the numbers are shown
+.TP
+.B -C<0..2>
+Start at a different colormap
+.TP
+.B -P<...>
+Set "load program"; will be expanded by shell...
+.TP
+.B \-h
+Show summary of options.
+.SH "SEE ALSO"
+/usr/share/doc/wmfire/README
+.SH AUTHOR
+This manual page was written by Ryuichi Arafune <arafune at debian.org>,
+for the Debian GNU/Linux system (but may be used by others).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfire.git



More information about the Pkg-wmaker-commits mailing list