[Pkg-logwatch-general] r52 - in trunk: debian patches

Willi Mann willi-guest at costa.debian.org
Wed Sep 27 09:37:54 UTC 2006


Author: willi-guest
Date: 2006-09-27 09:37:53 +0000 (Wed, 27 Sep 2006)
New Revision: 52

Added:
   trunk/patches/08-debspecific-datamanip-apt-install.diff
Modified:
   trunk/debian/README.Debian
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
7.3.1-1~0:
- libdate-manip-perl for the range parameter


Modified: trunk/debian/README.Debian
===================================================================
--- trunk/debian/README.Debian	2006-09-22 09:49:41 UTC (rev 51)
+++ trunk/debian/README.Debian	2006-09-27 09:37:53 UTC (rev 52)
@@ -1,3 +1,13 @@
+More specific ranges:
+====================
+
+Logwatch's range parameter supports a lot of range options if you apt-get 
+install libdate-manip-perl (Date::Manip in Perl terms). Type 
+logwatch --range Help
+for more information.
+
+
+
 access.log parsing - service http:
 ==================================
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-09-22 09:49:41 UTC (rev 51)
+++ trunk/debian/changelog	2006-09-27 09:37:53 UTC (rev 52)
@@ -1,3 +1,13 @@
+logwatch (7.3.1-2~0) unstable; urgency=low
+
+  * Another unmatched line for secure.
+  * Recommend lib-date-manip-perl.
+  * Change the logwatch warning when Date::Manip not available.
+  * Create the same directory structure in /etc as in the logwatch install
+    script.
+
+ -- Willi Mann <willi at wm1.at>  Fri, 22 Sep 2006 11:50:25 +0200
+
 logwatch (7.3.1-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2006-09-22 09:49:41 UTC (rev 51)
+++ trunk/debian/control	2006-09-27 09:37:53 UTC (rev 52)
@@ -8,6 +8,7 @@
 Package: logwatch
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, exim | mail-transport-agent
+Recommends: libdate-manip-perl
 Suggests: fortune-mod
 Description: log analyser with nice output written in Perl
  Logwatch is a modular log analyser that runs every night 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2006-09-22 09:49:41 UTC (rev 51)
+++ trunk/debian/rules	2006-09-27 09:37:53 UTC (rev 52)
@@ -52,7 +52,10 @@
 	# Add here commands to install the package into debian/logwatch.
 	mkdir -p $(LOGDIR)
 	mkdir -p $(LOGDIR)/conf
+	mkdir -p $(LOGDIR)/conf/logfiles
+	mkdir -p $(LOGDIR)/conf/services
 	mkdir -p $(LOGDIR)/scripts
+	mkdir -p $(LOGDIR)/scripts/services
 	
 	# Remove "update" files
 	# find $(LOGDIR) -name "*.orig" -or -name "*.rej" -exec rm -f {} \;

Added: trunk/patches/08-debspecific-datamanip-apt-install.diff
===================================================================
--- trunk/patches/08-debspecific-datamanip-apt-install.diff	                        (rev 0)
+++ trunk/patches/08-debspecific-datamanip-apt-install.diff	2006-09-27 09:37:53 UTC (rev 52)
@@ -0,0 +1,11 @@
+diff -ur logwatch-7.3.1.b/lib/Logwatch.pm logwatch-7.3.1/lib/Logwatch.pm
+--- logwatch-7.3.1.b/lib/Logwatch.pm	2006-01-21 00:20:20.000000000 +0100
++++ logwatch-7.3.1/lib/Logwatch.pm	2006-09-22 12:00:19.000000000 +0200
+@@ -358,6 +358,7 @@
+        print STDERR "\nThis system does not have Date::Manip module loaded, and therefore\n";
+        print STDERR "the only valid --range parameters are 'yesterday', 'today', or 'all'.\n";
+        print STDERR "The Date::Manip module can be installed by using either of:\n";
++       print STDERR "   apt-get install libdate-manip-perl (recommended on Debian)'\n";
+        print STDERR "   cpan -i 'Date::Manip'\n";
+        print STDERR "   perl -MCPAN -e 'install Date::Manip'\n";
+        print STDERR "\nFollowing is a description of the full capabilities available if\n";




More information about the Pkg-logwatch-general mailing list