[Pkg-ocaml-maint-commits] [SCM] approx upstream and debian packaging branch, master, updated. debian/4.6-1-35-gbf7c5ab

Eric Cooper ecc at cmu.edu
Wed Jun 22 02:21:51 UTC 2011


The following commit has been merged in the master branch:
commit 654066317ed8251b7031b351ebfca239f812d2d3
Author: Eric Cooper <ecc at cmu.edu>
Date:   Thu May 5 22:20:04 2011 -0400

    remove approx-update

diff --git a/debian/approx.cron.daily b/debian/approx.cron.daily
deleted file mode 100644
index 30520d1..0000000
--- a/debian/approx.cron.daily
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# Update the approx(8) cache
-
-if [ -x /usr/sbin/approx-update ]; then
-    /usr/sbin/approx-update --quiet
-fi
diff --git a/debian/approx.install b/debian/approx.install
index 9cd5f28..e71d1cc 100644
--- a/debian/approx.install
+++ b/debian/approx.install
@@ -1,5 +1,4 @@
 approx		usr/sbin
 approx-gc	usr/sbin
-approx-update	usr/sbin
 approx-import	usr/sbin
 etc/approx.conf	etc/approx
diff --git a/debian/approx.manpages b/debian/approx.manpages
index 8b462a0..004b899 100644
--- a/debian/approx.manpages
+++ b/debian/approx.manpages
@@ -1,5 +1,4 @@
 doc/approx.8
 doc/approx-gc.8
-doc/approx-update.8
 doc/approx-import.8
 doc/approx.conf.5

-- 
approx upstream and debian packaging



More information about the Pkg-ocaml-maint-commits mailing list