[Pkg-wmaker-commits] [wmmon] 03/12: Import Debian changes 1.0b2-8
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sat Aug 12 22:44:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmmon.
commit 5421228c7905d42c1e1dd08fedd46af73565403d
Author: Fredrik Hallenberg <hallon at debian.org>
Date: Thu Jan 17 21:35:03 2002 +0100
Import Debian changes 1.0b2-8
wmmon (1.0b2-8) unstable; urgency=low
* Fixed menu path (closes: #129353)
wmmon (1.0b2-7) unstable; urgency=low
* Updated description (closes: #125496)
* Don't install INSTALL (closes: #116940)
* Changed section to utils
wmmon (1.0b2-6) unstable; urgency=low
* Updated menu with patch from Arthur Korn <arthur at korn.ch>
(closes: #82315)
wmmon (1.0b2-5) unstable; urgency=low
* Build without xpm4.7 (closes: #77466)
wmmon (1.0b2-4) unstable; urgency=low
* Added menu entry (closes: #76969)
wmmon (1.0b2-3) unstable; urgency=low
* Rebuild to update libxmp dependency. (closes: #67990)
---
debian/changelog | 44 +++++++++++++++++++++++++++++++++++++++-----
debian/control | 27 +++++++++++++--------------
debian/copyright | 2 +-
debian/dirs | 2 +-
debian/menu | 7 +++++++
debian/rules | 7 ++++---
6 files changed, 65 insertions(+), 24 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 03c3e5f..cda1def 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,42 @@
+wmmon (1.0b2-8) unstable; urgency=low
+
+ * Fixed menu path (closes: #129353)
+
+ -- Fredrik Hallenberg <hallon at debian.org> Thu, 17 Jan 2002 21:35:03 +0100
+
+wmmon (1.0b2-7) unstable; urgency=low
+
+ * Updated description (closes: #125496)
+ * Don't install INSTALL (closes: #116940)
+ * Changed section to utils
+
+ -- Fredrik Hallenberg <hallon at debian.org> Wed, 2 Jan 2002 23:19:06 +0100
+
+wmmon (1.0b2-6) unstable; urgency=low
+
+ * Updated menu with patch from Arthur Korn <arthur at korn.ch>
+ (closes: #82315)
+
+ -- Fredrik Hallenberg <hallon at debian.org> Mon, 15 Jan 2001 07:56:10 +0100
+
+wmmon (1.0b2-5) unstable; urgency=low
+
+ * Build without xpm4.7 (closes: #77466)
+
+ -- Fredrik Hallenberg <hallon at debian.org> Sun, 19 Nov 2000 22:17:03 +0100
+
+wmmon (1.0b2-4) unstable; urgency=low
+
+ * Added menu entry (closes: #76969)
+
+ -- Fredrik Hallenberg <hallon at debian.org> Sat, 18 Nov 2000 21:14:56 +0100
+
+wmmon (1.0b2-3) unstable; urgency=low
+
+ * Rebuild to update libxmp dependency. (closes: #67990)
+
+ -- Fredrik Hallenberg <hallon at debian.org> Mon, 31 Jul 2000 07:25:09 +0200
+
wmmon (1.0b2-2) unstable; urgency=low
* Patch from Salvador Pinto Abreu <spa at sc.uevora.pt>:
@@ -10,8 +49,3 @@ wmmon (1.0b2-1) unstable; urgency=low
* Initial Release.
-- Fredrik Hallenberg <hallon at debian.org> Wed, 15 Jul 1998 18:18:37 +0200
-
-Local variables:
-mode: debian-changelog
-add-log-mailing-address: "hallon at debian.org"
-End:
diff --git a/debian/control b/debian/control
index 80fd2f4..63ce5f4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,9 @@
Source: wmmon
-Section: x11
+Section: utils
Priority: optional
Maintainer: Fredrik Hallenberg <hallon at debian.org>
-Standards-Version: 2.4.1
+Standards-Version: 3.5.6
+Build-Depends: debhelper, libxpm4-dev, xlib6g-dev
Package: wmmon
Architecture: any
@@ -13,15 +14,13 @@ Description: Monitor CPU load and average system load
.
WMMon currently provides:
.
- * Realtime CPU 'stress' meter;
- * Average systemload, like xload & wmavgload;
- * Average systemload graphic is autoscaling;
- * Realtime Disk I/O 'stress' meter;
- * Average Disk I/O load grapic (autoscaling);
- * Realtime total Mem & Swap usage meters;
- * System uptime display;
- * Realtime cycling through all monitor modes;
- * Can lauch 3 user definable commands through ~/.wmmonrc;
- * Can be started multiple times;
- * Commandline options for help (-h), version (-v),
- start mode (-i & -s) and display (-d);
+ * Realtime CPU 'stress' meter
+ * Average system load, like xload & wmavgload
+ * Average system load graphic is auto-scaling
+ * Realtime Disk I/O 'stress' meter
+ * Average Disk I/O load graphic (auto-scaling)
+ * Realtime total Mem & Swap usage meters
+ * System uptime display
+ * Realtime cycling through all monitor modes
+ * Can launch 3 user definable commands through ~/.wmmonrc
+ * Can be started multiple times
diff --git a/debian/copyright b/debian/copyright
index 831a3cd..b388444 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -24,6 +24,6 @@ Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/doc/copyright/GPL'.
+Public License can be found in `/usr/share/common-liceneses/GPL'.
diff --git a/debian/dirs b/debian/dirs
index 82eb000..74c5069 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1,2 +1,2 @@
-usr/X11R6/bin
+usr/bin
diff --git a/debian/menu b/debian/menu
new file mode 100644
index 0000000..802e8c3
--- /dev/null
+++ b/debian/menu
@@ -0,0 +1,7 @@
+?package(wmmon):\
+ needs=X11\
+ section=Apps/System\
+ title="WMmon"\
+ command="/usr/bin/wmmon"\
+ hints="Monitoring,Dockapp"
+
diff --git a/debian/rules b/debian/rules
index 955efcd..a2728a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ install-stamp: build-stamp
dh_clean -k
dh_installdirs
- install -m 755 wmmon/wmmon `pwd`/debian/tmp/usr/X11R6/bin
+ install -m 755 wmmon/wmmon `pwd`/debian/tmp/usr/bin
touch install-stamp
@@ -41,9 +41,10 @@ binary-arch: build install
# dh_testversion
dh_testdir
dh_testroot
- dh_installdocs BUGS HINTS INSTALL README TODO
- dh_undocumented wmmon.1x
+ dh_installdocs BUGS HINTS README TODO
+ dh_undocumented wmmon.1
dh_installchangelogs CHANGES
+ dh_installmenu
dh_strip
dh_compress
dh_fixperms
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmmon.git
More information about the Pkg-wmaker-commits
mailing list