--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: pu: package apt-dater/0.8.4-4
- From: Patrick Matthäi <pmatthaei@debian.org>
- Date: Sun, 06 Feb 2011 15:03:55 +0100
- Message-id: <20110206140355.12223.66833.reportbug@gnu>
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: pu
Hi,
the report came too late to get fixed for squeeze, so I want to upload it
for the next point release, now:
me@gnu:~/Coding/pkg/apt-dater$ diff -Naur tags/0.8.4-4/ trunk/ --exclude=.svn
diff -Naur '--exclude=.svn' tags/0.8.4-4//debian/apt-dater-host.config trunk//debian/apt-dater-host.config
--- tags/0.8.4-4//debian/apt-dater-host.config 2011-01-29 18:40:36.000000000 +0100
+++ trunk//debian/apt-dater-host.config 2011-02-06 14:56:00.000000000 +0100
@@ -4,8 +4,8 @@
. /usr/share/debconf/confmodule
-# Default value is 1 (enabled).
-ASSUME_YES=1
+# Default value is true (enabled).
+ASSUME_YES="true"
if [ -f "/etc/apt-dater-host.conf" ] ; then
# Get the current setted value.
@@ -13,7 +13,7 @@
if [ "$CURRENT_VALUE" = "0" ]; then
# Overwrite default value, if it is not enabled.
- ASSUME_YES=0
+ ASSUME_YES="false"
fi
fi
diff -Naur '--exclude=.svn' tags/0.8.4-4//debian/changelog trunk//debian/changelog
--- tags/0.8.4-4//debian/changelog 2011-01-29 18:40:36.000000000 +0100
+++ trunk//debian/changelog 2011-02-06 14:56:00.000000000 +0100
@@ -1,3 +1,10 @@
+apt-dater (0.8.4-5) UNRELEASED; urgency=medium
+
+ * Fix apt-dater-host.config, to not mess up with boolean values and integers.
+ Closes: #611968
+
+ -- Patrick Matthäi <pmatthaei@debian.org> Fri, 04 Feb 2011 10:22:10 +0100
+
apt-dater (0.8.4-4) unstable; urgency=high
* Add patch from Stefan Bühler, which fixes apt-dater-host.postinst to
-- System Information:
Debian Release: 6.0
APT prefers unstable
APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.37-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- End Message ---