[Pkg-nagios-changes] [pkg-nagios] r534 - in
nagios-plugins/trunk/debian: . patches
Marc Haber
zugschlus at costa.debian.org
Fri Jan 20 19:02:08 UTC 2006
Author: zugschlus
Date: 2006-01-20 19:02:08 +0000 (Fri, 20 Jan 2006)
New Revision: 534
Added:
nagios-plugins/trunk/debian/patches/23_check_axis.dpatch
Modified:
nagios-plugins/trunk/debian/changelog
nagios-plugins/trunk/debian/patches/00list
Log:
* add 23_check_axis.dpatch, making the package suiteable to
debian/-only layout
Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog 2006-01-20 19:00:14 UTC (rev 533)
+++ nagios-plugins/trunk/debian/changelog 2006-01-20 19:02:08 UTC (rev 534)
@@ -2,8 +2,11 @@
* NOT YET RELEASED
* migrate package from CVS to svn
+ * add 23_check_axis.dpatch, making the package suiteable to
+ debian/-only layout
+ * convert to debian/-only layout
- -- Marc Haber <mh+debian-packages at zugschlus.de> Fri, 20 Jan 2006 18:59:42 +0000
+ -- Marc Haber <mh+debian-packages at zugschlus.de> Fri, 20 Jan 2006 19:01:25 +0000
nagios-plugins (1.4.2-5) unstable; urgency=low
Modified: nagios-plugins/trunk/debian/patches/00list
===================================================================
--- nagios-plugins/trunk/debian/patches/00list 2006-01-20 19:00:14 UTC (rev 533)
+++ nagios-plugins/trunk/debian/patches/00list 2006-01-20 19:02:08 UTC (rev 534)
@@ -12,3 +12,4 @@
20_check_ntp_lessbeastlyregex.dpatch
21_de.po_fixes.dpatch
22_check_smb_hostaddress.dpatch
+23_check_axis.dpatch
Added: nagios-plugins/trunk/debian/patches/23_check_axis.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/23_check_axis.dpatch 2006-01-20 19:00:14 UTC (rev 533)
+++ nagios-plugins/trunk/debian/patches/23_check_axis.dpatch 2006-01-20 19:02:08 UTC (rev 534)
@@ -0,0 +1,24 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 23_check_axis.dpatch by Marc Haber <mh+debian-packages at zugschlus.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad trunk~/contrib/check_axis.sh trunk/contrib/check_axis.sh
+--- trunk~/contrib/check_axis.sh 2003-05-26 10:09:23.000000000 +0000
++++ trunk/contrib/check_axis.sh 2006-01-20 19:00:46.000000000 +0000
+@@ -29,9 +29,11 @@
+ status=`echo $lines | awk '{ print $3 }'`
+ if [ "$status" == "Printing" ]; then
+ bytes=`echo $lines | awk '{ print $4 }'`;
+- comments=`echo $lines | tr -d "
" | awk '{ print $5 " " $6 }'`;
++ comments=`echo $lines | tr -d "
++" | awk '{ print $5 " " $6 }'`;
+ else
+- comments=`echo $lines | tr -d "
" | awk '{ print $4 " " $5 }'`;
++ comments=`echo $lines | tr -d "
++" | awk '{ print $4 " " $5 }'`;
+ fi
+
+ comma=`echo $comments | grep , | wc -l`
Property changes on: nagios-plugins/trunk/debian/patches/23_check_axis.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-nagios-changes
mailing list