The following commit has been merged in the master branch:
commit 6eeff9583414ce15ed1ccc9ba92efd5477c15693
Author: Eric Cooper <[EMAIL PROTECTED]>
Date:   Thu Nov 20 20:29:50 2008 -0500

    update changelog and cron jobs for new upstream version

diff --git a/debian/approx.cron.daily b/debian/approx.cron.daily
index 30520d1..2fee7db 100644
--- a/debian/approx.cron.daily
+++ b/debian/approx.cron.daily
@@ -3,5 +3,5 @@
 # Update the approx(8) cache
 
 if [ -x /usr/sbin/approx-update ]; then
-    /usr/sbin/approx-update --quiet
+    su --shell /bin/sh --command "/usr/sbin/approx-update --quiet" approx
 fi
diff --git a/debian/approx.cron.weekly b/debian/approx.cron.weekly
index 899b863..b021b4b 100644
--- a/debian/approx.cron.weekly
+++ b/debian/approx.cron.weekly
@@ -3,5 +3,5 @@
 # Garbage collect the approx(8) cache
 
 if [ -x /usr/sbin/approx-gc ]; then
-    /usr/sbin/approx-gc --quiet
+    su --shell /bin/sh --command "/usr/sbin/approx-gc --quiet" approx
 fi
diff --git a/debian/changelog b/debian/changelog
index 85d51d0..bab5b43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+approx (3.5-1) unstable; urgency=low
+
+  * New upstream version
+  * Handle unreadable directories like lost+found more robustly
+    (closes: #488115)
+  * Decompress files in /tmp so gc can be used on a full filesystem
+    (closes: #490028)
+  * Handle multiple blank lines between paragraphs in control files
+    (closes: #501628)
+  * Use "Pragma: no-cache" in case approx is behind a caching proxy
+    (closes: #502405)
+  * Check for correct user and group ID instead of dropping privileges
+    in auxiliary programs like gc and update; use "su" in cron jobs
+  * Create directories when importing files into the cache
+
+ -- Eric Cooper <[EMAIL PROTECTED]>  Wed, 19 Nov 2008 20:42:00 -0500
+
 approx (3.4-1) unstable; urgency=low
 
   * Change to non-native Debian package

-- 
approx upstream and debian packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to