[Logcheck-commits] r1355 - logcheck/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Thu Nov 16 15:08:47 CET 2006


Author: madduck
Date: 2006-11-16 15:08:46 +0100 (Thu, 16 Nov 2006)
New Revision: 1355

Added:
   logcheck/trunk/debian/README.backports
Modified:
   logcheck/trunk/debian/README.debian
   logcheck/trunk/debian/changelog
   logcheck/trunk/debian/logcheck-database.docs
Log:
* Added README.backports.

Added: logcheck/trunk/debian/README.backports
===================================================================
--- logcheck/trunk/debian/README.backports	2006-11-15 21:07:13 UTC (rev 1354)
+++ logcheck/trunk/debian/README.backports	2006-11-16 14:08:46 UTC (rev 1355)
@@ -0,0 +1,62 @@
+logcheck backports
+==================
+
+Following a stable Debian release, logcheck rules will be updated and
+backported (at irregular intervals) to install cleanly on systems running the
+stable release. You can obtain these backports from backports.org, following
+these instructions:
+
+  http://backports.org/dokuwiki/doku.php?id=instructions
+
+In short, you need to make these changes:
+
+---8<---
+# cat <<_eof >> /etc/apt/sources.list
+## unless you have backports already enabled:
+deb http://www.backports.org/debian sarge-backports main
+_eof
+# cat <<_eof >> /etc/apt/preferences
+Package: logcheck
+Pin: release a=etch-backports
+Pin-Priority: 600
+
+Package: logcheck-database
+Pin: release a=etch-backports
+Pin-Priority: 600
+
+Package: logtail
+Pin: release a=etch-backports
+Pin-Priority: 600
+_eof
+# apt-get update; apt-get upgrade
+---8<---
+
+Even newer packages are available from my own archive:
+
+---8<---
+# cat <<_eof >> /etc/apt/sources.list
+deb http://debian.madduck.net/repo sarge-backports main
+_eof
+# cat <<_eof >> /etc/apt/preferences
+Package: *
+Pin: release a=etch-backports, release o=madduck
+Pin-Priority: 50
+
+Package: logcheck
+Pin: release a=etch-backports, release o=madduck
+Pin-Priority: 600
+
+Package: logcheck-database
+Pin: release a=etch-backports, release o=madduck
+Pin-Priority: 600
+
+Package: logtail
+Pin: release a=etch-backports, release o=madduck
+Pin-Priority: 600
+_eof
+# apt-get update; apt-get upgrade
+---8<---
+
+ -- martin f. krafft <madduck at debian.org>  Thu, 16 Nov 2006 14:58:55 +0100
+
+$Id:$

Modified: logcheck/trunk/debian/README.debian
===================================================================
--- logcheck/trunk/debian/README.debian	2006-11-15 21:07:13 UTC (rev 1354)
+++ logcheck/trunk/debian/README.debian	2006-11-16 14:08:46 UTC (rev 1355)
@@ -38,6 +38,10 @@
 that the logcheck user exists.  This may be changed in a future version of
 Debian.
 
+Backports
+~~~~~~~~~
+See /usr/local/share/logcheck-database/README.backports.gz .
+
 Getting the source/contributing
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 The Debian logcheck package is now maintained in Subversion:

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-11-15 21:07:13 UTC (rev 1354)
+++ logcheck/trunk/debian/changelog	2006-11-16 14:08:46 UTC (rev 1355)
@@ -99,8 +99,10 @@
 
   * ignore.d.server/ntp: ignore debug messages from signal_no_reset.
 
- -- martin f. krafft <madduck at debian.org>  Wed, 15 Nov 2006 22:06:10 +0100
+  * Added README.backports.
 
+ -- martin f. krafft <madduck at debian.org>  Thu, 16 Nov 2006 15:07:12 +0100
+
 logcheck (1.2.50) unstable; urgency=low
 
   * chgrp the entire /etc/logcheck tree to group logcheck if it exists during

Modified: logcheck/trunk/debian/logcheck-database.docs
===================================================================
--- logcheck/trunk/debian/logcheck-database.docs	2006-11-15 21:07:13 UTC (rev 1354)
+++ logcheck/trunk/debian/logcheck-database.docs	2006-11-16 14:08:46 UTC (rev 1355)
@@ -1 +1,2 @@
 ./docs/README.logcheck-database
+debian/README.backports




More information about the Logcheck-commits mailing list