[Pkg-ocaml-maint-commits] r3088 - in /trunk/packages/otags: debian/ otags_3.09.0.orig.tar.gz trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/control trunk/debian/control.in trunk/debian/rules upstream/ upstream/otags_3.09.0.orig.tar.gz

mfurr at users.alioth.debian.org mfurr at users.alioth.debian.org
Fri Sep 8 20:32:16 UTC 2006


Author: mfurr
Date: Fri Sep  8 20:32:14 2006
New Revision: 3088

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3088
Log:
Change to svn-buildpackage layout.

Added:
    trunk/packages/otags/trunk/
    trunk/packages/otags/trunk/debian/   (props changed)
      - copied from r3074, trunk/packages/otags/debian/
    trunk/packages/otags/trunk/debian/control
    trunk/packages/otags/upstream/
    trunk/packages/otags/upstream/otags_3.09.0.orig.tar.gz
      - copied unchanged from r3074, trunk/packages/otags/otags_3.09.0.orig.tar.gz
Removed:
    trunk/packages/otags/debian/
    trunk/packages/otags/otags_3.09.0.orig.tar.gz
    trunk/packages/otags/trunk/debian/control.in
Modified:
    trunk/packages/otags/trunk/debian/changelog
    trunk/packages/otags/trunk/debian/rules

Propchange: trunk/packages/otags/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Modified: trunk/packages/otags/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/otags/trunk/debian/changelog?rev=3088&op=diff
==============================================================================
--- trunk/packages/otags/trunk/debian/changelog (original)
+++ trunk/packages/otags/trunk/debian/changelog Fri Sep  8 20:32:14 2006
@@ -1,3 +1,13 @@
+otags (3.09.0-4) unstable; urgency=low
+
+  * Removed control.in as per new policy
+  * Moved to svn-buildpackage layout in SVN
+  * Updated to policy 3.7.2 (no changes needed)
+  * Added dep in Makefile to ensure dirs.in gets reprocessed with binNMU's
+    (Closes: #372592)
+
+ -- Mike Furr <mfurr at debian.org>  Fri,  8 Sep 2006 16:30:53 -0400
+
 otags (3.09.0-3) unstable; urgency=low
 
   * Oops, redirect otags output to /dev/null in update-otags 

Added: trunk/packages/otags/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/otags/trunk/debian/control?rev=3088&op=file
==============================================================================
--- trunk/packages/otags/trunk/debian/control (added)
+++ trunk/packages/otags/trunk/debian/control Fri Sep  8 20:32:14 2006
@@ -1,0 +1,21 @@
+Source: otags
+Section: devel
+Priority: optional
+Maintainer: Mike Furr <mfurr at debian.org>
+Build-Depends: ocaml-nox (>= 3.09.2), debhelper (>= 4.0.0), dpatch
+Standards-Version: 3.7.2
+
+Package: otags
+Architecture: any
+Depends: ocaml-base-nox-${F:OCamlABI},${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
+ symbol names to locations in source files.  This allows the developer
+ to quickly jump to a function in a different file than the one he is
+ currently visiting in the buffer.
+ .
+ otags parses a set of O'Caml source files in either the standard or
+ revised syntax, and creates a TAGS file with the locations
+ offunctions, type declarations, record fields, sum type constructors,
+ etc...

Modified: trunk/packages/otags/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/otags/trunk/debian/rules?rev=3088&op=diff
==============================================================================
--- trunk/packages/otags/trunk/debian/rules (original)
+++ trunk/packages/otags/trunk/debian/rules Fri Sep  8 20:32:14 2006
@@ -10,9 +10,9 @@
 include /usr/share/dpatch/dpatch.make
 OCAMLABI = $(shell ocamlc -version)
 
-.PHONY: transition
+.PHONY: ocamlinit
 
-transition: debian/dirs.in debian/control.in 
+ocamlinit: debian/dirs.in
 	for t in $^; do \
 	    sed -e 's%#OCamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
 	done
@@ -23,7 +23,7 @@
 
 build: build-stamp
 
-build-stamp:  configure-stamp
+build-stamp: ocamlinit configure-stamp
 	dh_testdir
 
 	$(MAKE) depend




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