[Pkg-ocaml-maint-commits] r3873 - in /trunk/packages/ocaml-tools/trunk/debian: README.idl changelog cmigrep.1 control copyright dirs patches/ rules

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Sun Jun 24 20:39:36 UTC 2007


Author: treinen
Date: Sun Jun 24 20:39:35 2007
New Revision: 3873

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3873
Log:
ocaml-tools: remove cmigrep, ocamldot, ocaml-makefile

Removed:
    trunk/packages/ocaml-tools/trunk/debian/README.idl
    trunk/packages/ocaml-tools/trunk/debian/cmigrep.1
    trunk/packages/ocaml-tools/trunk/debian/patches/
Modified:
    trunk/packages/ocaml-tools/trunk/debian/changelog
    trunk/packages/ocaml-tools/trunk/debian/control
    trunk/packages/ocaml-tools/trunk/debian/copyright
    trunk/packages/ocaml-tools/trunk/debian/dirs
    trunk/packages/ocaml-tools/trunk/debian/rules

Modified: trunk/packages/ocaml-tools/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-tools/trunk/debian/changelog?rev=3873&op=diff
==============================================================================
--- trunk/packages/ocaml-tools/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-tools/trunk/debian/changelog Sun Jun 24 20:39:35 2007
@@ -1,12 +1,13 @@
-ocaml-tools (2007.02.04-3) UNRELEASED; urgency=low
+ocaml-tools (2007.06.24-1) unstable; urgency=low
 
   [ Samuel Mimram ]
   * Correct German debconf translation which was invalid, closes: #418980.
   [ Ralf Treinen ]
   * Split off cmigrep into a package of its own.
-  * Split off ocamlmakefile into a package of its own
-
- -- Ralf Treinen <treinen at debian.org>  Sun, 20 May 2007 21:01:18 +0200
+  * Split off ocamlmakefile into a package of its own.
+  * Remove ocamldot since this functionality is now provided by ocamldoc.
+
+ -- Ralf Treinen <treinen at debian.org>  Sun, 24 Jun 2007 22:31:35 +0200
 
 ocaml-tools (2007.02.04-2) unstable; urgency=low
 

Modified: trunk/packages/ocaml-tools/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-tools/trunk/debian/control?rev=3873&op=diff
==============================================================================
--- trunk/packages/ocaml-tools/trunk/debian/control (original)
+++ trunk/packages/ocaml-tools/trunk/debian/control Sun Jun 24 20:39:35 2007
@@ -3,20 +3,18 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>
-Build-Depends: debhelper (>= 4.0), dpatch
-Build-Depends-Indep: ocaml-nox (>= 3.09.1)
+Build-Depends: debhelper (>= 4.0)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-tools
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-tools/trunk/
 
 Package: ocaml-tools
 Architecture: all
-Depends: ocaml-base-nox-${F:OCamlABI}, ${misc:Depends}
+Depends: ${misc:Depends}
 Enhances: ocaml
-Suggests: autoconf, graphviz, vim, otags
+Suggests: autoconf, vim, otags
 Description: various tools for ocaml programmers
  This package collects various tools for ocaml programmers:
   - a configure.in and Makefile.in template
-  - ocamldot: generate program dependency graphs for ocaml programs
   - omlet: a better ocaml indentation mode for vim
 

Modified: trunk/packages/ocaml-tools/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-tools/trunk/debian/copyright?rev=3873&op=diff
==============================================================================
--- trunk/packages/ocaml-tools/trunk/debian/copyright (original)
+++ trunk/packages/ocaml-tools/trunk/debian/copyright Sun Jun 24 20:39:35 2007
@@ -14,18 +14,6 @@
 the file /usr/share/common-licenses/LGPL-2.
 
  
-ocamldot
---------
-Dowloaded from http://www.research.att.com/~trevor/ocamldot/index.html
-
-Upstream Author: Trevor Jim <trevor at research.att.com>
-
-Copyright:
-
-Ocamldot was written by Trevor Jim.  It is in the public domain; use
-it however you like, at your own risk.
-
-
 omlet
 -----
 Downloaded from http://www.vim.org/scripts/script.php?script_id=1196

Modified: trunk/packages/ocaml-tools/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-tools/trunk/debian/dirs?rev=3873&op=diff
==============================================================================
--- trunk/packages/ocaml-tools/trunk/debian/dirs (original)
+++ trunk/packages/ocaml-tools/trunk/debian/dirs Sun Jun 24 20:39:35 2007
@@ -1,6 +1,4 @@
 usr/share/doc/ocaml-tools
-usr/bin
 usr/share/ocaml-tools
 usr/share/ocaml-tools/omlet
-usr/share/man/man1
 usr/share/lintian/overrides

Modified: trunk/packages/ocaml-tools/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-tools/trunk/debian/rules?rev=3873&op=diff
==============================================================================
--- trunk/packages/ocaml-tools/trunk/debian/rules (original)
+++ trunk/packages/ocaml-tools/trunk/debian/rules Sun Jun 24 20:39:35 2007
@@ -3,7 +3,7 @@
 
 #export DH_VERBOSE=1
 
-OCAMLABI := $(shell ocamlc -version)
+#OCAMLABI := $(shell ocamlc -version)
 
 # top level dir for documentation
 DOCDIR = debian/ocaml-tools/usr/share/doc/ocaml-tools
@@ -16,30 +16,18 @@
 
 include /usr/share/dpatch/dpatch.make
 
-build: ocamldot/ocamldot 
+build:
 
-ocamldot/ocamldot: patch
-	dh_testdir
-	(cd ocamldot; make)
-
-clean: unpatch
+clean: 
 	dh_testdir
 	dh_testroot
 	dh_clean
-	if [ -d ocamldot ] ; then \
-		cd ocamldot ; make clean ; \
-	fi
 
 install:
 	dh_testdir
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-
-	# ocamldot
-	cp ocamldot/ocamldot debian/ocaml-tools/usr/bin
-	cp ocamldot/README $(DOCDIR)/README.ocamldot
-	cp ocamldot/ocamldot.1 debian/ocaml-tools/usr/share/man/man1
 
 	# autoconf
 	cp autoconf/configure.in $(SHDIR)
@@ -66,9 +54,5 @@
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_gencontrol -- -VF:OCamlABI="$(OCAMLABI)"
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch
+	dh_gencontrol
+inary-indep binary-arch binary install




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