[Pkg-wmaker-commits] [wmload] 07/58: Imported Debian patch 0.9.2-11

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:36:17 UTC 2015


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

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

commit a4cba3199561f27d13f2be0b3636823961666b8d
Author: Frank Lichtenheld <djpig at debian.org>
Date:   Wed Jul 30 17:42:03 2008 +0200

    Imported Debian patch 0.9.2-11
---
 debian/changelog | 10 ++++++++++
 debian/compat    |  2 +-
 debian/control   |  6 +++---
 debian/menu      |  2 +-
 debian/rules     |  7 +++++--
 5 files changed, 20 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4ca56ae..2bda620 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+wmload (0.9.2-11) unstable; urgency=low
+
+  * QA upload.
+    + Set maintainer to QA group.
+  * Replace xutils with xutils-dev in Build-Depends. (closes: #485240)
+  * Bump debhelper compat level from 4 to 7.
+  * Change menu section to Applications/System/Monitoring.
+
+ -- Frank Lichtenheld <djpig at debian.org>  Wed, 30 Jul 2008 17:42:03 +0200
+
 wmload (0.9.2-10.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff --git a/debian/compat b/debian/compat
index b8626c4..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+7
diff --git a/debian/control b/debian/control
index a1cc8f4..2f64ef2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,13 @@
 Source: wmload
 Section: x11
 Priority: optional
-Maintainer: Marcelo E. Magallon <mmagallo at debian.org>
-Build-Depends: debhelper (>= 4), xutils, libx11-dev, libxext-dev, libxpm-dev, x-dev
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends: debhelper (>= 7), xutils-dev, libx11-dev, libxext-dev, libxpm-dev
 Standards-Version: 3.6.2
 
 Package: wmload
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: wmaker
 Description: system load monitor designed for Window Maker
  wmload displays a graphical representation of the kernel/system
diff --git a/debian/menu b/debian/menu
index 81d34a6..e3a913f 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,2 +1,2 @@
-?package(wmload): needs="X11" section="Apps/System" title="wmload" \
+?package(wmload): needs="X11" section="Applications/System/Monitoring" title="wmload" \
  command="/usr/bin/wmload -shape -withdrawn"
diff --git a/debian/rules b/debian/rules
index e47b910..99093ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,18 +3,20 @@
 
 #export DH_VERBOSE=1
 
+CFLAGS += -Wall -fno-strength-reduce
+
 build: build-stamp
 build-stamp:
 	dh_testdir
 	xmkmf
-	$(MAKE) CDEBUGFLAGS="-g -O2 -Wall -fno-strength-reduce"
+	$(MAKE) CDEBUGFLAGS="$(CFLAGS)"
 	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
+	dh_clean Makefile
 	[ ! -f Makefile ] || $(MAKE) clean
-	dh_clean build-stamp Makefile
 
 binary-indep:
 # There aren't any architecture-independent files here.
@@ -27,6 +29,7 @@ binary-arch: build
 	dh_installdocs README
 	dh_installchangelogs
 	dh_installmenu
+	dh_installman
 	dh_strip
 	dh_compress
 	dh_fixperms

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmload.git



More information about the Pkg-wmaker-commits mailing list