timemon.app (4.1-2) debian-dir only changes

Summary

 debian/TimeMon.1        |   20 ++++++++++++++++
 debian/TimeMon.desktop  |    7 +++++
 debian/changelog        |   60 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/compat           |    1 
 debian/control          |   16 ++++++++++++
 debian/copyright        |   38 ++++++++++++++++++++++++++++++
 debian/dirs             |    2 +
 debian/docs             |    2 +
 debian/lintian-override |    1 
 debian/manpages         |    1 
 debian/menu             |    2 +
 debian/rules            |   54 +++++++++++++++++++++++++++++++++++++++++++
 12 files changed, 204 insertions(+)

    
download this patch

Patch contents

--- timemon.app-4.1.orig/debian/control
+++ timemon.app-4.1/debian/control
@@ -0,0 +1,16 @@
+Source: timemon.app
+Section: gnustep
+Priority: optional
+Maintainer: Gürkan Sengün <gurkan@phys.ethz.ch>
+Uploaders: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), libgnustep-gui-dev (>= 0.14.0), gnustep-make
+Homepage: http://www.nongnu.org/gap/timemon/index.html
+Standards-Version: 3.8.3
+
+Package: timemon.app
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: CPU time usage monitor for GNUstep
+ TimeMon gives a graphical representation of where the CPU cycles
+ are going. It's coarse, but better than nothing. The best feature
+ is that it runs in an icon on your dock, so that you never lose it.
--- timemon.app-4.1.orig/debian/copyright
+++ timemon.app-4.1/debian/copyright
@@ -0,0 +1,38 @@
+This package was debianized by:
+
+    Gürkan Sengün <gurkan@phys.ethz.ch> on Mon, 24 Jan 2005 21:25:54 +0100.
+
+It was downloaded from:
+
+    http://www.nongnu.org/gap/
+    http://www.doubleu.com/TimeMon.html
+
+Upstream Authors:
+
+    Gregory John Casamento <greg_casamento@yahoo.com>
+    Alexander Malmberg <alexander@malmberg.org>
+    Riccardo Mottola <rmottola@users.sf.net>
+    Scott Hess <scott@doubleu.com> (Original Author)
+
+Copyright:
+
+    Copyright (C) 2004-2008 Gergory John Casamento
+    Copyright (C) 2004-2008 Alexander Malmberg
+    Copyright (C) 2005-2008 Riccardo Mottola
+    Copyright (C) 1991, 1994, 1997 Scott Hess
+
+License:
+
+    Permission to use, copy, modify, and distribute this software
+    and its documentation for any purpose and without fee is hereby
+    granted, provided that this copyright notice appear in all copies.
+    Scott Hess makes no representations about the suitability of
+    this software for any purpose.  It is provided "as is" without
+    express or implied warranty.
+
+The Debian packaging is:
+
+    Copyright (C) 2005-2009, Gürkan Sengün <gurkan@phys.ethz.ch>
+
+and is licensed under the GPL version 3,
+see `/usr/share/common-licenses/GPL-3'.
--- timemon.app-4.1.orig/debian/lintian-override
+++ timemon.app-4.1/debian/lintian-override
@@ -0,0 +1 @@
+timemon.app: image-file-in-usr-lib
--- timemon.app-4.1.orig/debian/changelog
+++ timemon.app-4.1/debian/changelog
@@ -0,0 +1,60 @@
+timemon.app (4.1-2) unstable; urgency=low
+
+  * Apply patch to fix FTBFS on kfreebsd,
+    thanks Yavor Doganov for the patch. (Closes: #541078)
+  * Update section to gnustep.
+  * Bump standards version.
+  * Updated debian/copyright.
+
+ -- Gürkan Sengün <gurkan@phys.ethz.ch>  Wed, 02 Sep 2009 08:59:12 +0200
+
+timemon.app (4.1-1) unstable; urgency=low
+
+  * New upstream version.
+  * Added comaintainer.
+  * Bump standards version.
+  * Update debhelper version.
+  * Updated debian/copyright.
+
+ -- Gürkan Sengün <gurkan@phys.ethz.ch>  Tue, 08 Jul 2008 12:24:54 +0200
+
+timemon.app (4.0.0-4) experimental; urgency=low
+
+  * GNUstep transition.
+  * Update my email address.
+  * Moved homepage field.
+
+ -- Gürkan Sengün <gurkan@phys.ethz.ch>  Wed, 09 Apr 2008 21:50:47 +0200
+
+timemon.app (4.0.0-3) unstable; urgency=low
+
+  * GNUstep transition.
+    + Updated debian/rules.
+    + Updated debian/dirs.
+  * Menu transition: Moved from Apps/System to
+    Applications/System/Monitoring.
+  * Added a desktop file.
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Thu, 04 Oct 2007 11:05:27 +0200
+
+timemon.app (4.0.0-2) unstable; urgency=low
+
+  * Recompile against libgnustep-gui-dev.
+  * Bump standards version.
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Thu, 14 Sep 2006 20:18:06 +0200
+
+timemon.app (4.0.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump standards version.
+  * Update manual page.
+  * Update for latest libgnustep-gui.
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sat, 21 Jan 2006 11:52:52 +0100
+
+timemon.app (4.0-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #291918)
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Mon, 24 Jan 2005 21:25:54 +0100
--- timemon.app-4.1.orig/debian/menu
+++ timemon.app-4.1/debian/menu
@@ -0,0 +1,2 @@
+?package(timemon.app):needs="X11" section="Applications/System/Monitoring"\
+  title="TimeMon" command="/usr/bin/TimeMon"
--- timemon.app-4.1.orig/debian/manpages
+++ timemon.app-4.1/debian/manpages
@@ -0,0 +1 @@
+debian/TimeMon.1
--- timemon.app-4.1.orig/debian/rules
+++ timemon.app-4.1/debian/rules
@@ -0,0 +1,54 @@
+#!/usr/bin/make -f
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/GNUstep/debian/config.mk
+GNUSTEP_MAKEFILES=$(GS_MAKE_DIR)
+
+build: build-stamp
+
+build-stamp:
+	dh_testdir
+	gs_make
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	gs_make clean distclean
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+	gs_make install DESTDIR=$(CURDIR)/debian/timemon.app GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
+	dh_install debian/*.desktop usr/share/applications/
+	rm $(CURDIR)/debian/*.app/usr/lib/GNUstep/Applications/*.app/Resources/*.desktop
+
+# 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_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installmenu
+	dh_installman
+	install -m 644 debian/lintian-override $(CURDIR)/debian/timemon.app/usr/share/lintian/overrides/timemon.app
+	dh_strip
+	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 install
--- timemon.app-4.1.orig/debian/TimeMon.desktop
+++ timemon.app-4.1/debian/TimeMon.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Version=0.94
+Categories=System;Monitor;
+Name=TimeMon
+Icon=/usr/lib/GNUstep/Applications/TimeMon.app/Resources/icon.png
+Exec=TimeMon
--- timemon.app-4.1.orig/debian/dirs
+++ timemon.app-4.1/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/lintian/overrides
--- timemon.app-4.1.orig/debian/compat
+++ timemon.app-4.1/debian/compat
@@ -0,0 +1 @@
+7
--- timemon.app-4.1.orig/debian/TimeMon.1
+++ timemon.app-4.1/debian/TimeMon.1
@@ -0,0 +1,20 @@
+.TH TIMEMON 1 "January 24, 2005"
+.SH NAME
+TimeMon \- CPU time usage monitor
+.SH SYNOPSIS
+.B TimeMon
+.SH DESCRIPTION
+This manual page documents briefly the
+.B TimeMon
+command.
+This manual page was written for the Debian distribution
+because the original program does not have a manual page.
+.PP
+\fBTimeMon\fP gives a graphical representation of where the CPU cycles
+are going. It's coarse, but better than nothing.
+.SH SEE ALSO
+.BR GNUstep (7).
+.br
+.SH AUTHOR
+This manual page was written by G\[:u]rkan Seng\[:u]n <gurkan@phys.ethz.ch>,
+for the Debian project (but may be used by others).
--- timemon.app-4.1.orig/debian/docs
+++ timemon.app-4.1/debian/docs
@@ -0,0 +1,2 @@
+README.INSTALL.rtf
+README.rtf