[Pkg-wmaker-commits] [wmifs] 24/118: Imported Debian patch 1.3b1-2

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 27 02:37:48 UTC 2015


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

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

commit 8e74af33a7fc0e0ebb53856234b9264b1a2cc018
Author: Ben Gertzfield <che at debian.org>
Date:   Sun Oct 25 10:34:44 1998 -0800

    Imported Debian patch 1.3b1-2
---
 debian/README.debian | 10 ++++++++
 debian/changelog     | 17 +++++++++++++
 debian/conffiles     |  1 +
 debian/control       | 15 ++++++++++++
 debian/copyright     | 10 ++++++++
 debian/dirs          |  2 ++
 debian/docs          |  1 +
 debian/rules         | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 124 insertions(+)

diff --git a/debian/README.debian b/debian/README.debian
new file mode 100644
index 0000000..c917825
--- /dev/null
+++ b/debian/README.debian
@@ -0,0 +1,10 @@
+wmifs for Debian
+----------------------
+
+wmifs is a dockable applet for X11 that can monitor all
+your network interfaces. It's designed for WindowMaker's dock, but
+it works with other windowmanagers of course.
+
+WMiFS stands for "Window Maker InterFace Statistics".
+
+Ben Gertzfield <che at debian.org>, Mon, 17 Aug 1998 12:54:47 -0700
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..49e7e1e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,17 @@
+wmifs (1.3b1-2) frozen unstable; urgency=low
+
+  * Make it so that a make clean does not cause debian/rules clean to
+    bomb out. Fixes bug #28502.
+
+ -- Ben Gertzfield <che at debian.org>  Sun, 25 Oct 1998 10:34:44 -0800
+
+wmifs (1.3b1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Ben Gertzfield <che at debian.org>  Tue, 25 Aug 1998 13:36:10 -0700
+
+Local variables:
+mode: debian-changelog
+add-log-mailing-address: "che at debian.org"
+End:
diff --git a/debian/conffiles b/debian/conffiles
new file mode 100644
index 0000000..e6b7c0a
--- /dev/null
+++ b/debian/conffiles
@@ -0,0 +1 @@
+/etc/wmifsrc
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b432a22
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: wmifs
+Section: x11
+Priority: optional
+Maintainer: Ben Gertzfield <che at debian.org>
+Standards-Version: 2.4.0.0
+
+Package: wmifs
+Architecture: any
+Depends: ${shlibs:Depends}
+Conflicts: wmppp.app (<= 1.1-1)
+Replaces: wmppp.app (<= 1.1-1)
+Description: WindowMaker dock app for monitoring network traffic
+ wmifs is a dockable applet for X11 that can monitor all
+ your network interfaces. It's designed for WindowMaker's dock, but
+ it works with other windowmanagers of course.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..84bcaf2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,10 @@
+This package was debianized by Ben Gertzfield che at debian.org on
+Tue, 25 Aug 1998 13:37:07 -0700
+
+It was downloaded from http://windowmaker.mezaway.org/wmifs.html
+
+Copyright:
+
+WMiFS is released under the GNU General Public License, version 2 or
+greater, found on Debian GNU/Linux systems in the file
+/usr/doc/copyright/GPL
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..bee0244
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+usr/X11R6/bin
+etc
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..3b56489
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+BUGS README TODO HINTS
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d9e5a6e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,68 @@
+#!/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 wmifs && make CFLAGS="-O2 -g -Wall"
+	cd ..
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	-cd wmifs && $(MAKE) clean
+	cd ..
+
+	dh_clean
+
+# Build architecture-independent files here.
+binary-indep: build
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build
+#	dh_testversion
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the files into debian/tmp
+	cp wmifs/wmifs debian/tmp/usr/X11R6/bin
+	cp wmifs/sample.wmifsrc debian/tmp/etc/wmifsrc
+
+	dh_installdocs
+	dh_installexamples
+	dh_installmenu
+#	dh_installinit
+	dh_installcron
+	dh_installmanpages
+	dh_undocumented wmifs.1x
+	dh_installchangelogs CHANGES
+	dh_strip
+	dh_compress
+	dh_fixperms
+	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

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



More information about the Pkg-wmaker-commits mailing list