[Pkg-wmaker-commits] [wmtop] 02/34: Imported Debian patch 0.84-2

Doug Torrance dtorrance-guest at moszumanska.debian.org
Wed Aug 26 01:01:29 UTC 2015


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

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

commit 88203283dc37f5e3064453249ee04a6b8d1a800a
Author: Hugo van der Merwe <hvdm at debian.org>
Date:   Sun Oct 28 17:11:24 2001 +0200

    Imported Debian patch 0.84-2
---
 debian/changelog      | 32 ++++++++++++++++++++++
 debian/control        | 14 ++++++++++
 debian/copyright      | 15 +++++++++++
 debian/dirs           |  2 ++
 debian/docs           |  3 +++
 debian/menu           |  3 +++
 debian/rules          | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/wmtop.manpages |  1 +
 8 files changed, 145 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e5f6682
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,32 @@
+wmtop (0.84-2) unstable; urgency=low
+
+  * Removed /usr/man/man1 dir from package
+
+ -- Hugo van der Merwe <hvdm at debian.org>  Sun, 28 Oct 2001 17:11:24 +0200
+
+wmtop (0.84-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hugo van der Merwe <hvdm at debian.org>  Wed, 24 Oct 2001 22:04:38 +0200
+
+wmtop (0.7-2) unstable; urgency=low
+
+  * New maintainer (closes: #98251)
+  * Install upstream man page (closes: #93474)
+  * Removed Suggests: wmaker (closes: #82998)
+  * Updated a lot of debian/ files, as inspired by dh_make, updated to
+    Standards-Version: 3.5.2
+  * Not uploaded, found new upstream release
+
+ -- Hugo van der Merwe <hvdm at debian.org>  Wed, 24 Oct 2001 19:17:24 +0200
+
+wmtop (0.7-1) unstable; urgency=low
+
+  * Initial release.
+  
+ -- Edward C. Lang <edlang at debian.org>  Fri, 14 Apr 2000 19:25:35 +1000
+
+Local variables:
+mode: debian-changelog
+End:
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..cbc0830
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: wmtop
+Section: x11
+Priority: optional
+Maintainer: Hugo van der Merwe <hvdm at debian.org>
+Build-Depends: debhelper (>> 3.0.0), xlibs-dev
+Standards-Version: 3.5.2
+
+Package: wmtop
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Dockapp that displays 3 top memory or CPU using processes
+ wmtop maintains a view of the 3 top CPU (or memory) consuming
+ processes displaying the amount of CPU used as a horizontal bar.
+ Very useful for spotting those rogue Netscape processes!
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..002dfb9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+This package was debianized by Edward C. Lang
+<edlang at debian.org> on Fri, 14 Apr 2000 19:38:08 +1000
+
+It was originally downloaded from http://www.tanelorn.demon.co.uk/Computing/
+
+Upstream Author(s): Dan Piponi <dan at tanelorn.demon.co.uk>
+
+Copyright:
+
+wmtop is licensed through the GNU General Public License v2.
+
+You are free to distribute this software under the terms of
+the GNU General Public License.
+On Debian systems, the complete text of the GNU General Public
+License can be found in /usr/share/common-licenses/GPL file.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..e881af2
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+usr/lib/menu
+usr/bin
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..d5aaf52
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+BUGS
+README
+TODO
diff --git a/debian/menu b/debian/menu
new file mode 100644
index 0000000..a6ff249
--- /dev/null
+++ b/debian/menu
@@ -0,0 +1,3 @@
+?package(wmtop):needs="x11" \
+   section="Apps/System" title="wmtop"\
+   command="/usr/bin/wmtop"
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..43941bb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,75 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=3
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE) linux
+	#/usr/bin/docbook-to-man debian/wmtop.sgml > wmtop.1
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-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/wmtop.
+	install -s -m 0755 wmtop `pwd`/debian/wmtop/usr/bin/wmtop
+
+# 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_installdebconf	
+	dh_installdocs
+#	dh_installexamples
+	dh_installmenu
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+	dh_installman
+#	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs 
+#	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+#	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
diff --git a/debian/wmtop.manpages b/debian/wmtop.manpages
new file mode 100644
index 0000000..7a57331
--- /dev/null
+++ b/debian/wmtop.manpages
@@ -0,0 +1 @@
+wmtop.1

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



More information about the Pkg-wmaker-commits mailing list