r296 - in /debtorrent/trunk/debian: changelog debtorrent.logrotate rules

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Sun Oct 14 21:17:49 UTC 2007


Author: camrdale-guest
Date: Sun Oct 14 21:17:49 2007
New Revision: 296

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=296
Log:
* Add logrotate file (Closes: #440510, #446297)

Added:
    debtorrent/trunk/debian/debtorrent.logrotate
Modified:
    debtorrent/trunk/debian/changelog
    debtorrent/trunk/debian/rules

Modified: debtorrent/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/changelog?rev=296&op=diff
==============================================================================
--- debtorrent/trunk/debian/changelog (original)
+++ debtorrent/trunk/debian/changelog Sun Oct 14 21:17:49 2007
@@ -1,3 +1,9 @@
+debtorrent (0.1.4.2) unstable; urgency=low
+
+  * Add logrotate file (Closes: #440510, #446297)
+
+ -- Cameron Dale <camrdale at gmail.com>  Sun, 14 Oct 2007 14:13:00 -0700
+
 debtorrent (0.1.4.1) unstable; urgency=low
 
   * Fix the copyright file for addition to debian archive (Closes: #428005)

Added: debtorrent/trunk/debian/debtorrent.logrotate
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/debtorrent.logrotate?rev=296&op=file
==============================================================================
--- debtorrent/trunk/debian/debtorrent.logrotate (added)
+++ debtorrent/trunk/debian/debtorrent.logrotate Sun Oct 14 21:17:49 2007
@@ -1,0 +1,12 @@
+/var/log/debtorrent/apt-access.log
+/var/log/debtorrent/debtorrent-client.log
+/var/log/debtorrent/debtorrent-tracker.log
+/var/log/debtorrent/tracker-access.log {
+        weekly
+        rotate 7
+        missingok
+        notifempty
+        compress
+        copytruncate
+        delaycompress
+}

Modified: debtorrent/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/rules?rev=296&op=diff
==============================================================================
--- debtorrent/trunk/debian/rules (original)
+++ debtorrent/trunk/debian/rules Sun Oct 14 21:17:49 2007
@@ -50,6 +50,7 @@
 	dh_installdocs
 	dh_installexamples
 	dh_installman
+	dh_installlogrotate
 	
 	# Remove the .py from the end of each of these and move them out of
 	# the path




More information about the Debtorrent-commits mailing list