[Pkg-asv-commits] r39 - trunk/debian

chrism at alioth.debian.org chrism at alioth.debian.org
Fri Sep 5 07:50:11 UTC 2008


Author: chrism
Date: 2008-09-05 07:50:10 +0000 (Fri, 05 Sep 2008)
New Revision: 39

Modified:
   trunk/debian/changelog
   trunk/debian/cron.daily
Log:
call apt-show-versions without path in cron.daily 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-08-19 08:26:06 UTC (rev 38)
+++ trunk/debian/changelog	2008-09-05 07:50:10 UTC (rev 39)
@@ -1,3 +1,9 @@
+apt-show-versions (0.15) unstable; urgency=low
+
+  * call apt-show-versions without path in cron.daily 
+
+ -- Christoph Martin <Christoph.Martin at Uni-Mainz.DE>  Fri,  5 Sep 2008 09:47:38 +0200
+
 apt-show-versions (0.14) unstable; urgency=low
 
   [ Andreas Hoenen ]

Modified: trunk/debian/cron.daily
===================================================================
--- trunk/debian/cron.daily	2008-08-19 08:26:06 UTC (rev 38)
+++ trunk/debian/cron.daily	2008-09-05 07:50:10 UTC (rev 39)
@@ -2,4 +2,4 @@
 
 [ -f /usr/bin/apt-show-versions ] || exit 0
 
-/usr/bin/apt-show-versions -i
+apt-show-versions -i




More information about the Pkg-asv-commits mailing list