[Pkg-wmaker-commits] [wmtop] 07/34: Imported Debian patch 0.84-7

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 a6298fa9bf7bcd4624d2dcf5ac6d14340c9e7ddb
Author: tony mancill <tmancill at debian.org>
Date:   Thu Aug 16 22:46:37 2007 -0700

    Imported Debian patch 0.84-7
---
 Makefile         |  2 +-
 debian/changelog | 14 +++++++++++---
 debian/control   |  1 +
 debian/menu      |  2 +-
 debian/rules     |  4 ++--
 5 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index eedf30b..543096e 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ clean:
 	rm -f *~
 
 install: wmtop
-	strip wmtop
+	#strip wmtop
 	cp -f wmtop $(PREFIX)/bin/
 	chmod 755 $(PREFIX)/bin/wmtop
 	cp -f wmtop.1 $(PREFIX)/man/man1
diff --git a/debian/changelog b/debian/changelog
index 275b044..d0d3463 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+wmtop (0.84-7) unstable; urgency=low
+
+  * comment strip of binary from upstream Makefile and debian/rules
+    (closes: #438278)
+  * add Tony Mancill to Uploaders in debian/control
+  * remove cruft from bottom of debian/changelog
+  * update menu section to Applications/System/Monitoring
+  * update debian/rules to no longer ignore errors from $(MAKE) clean
+
+ -- tony mancill <tmancill at debian.org>  Thu, 16 Aug 2007 22:46:37 -0700
+
 wmtop (0.84-6) unstable; urgency=low
 
   * debian/watch
@@ -72,6 +83,3 @@ wmtop (0.7-1) unstable; urgency=low
   
  -- Edward C. Lang <edlang at debian.org>  Fri, 14 Apr 2000 19:25:35 +1000
 
-Local variables:
-mode: debian-changelog
-End:
diff --git a/debian/control b/debian/control
index 2aded86..7fd1296 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,7 @@ Source: wmtop
 Section: x11
 Priority: optional
 Maintainer: Sandro Tosi <matrixhasu at gmail.com>
+Uploaders: tony mancill <tmancill at debian.org>
 Build-Depends: debhelper (>= 5), libx11-dev, libxpm-dev
 Standards-Version: 3.7.2
 
diff --git a/debian/menu b/debian/menu
index a6ff249..f7d41fb 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,3 +1,3 @@
 ?package(wmtop):needs="x11" \
-   section="Apps/System" title="wmtop"\
+   section="Applications/System/Monitoring" title="wmtop"\
    command="/usr/bin/wmtop"
diff --git a/debian/rules b/debian/rules
index 351df81..e348413 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ clean:
 	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	$(MAKE) clean
 
 	dh_clean
 
@@ -29,7 +29,7 @@ install: build
 	dh_installdirs
 
 	# Add here commands to install the package into debian/wmtop.
-	install -s -m 0755 wmtop `pwd`/debian/wmtop/usr/bin/wmtop
+	install -m 0755 wmtop `pwd`/debian/wmtop/usr/bin/wmtop
 
 # Build architecture-independent files here.
 binary-indep: build 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