[Pkg-wmaker-commits] [wmtop] 09/34: Imported Debian patch 0.84-9

Doug Torrance dtorrance-guest at moszumanska.debian.org
Wed Aug 26 01:01:30 UTC 2015


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

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

commit bec665583e65a501a68cebb8943e964cc42b3ede
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Dec 28 17:07:00 2008 +0100

    Imported Debian patch 0.84-9
---
 debian/README.source                 |  4 ++++
 debian/changelog                     | 26 ++++++++++++++++++++++----
 debian/control                       | 13 ++++++-------
 debian/patches/10_fix_manpage.dpatch | 11 ++++++++++-
 debian/rules                         |  5 ++---
 5 files changed, 44 insertions(+), 15 deletions(-)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..0d0aa40
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,4 @@
+This package uses dpatch to handle patches against upstream source code; you
+can find additional information about dpatch at
+
+    /usr/share/doc/dpatch/
diff --git a/debian/changelog b/debian/changelog
index 7b976ee..edabcd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,19 +1,37 @@
+wmtop (0.84-9) unstable; urgency=low
+
+  * QA upload.
+  * debian/control
+    - set maintainer to QA Group
+    - bump Standards-Version to 3.8.0
+      + added debian/README.source
+    - uncapitalized short description
+    - removed additional spaces from long description (paragraph fill)
+    - added ${misc:Depends} to binary package Depends
+  * debian/rules
+    - removed 'configure' from PHONY, since the target does not exist anymore
+    - merged 'rm' call into 'dh_clean' one
+  * debian/patches/10_fix_manpage.dpatch
+    - fixed another minus sign warning
+
+ -- Sandro Tosi <morph at debian.org>  Sun, 28 Dec 2008 17:07:00 +0100
+
 wmtop (0.84-8) unstable; urgency=low
 
   * debian/control
     - bump Standards-Version to 3.7.3
     - moved Homepage field from binary to source stanza
-    - added build-dependency against libxext-dev since libx11-dev no longer
+    - added build-depend against libxext-dev since libx11-dev will no longer
       depends on it
     - added dpatch dependency
   * debian/rules
     - added dpatch stuff
-    - small change to clean target
+    - little change to clean target
     - added direct docs installation
   * debian/patches/01_restore_pristine_code.dpatch
-    - added restore pristine source code
+    - added to restore pristine source code
   * debian/patches/10_fix_manpage.dpatch
-    - added escape of minus signs in manpage (lintian warning)
+    - added to escape minus signes in manpage (lintian warning)
   * debian/dirs
     - removed
   * debian/docs
diff --git a/debian/control b/debian/control
index bd4c3b4..3788c7c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,16 @@
 Source: wmtop
 Section: x11
 Priority: optional
-Maintainer: Sandro Tosi <matrixhasu at gmail.com>
-Uploaders: tony mancill <tmancill at debian.org>
+Maintainer: Debian QA Group <packages at qa.debian.org>
 Build-Depends: debhelper (>= 5), libx11-dev, libxpm-dev, libxext-dev, dpatch
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://wmtop.sourceforge.net/
 
 Package: wmtop
 Architecture: any
-Depends: ${shlibs:Depends}
-Description: Dockapp that displays 3 top memory or CPU using processes
- wmtop  is a  windowmaker  dock app  to  display the  top 3  processes
- running on a unix box displaying  the cpu usage or memory usage in an
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: dockapp that displays 3 top memory or CPU using processes
+ wmtop is a windowmaker dock app to display the top 3 processes
+ running on a unix box displaying the cpu usage or memory usage in an
  attractive graphical way using little screen real estate. It's a kind
  of mini 'top'.
diff --git a/debian/patches/10_fix_manpage.dpatch b/debian/patches/10_fix_manpage.dpatch
index 6f206e0..4f13a12 100644
--- a/debian/patches/10_fix_manpage.dpatch
+++ b/debian/patches/10_fix_manpage.dpatch
@@ -6,7 +6,16 @@
 @DPATCH@
 diff -urNad wmtop~/wmtop.1 wmtop/wmtop.1
 --- wmtop~/wmtop.1	2006-08-27 13:44:47.000000000 +0200
-+++ wmtop/wmtop.1	2008-01-05 16:45:14.949782353 +0100
++++ wmtop/wmtop.1	2008-12-28 02:05:48.342219440 +0100
+@@ -11,7 +11,7 @@
+ [\-c command]
+ [\-U]
+ [\-x regexp]
+-[-m]
++[\-m]
+ 
+ 
+ .SH DESCRIPTION
 @@ -64,7 +64,7 @@
  Monitor only users processes, exclude WindowMaker dock apps and
  pop up xps when double clicked:
diff --git a/debian/rules b/debian/rules
index 12111a4..bd06dc2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,12 +17,11 @@ build-stamp: patch-stamp
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) clean
 
-	dh_clean
+	dh_clean build-stamp
 
 install: build
 	dh_testdir
@@ -55,4 +54,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/wmtop.git



More information about the Pkg-wmaker-commits mailing list