[Pkg-ocaml-maint-commits] r4570 - in /trunk/packages/otags/trunk/debian: changelog control

mfurr at users.alioth.debian.org mfurr at users.alioth.debian.org
Mon Sep 24 17:05:12 UTC 2007


Author: mfurr
Date: Mon Sep 24 17:05:12 2007
New Revision: 4570

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4570
Log:
add runtime dep on camlp5

Modified:
    trunk/packages/otags/trunk/debian/changelog
    trunk/packages/otags/trunk/debian/control

Modified: trunk/packages/otags/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/otags/trunk/debian/changelog?rev=4570&op=diff
==============================================================================
--- trunk/packages/otags/trunk/debian/changelog (original)
+++ trunk/packages/otags/trunk/debian/changelog Mon Sep 24 17:05:12 2007
@@ -1,3 +1,10 @@
+otags (3.09.3-2) unstable; urgency=low
+
+  * Added runtime dep on camlp5 (Closes: #443435)
+  * Ack previous NMU (Closes: #441929)
+
+ -- Mike Furr <mfurr at debian.org>  Mon, 24 Sep 2007 13:04:11 -0400
+
 otags (3.09.3-1.1) unstable; urgency=low
 
   * added camlp5 to build-depends

Modified: trunk/packages/otags/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/otags/trunk/debian/control?rev=4570&op=diff
==============================================================================
--- trunk/packages/otags/trunk/debian/control (original)
+++ trunk/packages/otags/trunk/debian/control Mon Sep 24 17:05:12 2007
@@ -9,7 +9,7 @@
 
 Package: otags
 Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI},${shlibs:Depends}
+Depends: ocaml-base-nox-${F:OCamlABI}, camlp5, ${shlibs:Depends}
 Description: tool for building TAGS files from O'Caml sources
  otags is a tool for building "TAGS" files for emacs and vi.  TAGS
  files provide the editor with an index table, mapping important




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