[Pkg-logwatch-general] r66 - trunk/debian

willi-guest at alioth.debian.org willi-guest at alioth.debian.org
Sun May 27 14:49:03 UTC 2007


Author: willi-guest
Date: 2007-05-27 14:49:03 +0000 (Sun, 27 May 2007)
New Revision: 66

Added:
   trunk/debian/compat
Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/logwatch.00logwatch.cron.daily
   trunk/debian/rules
Log:

  * Add patch that allows --mailto to take no email address. This is used in
    the cron script.
  * Add XS-Vcs-Svn and XS-Vcs-Browser to debian/control.
  * No longer set DH_COMPAT in debian/rules, use debian/compat. (thanks to 
    lintian). Set compatibility to version 5 and depend on it. 



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-05-27 14:15:19 UTC (rev 65)
+++ trunk/debian/changelog	2007-05-27 14:49:03 UTC (rev 66)
@@ -9,7 +9,13 @@
   * Use Homepage: instead of verbosity in Description (closes: #416488)
   * Avoid using syslog for maillog services. This fixes double reports of 
     postfix, courier and maybe some others. 
+  * Add patch that allows --mailto to take no email address. This is used in
+    the cron script.
+  * Add XS-Vcs-Svn and XS-Vcs-Browser to debian/control.
+  * No longer set DH_COMPAT in debian/rules, use debian/compat. (thanks to 
+    lintian). Set compatibility to version 5 and depend on it. 
 
+
  -- Willi Mann <willi at wm1.at>  Mon, 23 Apr 2007 11:46:23 +0200
 
 logwatch (7.3.1-5) unstable; urgency=low

Added: trunk/debian/compat
===================================================================
--- trunk/debian/compat	                        (rev 0)
+++ trunk/debian/compat	2007-05-27 14:49:03 UTC (rev 66)
@@ -0,0 +1 @@
+5

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2007-05-27 14:15:19 UTC (rev 65)
+++ trunk/debian/control	2007-05-27 14:49:03 UTC (rev 66)
@@ -2,8 +2,10 @@
 Section: admin
 Priority: optional
 Maintainer: Willi Mann <willi at wm1.at>
-Build-Depends: debhelper (>> 4.0.0)
+Build-Depends: debhelper (>> 5.0.0)
 Standards-Version: 3.7.2.0
+XS-Vcs-Svn: svn://svn.debian.org/pkg-logwatch/trunk
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-logwatch/trunk/
 
 Package: logwatch
 Architecture: all

Modified: trunk/debian/logwatch.00logwatch.cron.daily
===================================================================
--- trunk/debian/logwatch.00logwatch.cron.daily	2007-05-27 14:15:19 UTC (rev 65)
+++ trunk/debian/logwatch.00logwatch.cron.daily	2007-05-27 14:49:03 UTC (rev 66)
@@ -4,4 +4,4 @@
 test -x /usr/share/logwatch/scripts/logwatch.pl || exit 0
 
 #execute
-/usr/sbin/logwatch
+/usr/sbin/logwatch --mailto

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-05-27 14:15:19 UTC (rev 65)
+++ trunk/debian/rules	2007-05-27 14:49:03 UTC (rev 66)
@@ -5,9 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
-
 export DESTDIR=$(CURDIR)/debian/logwatch
 
 SHELL=/bin/bash




More information about the Pkg-logwatch-general mailing list