[Pkg-wmaker-commits] [wmcalc] 03/65: Imported Debian patch 0.3-2.1
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Aug 23 13:53:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmcalc.
commit 28409bd6e1f06a3e7cdcb71b54f07d03a8306438
Author: Bastian Kleineidam <calvin at debian.org>
Date: Fri Jan 13 20:59:30 2006 +0100
Imported Debian patch 0.3-2.1
---
debian/changelog | 12 ++++++++++++
debian/compat | 1 +
debian/conffiles | 1 -
debian/control | 6 +++---
debian/menu | 2 +-
debian/rules | 2 --
6 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2546b33..03ed5f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+wmcalc (0.3-2.1) unstable; urgency=low
+
+ * NMU to fix release critical bug
+ * Split xlibs-dev build depends into individual Xorg libraries
+ (Closes: #346886)
+ * Make package lintian clean:
+ - updated to Standards version 3.6.2.1
+ - updated to debhelper v5 (Closes: #322838)
+ - quote strings in menu file
+
+ -- Bastian Kleineidam <calvin at debian.org> Fri, 13 Jan 2006 20:59:30 +0100
+
wmcalc (0.3-2) unstable; urgency=low
* Updated manpage
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/conffiles b/debian/conffiles
deleted file mode 100644
index 7f7ab91..0000000
--- a/debian/conffiles
+++ /dev/null
@@ -1 +0,0 @@
-/etc/wmcalc.conf
diff --git a/debian/control b/debian/control
index 79b9056..517978b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: wmcalc
Section: x11
Priority: optional
Maintainer: Gordon Fraser <gordon at freakzone.net>
-Build-Depends: debhelper (>> 3.0.0), xlibs-dev
-Standards-Version: 3.5.2
+Build-Depends: debhelper (>> 5), libx11-dev, libxext-dev, libxpm-dev, x-dev
+Standards-Version: 3.6.2.1
Package: wmcalc
Architecture: any
@@ -12,4 +12,4 @@ Description: Dockable calculator application
Wmcalc is a small calculator meant for the WindowMaker dock or
Afterstep Wharf. It is a simple calculator with basic functions and memory
slots, and can launch any external application for more complex
- calculations.
\ No newline at end of file
+ calculations.
diff --git a/debian/menu b/debian/menu
index 7dd9fee..4515b67 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,2 +1,2 @@
-?package(wmcalc):needs=X11 section=Apps/Tools hints="Dockapp,Desktop"\
+?package(wmcalc):needs="X11" section="Apps/Tools" hints="Dockapp,Desktop"\
title="wmcalc" command="/usr/bin/wmcalc"
diff --git a/debian/rules b/debian/rules
index b4f0a88..7f6c735 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,6 @@
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.
-export DH_COMPAT=3
-
configure: configure-stamp
configure-stamp:
dh_testdir
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcalc.git
More information about the Pkg-wmaker-commits
mailing list