[Pkg-wmaker-commits] [wmdiskmon] 03/25: Imported Debian patch 0.0.1-2

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jan 30 20:51:47 UTC 2016


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

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

commit 9881dd8f56bb407d62a98a218c5a54c8b14f065d
Author: Marc 'HE' Brockschmidt <he at debian.org>
Date:   Thu Jul 15 19:33:13 2004 +0200

    Imported Debian patch 0.0.1-2
---
 debian/changelog | 11 ++++++++++
 debian/compat    |  1 +
 debian/control   | 13 ++++++++++++
 debian/copyright | 15 ++++++++++++++
 debian/rules     | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 103 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5feffe9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+wmdiskmon (0.0.1-2) unstable; urgency=low
+
+  * debian/control: I'm a DD!
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Thu, 15 Jul 2004 19:33:13 +0200
+
+wmdiskmon (0.0.1-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #233017)
+
+ -- Marc Brockschmidt <marc at dch-faq.de>  Mon, 16 Feb 2004 12:09:27 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4146407
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: wmdiskmon
+Section: x11
+Priority: optional
+Maintainer: Marc 'HE' Brockschmidt <he at debian.org>
+Build-Depends: libx11-dev | xlibs-dev (>> 4.1.0), libxext-dev | xlibs-dev (>> 4.1.0), libxpm-dev | xlibs-dev (>> 4.1.0), libxt-dev | xlibs-dev (>> 4.1.0), debhelper (>= 4)
+Standards-Version: 3.6.1
+
+Package: wmdiskmon
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: dockapp to display disk usage
+ wmdiskmon is a dockapp to monitor disk usage. It can be used with X window
+ managers like WindowMaker, AfterStep, BlackBox and Enlightenment. 
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..10812e0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+This package was debianized by Marc Brockschmidt <marc at dch-faq.de> on
+Mon, 16 Feb 2004 12:24:17 +0100.
+
+It was downloaded from http://tnemeth.free.fr/projets/dockapps.html
+
+Upstream Author: Thomas Nemeth <tnemeth at free.fr>
+
+Copyright: (c) Thomas Nemeth 2004
+
+wmdiskmon is released under the terms of the GNU GPL version 2.
+
+On Debian GNU/Linux systems, the complete text of the GNU
+General Public License version 2 can be found in 
+/usr/share/common-licenses/GPL-2.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..71abb96
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,63 @@
+#!/usr/bin/make -f
+
+TMP=$(CURDIR)/debian/wmdiskmon
+
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --mandir=/usr/share/man
+	touch configure-stamp
+
+build: configure build-stamp
+build-stamp:
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	-$(MAKE) maintainer-clean
+	dh_clean build-stamp install-stamp configure-stamp
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install DESTDIR=$(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_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples
+	dh_installmenu
+	dh_installmanpages
+	dh_installchangelogs ChangeLog
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	dh_strip
+endif
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+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/wmdiskmon.git



More information about the Pkg-wmaker-commits mailing list