[Pkg-wmaker-commits] [wmmoonclock] 15/23: Import Debian changes 1.27-25
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Mon Aug 14 22:54:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmmoonclock.
commit 4132b04513b7541f58a793909ebb3c24afd53cb4
Author: Martin A. Godisch <godisch at debian.org>
Date: Sun Oct 26 10:02:17 2008 +0100
Import Debian changes 1.27-25
wmmoonclock (1.27-25) unstable; urgency=low
* Removed db_purge in postrm, see: #502521.
Thanks to Cesare Tirabassi.
* Fixed copyright file.
* Updated standards version.
---
debian/changelog | 9 +++++++++
debian/control | 2 +-
debian/copyright | 2 +-
debian/postrm | 5 -----
4 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 041607e..4c35fa3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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 <godisch at debian.org> Sun, 26 Oct 2008 10:02:17 +0100
+
wmmoonclock (1.27-24) unstable; urgency=low
* Enhanced display refresh rate, closes: #446680.
diff --git a/debian/control b/debian/control
index 629e138..d3125fd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
Priority: optional
Maintainer: Martin A. Godisch <godisch at debian.org>
Build-Depends: libx11-dev, libxext-dev, libxpm-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
Package: wmmoonclock
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index b211ccd..d381869 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ This package was debianized by Adam Klein <aklein at debian.org> on
Thu, 24 Dec 1998. It was downloaded from
http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml.
-Copyright (c) Michael G. Henderson <mghenderson at lanl.gov>
+Copyright (c) 1998-1999 Michael G. Henderson <mghenderson at lanl.gov>
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
diff --git a/debian/postrm b/debian/postrm
index 690867c..78bac52 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -3,11 +3,6 @@
set -e
if [ "$1" = purge ]; then
- if [ -e /usr/share/debconf/confmodule ]; then
- . /usr/share/debconf/confmodule
- db_purge
- db_stop
- fi
if [ -x /usr/bin/ucf ]; then
ucf --purge /etc/menu/wmmoonclock
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmmoonclock.git
More information about the Pkg-wmaker-commits
mailing list