[Pkg-ocaml-maint-commits] r1065 - packages/otags/debian

Mike Furr mfurr@costa.debian.org
Wed, 23 Mar 2005 20:39:52 +0100


Author: mfurr
Date: 2005-03-23 20:39:52 +0100 (Wed, 23 Mar 2005)
New Revision: 1065

Removed:
   packages/otags/debian/files
Modified:
   packages/otags/debian/changelog
   packages/otags/debian/control
   packages/otags/debian/dirs
   packages/otags/debian/rules
Log:
3.08.3 transition


Modified: packages/otags/debian/changelog
===================================================================
--- packages/otags/debian/changelog	2005-03-23 19:39:02 UTC (rev 1064)
+++ packages/otags/debian/changelog	2005-03-23 19:39:52 UTC (rev 1065)
@@ -1,3 +1,9 @@
+otags (3.08.0.2-3) unstable; urgency=medium
+
+  * Rebuild against 3.08.3 (and updated deps) 
+
+ -- Mike Furr <mfurr@debian.org>  Wed, 23 Mar 2005 13:34:49 -0500
+
 otags (3.08.0.2-2) unstable; urgency=low
 
   * Rebuild against ocaml 3.08.2 

Modified: packages/otags/debian/control
===================================================================
--- packages/otags/debian/control	2005-03-23 19:39:02 UTC (rev 1064)
+++ packages/otags/debian/control	2005-03-23 19:39:52 UTC (rev 1065)
@@ -2,12 +2,12 @@
 Section: devel
 Priority: optional
 Maintainer: Mike Furr <mfurr@debian.org>
-Build-Depends: ocaml-nox-3.08, debhelper (>= 4.0.0), dpatch
+Build-Depends: ocaml-nox-3.08.3, debhelper (>= 4.0.0), dpatch
 Standards-Version: 3.6.1.0
 
 Package: otags
 Architecture: any
-Depends: ocaml-nox-3.08,${shlibs:Depends}
+Depends: ocaml-nox-3.08.3,${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

Modified: packages/otags/debian/dirs
===================================================================
--- packages/otags/debian/dirs	2005-03-23 19:39:02 UTC (rev 1064)
+++ packages/otags/debian/dirs	2005-03-23 19:39:52 UTC (rev 1065)
@@ -1,2 +1,2 @@
 usr/bin
-usr/lib/ocaml/3.08/otags
+usr/lib/ocaml/3.08.3/otags

Deleted: packages/otags/debian/files
===================================================================
--- packages/otags/debian/files	2005-03-23 19:39:02 UTC (rev 1064)
+++ packages/otags/debian/files	2005-03-23 19:39:52 UTC (rev 1065)
@@ -1 +0,0 @@
-otags_3.07.1-2_i386.deb devel optional

Modified: packages/otags/debian/rules
===================================================================
--- packages/otags/debian/rules	2005-03-23 19:39:02 UTC (rev 1064)
+++ packages/otags/debian/rules	2005-03-23 19:39:52 UTC (rev 1065)
@@ -11,7 +11,7 @@
 
 configure-stamp: patch-stamp configure
 	dh_testdir
-	./configure --prefix /usr --libdir /usr/lib/ocaml/3.08/otags/
+	./configure --prefix /usr --libdir /usr/lib/ocaml/3.08.3/otags/
 	touch configure-stamp
 
 build: build-stamp