[Pkg-wmaker-commits] [wmtime] 21/101: Imported Debian patch 1.0b2-1

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:59:25 UTC 2015


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

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

commit 94ba5db3dd3dce135a245500a30b405edb9eb2aa
Author: Fredrik Hallenberg <hallon at debian.org>
Date:   Wed Jul 15 18:18:07 1998 +0200

    Imported Debian patch 1.0b2-1
---
 debian/changelog | 10 ++++++++++
 debian/control   | 23 ++++++++++++++++++++++
 debian/copyright | 29 ++++++++++++++++++++++++++++
 debian/dirs      |  2 ++
 debian/rules     | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 123 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6bfe156
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,10 @@
+wmtime (1.0b2-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Fredrik Hallenberg <hallon at debian.org>  Wed, 15 Jul 1998 18:18:07 +0200
+
+Local variables:
+mode: debian-changelog
+add-log-mailing-address: "hallon at debian.org"
+End:
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7173055
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: wmtime
+Section: x11
+Priority: optional
+Maintainer: Fredrik Hallenberg <hallon at debian.org>
+Standards-Version: 2.4.1
+
+Package: wmtime
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Displays time and date
+ WMTime, guess what, displays the time and date and gives you
+ some nice additional features too...
+ .
+ WMTime currently provides:
+ .
+   * Time and date;
+   * Realtime morphing UI (analog <> digital mode);
+   * Autoscaling and anti aliased hands;
+   * Locale, can display DAY and DATE in various languages;
+   * Can lauch 3 user definable commands through ~/.wmtimerc;
+   * Can be run multiple times;
+   * Commandline options for help (-h), version (-v), digital
+     clock mode (-digital) and and display (-d);
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..34d8462
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+This package was debianized by Fredrik Hallenberg hallon at debian.org on
+Wed, 15 Jul 1998 18:18:07 +0200.
+
+It was downloaded from http://www.xs4all.nl/~warp/files/wmtime-1.0b2.tar.gz
+
+Copyright:
+
+WMTime.app is copyright (c) 1997, 1998 by Martijn Pieterse and
+Antoine Nulle and licensed through the GNU General Public License. 
+
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the
+Free Software Foundation; either version 2, or (at your option) any
+later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/doc/copyright/GPL'.
+
+
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..82eb000
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+usr/X11R6/bin
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..29775b5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,59 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	cd wmtime; $(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp install-stamp
+
+	-cd wmtime; $(MAKE) clean
+
+	dh_clean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	install -m 755 wmtime/wmtime `pwd`/debian/tmp/usr/X11R6/bin
+
+	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 BUGS HINTS INSTALL README TODO
+	dh_undocumented wmtime.1x
+	dh_installchangelogs CHANGES
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	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/wmtime.git



More information about the Pkg-wmaker-commits mailing list