[Pkg-wmaker-commits] [wmcalc] 09/65: Imported Debian patch 0.3-7
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Aug 23 13:54:00 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 90d6c133ec3ce6957089d06fac731968fe8adf7f
Author: Sandro Tosi <morph at debian.org>
Date: Sat Dec 27 22:43:16 2008 +0100
Imported Debian patch 0.3-7
---
debian/changelog | 14 ++++++++++++++
debian/control | 10 +++++-----
debian/rules | 13 +++----------
3 files changed, 22 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bc72e9a..1a3daaa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+wmcalc (0.3-7) unstable; urgency=low
+
+ * QA upload.
+ * debian/control
+ - set maintainer to QA Group
+ - removed additional spaces from long description (paragraph filling)
+ - added ${misc:Depends} to binary package Depends
+ * debian/rules
+ - removed 'configure' target, since not needed
+ - merged 'rm' call into 'dh_clean' one
+ - removed dh_link call, not needed
+
+ -- Sandro Tosi <morph at debian.org> Sat, 27 Dec 2008 22:43:16 +0100
+
wmcalc (0.3-6) unstable; urgency=low
* debian/control
diff --git a/debian/control b/debian/control
index 6369db4..4c04bb8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
Source: wmcalc
Section: x11
Priority: optional
-Maintainer: Sandro Tosi <matrixhasu at gmail.com>
+Maintainer: Debian QA Group <packages at qa.debian.org>
Build-Depends: debhelper (>> 5), libx11-dev, libxext-dev, libxpm-dev, dpatch
Standards-Version: 3.8.0
Package: wmcalc
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
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
+ 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.
diff --git a/debian/rules b/debian/rules
index 18fab15..5cd14d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,12 +4,7 @@
include /usr/share/dpatch/dpatch.make
-configure: configure-stamp
-configure-stamp:
- dh_testdir
- touch configure-stamp
-
-build: configure-stamp build-stamp
+build: build-stamp
build-stamp: patch-stamp
dh_testdir
$(MAKE)
@@ -19,11 +14,10 @@ build-stamp: patch-stamp
clean: unpatch
dh_testdir
dh_testroot
- rm -f build-stamp configure-stamp
[ ! -f Makefile ] || $(MAKE) clean
- dh_clean
+ dh_clean build-stamp
install: build
dh_testdir
@@ -46,7 +40,6 @@ binary-arch: build install
dh_installmenu
dh_installman debian/wmcalc.1
dh_installchangelogs
- dh_link
dh_strip
dh_compress
dh_fixperms
@@ -57,4 +50,4 @@ binary-arch: build install
dh_builddeb
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install
--
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