[Pkg-ocaml-maint-commits] r3695 - in /trunk/packages/ocaml/branches/ocaml-3.10.0~beta/debian: changelog control ocaml-source.dirs ocaml-source.files rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sun Apr 15 15:30:37 UTC 2007


Author: zack
Date: Sun Apr 15 15:30:36 2007
New Revision: 3695

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3695
Log:
removed generation of the ocaml-source package

Removed:
    trunk/packages/ocaml/branches/ocaml-3.10.0~beta/debian/ocaml-source.dirs
    trunk/packages/ocaml/branches/ocaml-3.10.0~beta/debian/ocaml-source.files
Modified:
    trunk/packages/ocaml/branches/ocaml-3.10.0~beta/debian/changelog
    trunk/packages/ocaml/branches/ocaml-3.10.0~beta/debian/control
    trunk/packages/ocaml/branches/ocaml-3.10.0~beta/debian/rules

Modified: trunk/packages/ocaml/branches/ocaml-3.10.0~beta/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/branches/ocaml-3.10.0%7Ebeta/debian/changelog?rev=3695&op=diff
==============================================================================
--- trunk/packages/ocaml/branches/ocaml-3.10.0~beta/debian/changelog (original)
+++ trunk/packages/ocaml/branches/ocaml-3.10.0~beta/debian/changelog Sun Apr 15 15:30:36 2007
@@ -20,6 +20,8 @@
       libraries and forbid it for bytecode programs
   * debian/rules
     - delegated more installation stuff to dh_install
+  * debian/control
+    - get rid of the no longer needed ocaml-source package
 
   [Ralf Treinen]
   * debian/patches/*
@@ -32,7 +34,7 @@
     - Patch LIBDIR and STBLIBDIR setting in config/Makefile after invokation
       of configure
 
- -- Stefano Zacchiroli <zack at debian.org>  Sat, 14 Apr 2007 20:22:15 +0200
+ -- Stefano Zacchiroli <zack at debian.org>  Sun, 15 Apr 2007 17:26:45 +0200
 
 ocaml (3.09.3-1) experimental; urgency=low
 

Modified: trunk/packages/ocaml/branches/ocaml-3.10.0~beta/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/branches/ocaml-3.10.0%7Ebeta/debian/control?rev=3695&op=diff
==============================================================================
--- trunk/packages/ocaml/branches/ocaml-3.10.0~beta/debian/control (original)
+++ trunk/packages/ocaml/branches/ocaml-3.10.0~beta/debian/control Sun Apr 15 15:30:36 2007
@@ -112,18 +112,6 @@
  For big source codes, these packages can be two to three times faster, but
  for most normal sized sources, the difference won't be noticeable.
 
-Package: ocaml-source
-Architecture: all
-Provides: ocaml-source-${F:OCamlABI}
-Description: Sources for Objective Caml
- Objective Caml is an implementation of the ML language, based on
- the Caml Light dialect extended with a complete class-based object system
- and a powerful module system in the style of Standard ML.
- .
- This package contains the sources needed to build some packages which build
- depend on the ocaml source. Notice that if you want to rebuild ocaml, these
- will not work, consider using the source package instead.
-
 Package: ocaml-interp
 Architecture: any
 Provides: ocaml-interp-${F:OCamlABI}

Modified: trunk/packages/ocaml/branches/ocaml-3.10.0~beta/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/branches/ocaml-3.10.0%7Ebeta/debian/rules?rev=3695&op=diff
==============================================================================
--- trunk/packages/ocaml/branches/ocaml-3.10.0~beta/debian/rules (original)
+++ trunk/packages/ocaml/branches/ocaml-3.10.0~beta/debian/rules Sun Apr 15 15:30:36 2007
@@ -56,12 +56,6 @@
 # Should never be called automatically.
 debian/control:
 	sed -e 's/#OcamlNativeArchs#/$(NATIVE_ARCHS)/g' debian/control.in > $@
-
-# Generate list of files ocaml-source.
-# Should never be called automatically.
-debian/ocaml-source.files:
-	tar ztf ../upstream/ocaml_$(OCAMLABI).orig.tar.gz | cut -d/ -f2- | grep -v ^$$ | grep -v .*/$$ | grep -v .cvsignore > debian/ocaml-source.files
-
 
 config-stamp: configure abi-sed
 	dh_testdir
@@ -157,15 +151,6 @@
 		sed -i -e '1 i #!/bin/sh' emacs/ocamltags.in; \
 	fi
 	$(MAKE) -C emacs SCRIPTDIR=$(CURDIR)/debian/ocaml-mode/usr/bin install-ocamltags
-
-	# Build the archive for ocaml-source
-	for i in `cat debian/ocaml-source.files`; do			\
-		install -m 644 -D $$i					\
-		debian/ocaml-source/usr/src/ocaml-$(OCAMLABI)/$$i;	\
-	done
-	tar cjf debian/ocaml-source/usr/src/ocaml-source-$(OCAMLABI).tar.bz2	\
-		-C debian/ocaml-source/usr/src ocaml-$(OCAMLABI)
-	rm -rf debian/ocaml-source/usr/src/ocaml-$(OCAMLABI)
 
 	dh_install -i
 




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