]> git.saurik.com Git - apt.git/commitdiff
* fix a typo
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 12 Sep 2005 13:39:41 +0000 (13:39 +0000)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 12 Sep 2005 13:39:41 +0000 (13:39 +0000)
configure.in
debian/apt.cron.daily
debian/changelog

index 494c6803359e61f2e710002832e384fb5a07a477..8b38188dae30f576de27105b4ec913137a757fe9 100644 (file)
@@ -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)
index e3aaccfb07a344df582bb5da307494fa92ea0dcf..26dfa253083f516433713b46d0fceed89a5e1117 100644 (file)
@@ -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))
index a270e3b25b3fc2e6eb965d15adb930af8087a260..d2c8fabd8a80c1f34db4d2aabb1d492bcfde6983 100644 (file)
@@ -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: