[PATCH 4/9] wmmoonclock: Remove Debian directory.

Doug Torrance <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
---
 wmmoonclock/debian/README.Debian        |   8 -
 wmmoonclock/debian/changelog            | 285 --------------------------------
 wmmoonclock/debian/compat               |   1 -
 wmmoonclock/debian/control              |  17 --
 wmmoonclock/debian/copyright            |  37 -----
 wmmoonclock/debian/rules                |  19 ---
 wmmoonclock/debian/source/format        |   1 -
 wmmoonclock/debian/watch                |   1 -
 wmmoonclock/debian/wmmoonclock.manpages |   1 -
 wmmoonclock/debian/wmmoonclock.menu     |   2 -
 10 files changed, 372 deletions(-)
 delete mode 100644 wmmoonclock/debian/README.Debian
 delete mode 100644 wmmoonclock/debian/changelog
 delete mode 100644 wmmoonclock/debian/compat
 delete mode 100644 wmmoonclock/debian/control
 delete mode 100644 wmmoonclock/debian/copyright
 delete mode 100644 wmmoonclock/debian/rules
 delete mode 100644 wmmoonclock/debian/source/format
 delete mode 100644 wmmoonclock/debian/watch
 delete mode 100644 wmmoonclock/debian/wmmoonclock.manpages
 delete mode 100644 wmmoonclock/debian/wmmoonclock.menu

diff --git a/wmmoonclock/debian/README.Debian b/wmmoonclock/debian/README.Debian
deleted file mode 100644
index d7ae847..0000000
--- a/wmmoonclock/debian/README.Debian
+++ /dev/null
@@ -1,8 +0,0 @@
-The user's latitude and longitude are needed for wmMoonClock to work
-correctly. They may be found at http://www.tageo.com/, positive is north/west,
-negative is south/east. These have to be specified using the "-lat" and "-lon"
-command line arguments. For the X menu system, please copy
-"/usr/share/menu/wmmoonclock" to "/etc/menu/wmmoonclock", add latitude and
-longitude there, and call "update-menus".
-
- -- Martin A. Godisch <[email protected]>  Sun, 25 Mar 2007 10:27:18 +0200
diff --git a/wmmoonclock/debian/changelog b/wmmoonclock/debian/changelog
deleted file mode 100644
index c159697..0000000
--- a/wmmoonclock/debian/changelog
+++ /dev/null
@@ -1,285 +0,0 @@
-wmmoonclock (1.28-1) unstable; urgency=low
-
-  * New upstream version 1.28 (debian patches are now in upstream)
-
- -- Rodolfo García Peñas (kix) <[email protected]>  Tue, 20 Sep 2011 11:14:33 +0200
-
-wmmoonclock (1.27-30) unstable; urgency=low
-
-  * New maintainer (Closes: #588837)
-  * Standard version is now 3.9.2
-    * Package is now lintian clean
-    * new wmmoonclock.{manpages, menu} files
-  * Added text info about upstream version in watch
-  * debian/copyright is now DEP-5
-  * debian/patches are now DEP-3
-
- -- Rodolfo García Peñas (kix) <[email protected]>  Sun, 7 Aug 2011 15:41:54 +0200
-
-wmmoonclock (1.27-29) unstable; urgency=low
-
-  * Switch to dpkg-source 3.0 (quilt) format.
-  * Bump standards version to 3.8.4.
-  * Add ${misc:Depends} to the binary dependencies.
-  * Allow Debian maintainers uploads.
-
- -- Denis Briand <[email protected]>  Sun, 14 Mar 2010 18:30:16 +0100
-
-wmmoonclock (1.27-28) unstable; urgency=low
-
-  * Add southern hemisphere support (Closes: #537480).
-    Thanks to Alvaro Steiger.
-  * Bump standards version to 3.8.2.0
-  * Add quilt patch system.
-  * Add patches:
-    + 01_all_previous_diff.diff
-    + 02_update_time.diff
-    + 03_add_southern_hemisphere_support.diff
-    + 04_fix_hyphen_used_as_minus_sign.diff
-  * Add debhelper 7 build depends.
-  * Add debian/compat file.
-  * Remove trailing whitespaces in changelog.upstream.
-  * Add an empty watch file (no upstream repository).
-  * Improve rules file by using more debhelper commands.
-  * Remove Martin A. Godisch from uploaders field
-    Thanks to him to have sponsored wmmoonclock.
-
- -- Denis Briand <[email protected]>  Sun, 26 Jul 2009 10:30:00 +0200
-
-wmmoonclock (1.27-27) unstable; urgency=low
-
-  * Add co-maintainer Martin A. Godisch.
-  * Fix versionless symlink license in debian/copyright
-
- -- Denis Briand <[email protected]>  Fri, 10 Apr 2009 18:43:04 +0200
-
-wmmoonclock (1.27-26) unstable; urgency=low
-
-  * New maintainer, closes: #455542.
-  * ajusted nMax values, closes: #479229.
-    Thanks to Joerg Dietrich
-  * Updated standards version to 3.8.1
-
- -- Denis Briand <[email protected]>  Fri, 20 Mar 2009 17:32:50 +0100
-
-wmmoonclock (1.27-25) unstable; urgency=low
-
-  * Removed db_purge in postrm, see: #502521.
-    Thanks to Cesare Tirabassi.
-  * Fixed copyright file.
-  * Updated standards version.
-
- -- Martin A. Godisch <[email protected]>  Sun, 26 Oct 2008 10:02:17 +0100
-
-wmmoonclock (1.27-24) unstable; urgency=low
-
-  * Enhanced display refresh rate, closes: #446680.
-    Thanks to Peter Colberg.
-
- -- Martin A. Godisch <[email protected]>  Mon, 10 Dec 2007 18:25:50 +0100
-
-wmmoonclock (1.27-23) unstable; urgency=low
-
-  * Changed display refresh rate to 100 ms, closes: #440406.
-  * Updated menu section.
-  * Fixed distclean target.
-
- -- Martin A. Godisch <[email protected]>  Sun, 07 Oct 2007 09:22:20 +0200
-
-wmmoonclock (1.27-22) unstable; urgency=low
-
-  * Fixed postrm, closes: #417144.
-
- -- Martin A. Godisch <[email protected]>  Sun, 01 Apr 2007 19:30:02 +0200
-
-wmmoonclock (1.27-21) unstable; urgency=low
-
-  * Removed debconf, added README.Debian, closes: #375082, #414244.
-
- -- Martin A. Godisch <[email protected]>  Sun, 25 Mar 2007 10:40:39 +0200
-
-wmmoonclock (1.27-20) unstable; urgency=low
-
-  * Updated Japanese debconf translation, closes: #411269.
-    Thanks to Hideki Yamane.
-  * Updated Spanish debconf translation, closes: #411803.
-    Thanks to Carlos Alberto.
-
- -- Martin A. Godisch <[email protected]>  Sat, 24 Feb 2007 07:17:14 +0100
-
-wmmoonclock (1.27-19) unstable; urgency=low
-
-  * Updated French debconf translation, closes: #410941.
-
- -- Martin A. Godisch <[email protected]>  Sat, 17 Feb 2007 06:30:25 +0100
-
-wmmoonclock (1.27-18) unstable; urgency=low
-
-  * Updated French debconf translation, closes: #410429.
-    Thanks to Christian Perrier.
-  * Updated Czech debconf translation, closes: #410532.
-    Thanks to Miroslav Kure.
-  * Updated Portuguese debconf translation, closes: #410455.
-    Thanks to Miguel Figueiredo.
-
- -- Martin A. Godisch <[email protected]>  Tue, 13 Feb 2007 19:05:57 +0100
-
-wmmoonclock (1.27-17) unstable; urgency=low
-
-  * Added Nederlands debconf translation, closes: #375079.
-    Thanks to Esther Hanko.
-  * Fixed longitude/latitude information URL, closes: #401872.
-    Thanks to Jacopo.
-  * Added Portuguese debconf translation, closes: #408811.
-    Thanks to Miguel Figueiredo.
-  * Updated German debconf translation.
-  * Updated debian files, fixed timestamps.
-
- -- Martin A. Godisch <[email protected]>  Fri, 09 Feb 2007 19:54:30 +0100
-
-wmmoonclock (1.27-16) unstable; urgency=low
-
-  * Updated build-dependencies according to xlibs-dev transition.
-
- -- Martin A. Godisch <[email protected]>  Wed, 30 Nov 2005 19:12:10 +0100
-
-wmmoonclock (1.27-15) unstable; urgency=low
-
-  * Added Vietnamese debconf translation, closes: #324132.
-    Thanks to Clytie Siddall.
-  * Added Swedish debconf translation, closes: #331189.
-    Thanks to Daniel Nylander.
-  * Updated standards version.
-
- -- Martin A. Godisch <[email protected]>  Wed, 05 Oct 2005 19:42:45 +0200
-
-wmmoonclock (1.27-14) unstable; urgency=low
-
-  * Added Czech debconf translation, closes: #294733.
-    Thanks to Miroslav Kure.
-  * Fixed POSIX compliance of debian/rules.
-  * Removed watch file, upstream homepage is gone.
-
- -- Martin A. Godisch <[email protected]>  Fri, 11 Feb 2005 22:17:45 +0100
-
-wmmoonclock (1.27-13) unstable; urgency=low
-
-  * Added Japanese debconf translation, closes: #236820.
-    Thanks to Hideki Yamane.
-  * Removed ucf/debconf and lintian workarounds.
-  * Updated debian/menu, debian/rules, and standards version.
-
- -- Martin A. Godisch <[email protected]>  Mon, 08 Mar 2004 16:41:48 +0100
-
-wmmoonclock (1.27-12) unstable; urgency=low
-
-  * Added Spanish debconf translation, closes: #201004.
-    Thanks to Carlos Alberto Martín Edo.
-  * Simplified ucf handling, see bug #199233, adjusted ucf dependency.
-  * Removed useless BUGS file.
-  * Converted debian/changelog to UTF-8.
-  * Updated standards version.
-
- -- Martin A. Godisch <[email protected]>  Sun, 27 Jul 2003 15:57:02 +0200
-
-wmmoonclock (1.27-11) unstable; urgency=low
-
-  * Improved ucf transition.
-
- -- Martin A. Godisch <[email protected]>  Sun, 29 Jun 2003 10:24:05 +0200
-
-wmmoonclock (1.27-10) unstable; urgency=low
-
-  * Updated deb'configuration, added ucf support.
-
- -- Martin A. Godisch <[email protected]>  Fri, 27 Jun 2003 07:12:15 +0200
-
-wmmoonclock (1.27-9) unstable; urgency=low
-
-  * Updated deb'configuration, closes: #185206.
-  * Updated standards version.
-
- -- Martin A. Godisch <[email protected]>  Fri, 30 May 2003 18:39:00 +0200
-
-wmmoonclock (1.27-8) unstable; urgency=low
-
-  * Added french debconf translation, closes: #189226.
-    Thanks to Christian Perrier.
-  * Updated configuration.
-
- -- Martin A. Godisch <[email protected]>  Thu, 03 Apr 2003 16:26:10 +0200
-
-wmmoonclock (1.27-7) unstable; urgency=low
-
-  * Added portuguese debconf translation, closes: #185686.
-    Thanks to André Luís Lopes.
-  * Improved debconf template, closes: #185710.
-
- -- Martin A. Godisch <[email protected]>  Sat, 22 Mar 2003 07:33:12 +0100
-
-wmmoonclock (1.27-6) unstable; urgency=low
-
-  * Transition to po-debconf, updated build-dependencies.
-  * Updated standards version.
-
- -- Martin A. Godisch <[email protected]>  Fri, 14 Mar 2003 08:09:40 +0100
-
-wmmoonclock (1.27-5) unstable; urgency=low
-
-  * New maintainer upload, closes: #170232, #182936.
-  * Fixed lots of compiler warnings.
-  * Added debconf'iguration for latitude and longitude.
-  * Removed build-dependency on debhelper, debian/ cleanup.
-
- -- Martin A. Godisch <[email protected]>  Sat, 01 Mar 2003 10:39:32 +0100
-
-wmmoonclock (1.27-4) unstable; urgency=low
-
-  * Recompile against newer libxpm (closes: #67953)
-
- -- Adam Klein <[email protected]>  Sun, 30 Jul 2000 15:51:47 -0700
-
-wmmoonclock (1.27-3) unstable; urgency=low
-
-  * Now FHS compliant; Standards-Version 3.0.1
-
- -- Adam Klein <[email protected]>  Mon,  6 Sep 1999 09:34:16 -0700
-
-wmmoonclock (1.27-2) unstable; urgency=low
-
-  * Extracted TODO and ChangeLog files from wmMoonClock.c (closes: #41431)
-
- -- Adam Klein <[email protected]>  Fri, 16 Jul 1999 17:44:55 -0700
-
-wmmoonclock (1.27-1) unstable; urgency=low
-
-  * New upstream bugfix release
-
- -- Adam Klein <[email protected]>  Mon,  7 Jun 1999 22:17:31 -0700
-
-wmmoonclock (1.26-1) unstable; urgency=low
-
-  * New upstream release (closes: Bug#36532)
-
- -- Adam Klein <[email protected]>  Thu, 22 Apr 1999 23:01:29 -0700
-
-wmmoonclock (1.25-1) unstable; urgency=low
-
-  * New upstream release
-  * The author removed the binary from the tarball, so it's now pristine source
-
- -- Adam Klein <[email protected]>  Thu,  1 Apr 1999 07:05:39 -0800
-
-wmmoonclock (1.24-1) unstable; urgency=low
-
-  * New upstream release
-  * Now supports 8-bit color when run with the -low switch (closes: #31560)
-  * Removed README.debian
-
- -- Adam Klein <[email protected]>  Thu, 25 Feb 1999 15:13:13 -0800
-
-wmmoonclock (1.1-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- Adam Klein <[email protected]>  Thu, 24 Dec 1998 23:27:25 -0800
diff --git a/wmmoonclock/debian/compat b/wmmoonclock/debian/compat
deleted file mode 100644
index 7f8f011..0000000
--- a/wmmoonclock/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/wmmoonclock/debian/control b/wmmoonclock/debian/control
deleted file mode 100644
index 16b82f4..0000000
--- a/wmmoonclock/debian/control
+++ /dev/null
@@ -1,17 +0,0 @@
-Source: wmmoonclock
-Section: x11
-Priority: optional
-Maintainer: Rodolfo García Peñas (kix) <[email protected]>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), libx11-dev, libxext-dev, libxpm-dev
-Standards-Version: 3.9.2
-
-Package: wmmoonclock
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: wmsun, wmaker | afterstep
-Description: WindowMaker moon phase dockapp
- wmMoonClock displays a small pixmap of the current phase of the moon.
- You have to enter your Latitude and Longitude for it to work correctly.
- wmMoonClock is designed to work with the WindowMaker dock, but will
- work with other window managers as well.
diff --git a/wmmoonclock/debian/copyright b/wmmoonclock/debian/copyright
deleted file mode 100644
index 7d0f41c..0000000
--- a/wmmoonclock/debian/copyright
+++ /dev/null
@@ -1,37 +0,0 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=co&pathrev=174
-Upstream-Name: wmMoonClock
-Upstream-Contact: Michael G. Henderson <[email protected]>
-Source: http://repo.or.cz/w/dockapps.git
-
-Files: *
-Copyright: 1998, Michael G. Henderson <[email protected]>
-           1999, Michael G. Henderson <[email protected]>
-License: GPL-2+
-
-Files: debian/*
-Copyright: 1998, Adam Klein <[email protected]>
-           2009, Denis Briand <[email protected]>
-           2011, Rodolfo García Peñas (kix) <[email protected]>
-License: GPL-2+
-
-License: GPL-2+
- 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 of the License, 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 package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
diff --git a/wmmoonclock/debian/rules b/wmmoonclock/debian/rules
deleted file mode 100644
index eb2c398..0000000
--- a/wmmoonclock/debian/rules
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/make -f
-# GNU Copyright 2011 Rodolfo García Peñas (kix) <[email protected]>
-
-# export DH_VERBOSE=1
-
-%:
-	dh $@
-
-override_dh_clean:
-	$(MAKE) -C src clean
-	dh_clean
-
-override_dh_auto_install:
-	$(MAKE) -C src install DESTDIR=$(CURDIR)/debian/wmmoonclock
-	ln -s wmMoonClock      $(CURDIR)/debian/wmmoonclock/usr/bin/wmmoonclock
-	ln -s wmMoonClock.1.gz $(CURDIR)/debian/wmmoonclock/usr/share/man/man1/wmmoonclock.1.gz
-
-override_dh_installchangelogs:
-	dh_installchangelogs changelog upstream
diff --git a/wmmoonclock/debian/source/format b/wmmoonclock/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/wmmoonclock/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/wmmoonclock/debian/watch b/wmmoonclock/debian/watch
deleted file mode 100644
index ad2027d..0000000
--- a/wmmoonclock/debian/watch
+++ /dev/null
@@ -1 +0,0 @@
-# The upstream version is now in http://repo.or.cz/w/dockapps.git
diff --git a/wmmoonclock/debian/wmmoonclock.manpages b/wmmoonclock/debian/wmmoonclock.manpages
deleted file mode 100644
index e122653..0000000
--- a/wmmoonclock/debian/wmmoonclock.manpages
+++ /dev/null
@@ -1 +0,0 @@
-src/wmMoonClock.1
diff --git a/wmmoonclock/debian/wmmoonclock.menu b/wmmoonclock/debian/wmmoonclock.menu
deleted file mode 100644
index 3975741..0000000
--- a/wmmoonclock/debian/wmmoonclock.menu
+++ /dev/null
@@ -1,2 +0,0 @@
-?package(wmmoonclock):needs="X11" section="Applications/Science/Geoscience" \
-  title="wmMoonClock" command="/usr/bin/wmMoonClock"
-- 
2.7.4


-- 
To unsubscribe, send mail to [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.