diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt.cron.daily | 1 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index 17fe8fb78..3e6b384d2 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -20,7 +20,6 @@ check_stamp() stamp=$(date --date=$(date -r $stamp --iso-8601) +%s) now=$(date --date=$(date --iso-8601) +%s) delta=$(($now-$stamp)) - echo "stamp=$stamp, now=$now, delta=$delta" if [ $delta -ge $interval ]; then return 0 diff --git a/debian/changelog b/debian/changelog index b719c5b23..e23460206 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ apt (0.6.31) hoary; urgency=low - * + * Remove debugging output from apt.cron.daily (no one noticed?) -- |