[Pkg-wmaker-commits] [wmsysmon] 03/37: Imported Debian patch 0.2-2

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 03:09:45 UTC 2015


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

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

commit cd875e99e9aa871ae915a743eef9b097776e0e37
Author: Brian E. Ermovick <talon at debian.org>
Date:   Mon Feb 1 02:00:00 1999 -0600

    Imported Debian patch 0.2-2
---
 debian/changelog  | 20 +++++++++++++++
 debian/control    | 14 +++++++++++
 debian/copyright  | 13 ++++++++++
 debian/dirs       |  2 ++
 debian/docs       |  1 +
 debian/rules      | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 wmsysmon/Makefile |  6 ++---
 7 files changed, 128 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..94a363b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,20 @@
+wmsysmon (0.2-2) unstable; urgency=low
+
+  *  Modified Initial Release.
+
+  *  Recompiled to take advantage of talon at debian.org.  Added to
+     version number simply for those who beta-tested my original
+     (pre-maintainer) 0.2-1
+
+ -- Brian E. Ermovick <talon at debian.org>  Mon,  1 Feb 1999 02:00:00 -0600
+
+wmsysmon (0.2-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Brian E. Ermovick <talon at debian.org>  Mon,  1 Feb 1999 01:58:40 -0600
+
+Local variables:
+mode: debian-changelog
+add-log-mailing-address: "talon at debian.org"
+End:
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1bf66bd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: wmsysmon
+Section: x11
+Priority: optional
+Maintainer: Brian E. Ermovick <talon at debian.org>
+Standards-Version: 2.4.0.0
+
+Package: wmsysmon
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Windowmaker dock-app for monitoring your system.
+ wmsysmon is a dockable application for Windowmaker (and possibly
+ Afterstep).  It monitors Memory, Swap, Disk IO, uptime and interrupts.
+ .
+ Read /usr/doc/wmsysmon/README to see how it's laid out.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2504538
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,13 @@
+This package was debianized by Brian E. Ermovick talon at debian.org on
+Mon,  1 Feb 1999 01:58:40 -0600.
+
+It was downloaded from  http://www.neotokyo.org/illusion
+
+Upstream Author(s):  Dave Clark (clarkd at skynet.ca)
+
+Copyright:
+
+wmsysmon is copyright (c) 1998/99 by Dave Clark
+
+wmsysmon is licensed through the GNU General Public License.
+( /usr/doc/copyright/GPL )
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..9b50bc9
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+usr/X11R6/bin
+usr/X11R6/man
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..5450636
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+BUGS CHANGES README 
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e15382e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,75 @@
+#!/usr/bin/make -f
+# 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 Cristoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	
+	# Add here commands to compile the package.
+	cd `pwd`/wmsysmon && $(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.
+	cd `pwd`/wmsysmon && $(MAKE) clean
+
+	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.
+	cd `pwd`/wmsysmon && $(MAKE) install DESTDIR=`pwd`/../debian/tmp
+
+	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 wmsysmon.1x
+	dh_installchangelogs CHANGES 
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_suidregister
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+#	dh_makeshlibs
+	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/wmsysmon/Makefile b/wmsysmon/Makefile
index ee33c3c..eb57f06 100644
--- a/wmsysmon/Makefile
+++ b/wmsysmon/Makefile
@@ -22,7 +22,7 @@ clean::
 	rm -f *~
 
 install:: wmsysmon
-	cp -f wmsysmon /usr/local/bin/
-	chmod 755 /usr/local/bin/wmsysmon
-	chown root:root /usr/local/bin/wmsysmon
+	cp -f wmsysmon $(DESTDIR)/usr/X11R6/bin/
+	chmod 755 $(DESTDIR)/usr/X11R6/bin/wmsysmon
+	chown root:root $(DESTDIR)/usr/X11R6/bin/wmsysmon
 	@echo "wmsysmon Installation finished..."

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



More information about the Pkg-wmaker-commits mailing list