From: Michael Vogt <michael.vogt@ubuntu.com>
Date: Mon, 12 Sep 2005 13:39:41 +0000 (+0000)
Subject: * fix a typo
X-Git-Tag: 0.7.24ubuntu1~298
X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/3971f8e87d659d9ac657dafdf665019a9cfc5c4c

* fix a typo
---

diff --git a/configure.in b/configure.in
index 494c68033..8b38188da 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 
 dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.6.40.1ubuntu3")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.40.1ubuntu4")
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily
index e3aaccfb0..26dfa2530 100644
--- a/debian/apt.cron.daily
+++ b/debian/apt.cron.daily
@@ -121,7 +121,7 @@ check_size_constraints()
 	    # check for MinAge of the file
 	    if [ ! $MinAge -eq 0 ]; then 
 		# check both ctime and mtime 
-		mtime=$(date -c %Y $file)
+		mtime=$(stat -c %Y $file)
 		ctime=$(stat -c %Z $file)
 		if [ $mtime -gt $ctime ]; then
 		    delta=$(($now-$mtime))
diff --git a/debian/changelog b/debian/changelog
index a270e3b25..d2c8fabd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+apt (0.6.40.1ubuntu4) breezy; urgency=low
+
+  * debian/apt.cron.daily:
+    - fix a embarrassing typo
+  
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Wed,  7 Sep 2005 10:10:37 +0200
+
 apt (0.6.40.1ubuntu3) breezy; urgency=low
 
   * debian/apt.cron.daily: