From: Stefano Zacchiroli Date: Thu, 14 Jun 2007 19:42:34 +0000 (+0000) Subject: merged 3.10.0 branch with trunk/ X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~585 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9afafbffac229b005b826e3e70087ac44579e25a;p=ocaml.git merged 3.10.0 branch with trunk/ --- 9afafbffac229b005b826e3e70087ac44579e25a diff --cc debian/TODO.Debian index 00000000,75af9f8a..647d568d mode 000000,100644..100644 --- a/debian/TODO.Debian +++ b/debian/TODO.Debian @@@ -1,0 -1,29 +1,28 @@@ + TODO list for ocaml 3.10.0 (and beyond ...) -- merge with trunk/ + - lintian warnings + lintian /home/srv/debian/pkg-ocaml-maint/packages/ocaml/build-area/ocaml_3.10.0-1_i386.changes + W: ocaml source: substvar-source-version-is-deprecated ocaml-nox + W: ocaml source: substvar-source-version-is-deprecated ocaml + W: ocaml source: substvar-source-version-is-deprecated ocaml-native-compilers + W: ocaml-nox: binary-without-manpage usr/bin/camlp4 + W: ocaml-nox: binary-without-manpage usr/bin/camlp4boot + W: ocaml-nox: binary-without-manpage usr/bin/camlp4o + W: ocaml-nox: binary-without-manpage usr/bin/camlp4of + W: ocaml-nox: binary-without-manpage usr/bin/camlp4oof + W: ocaml-nox: binary-without-manpage usr/bin/camlp4orf + W: ocaml-nox: binary-without-manpage usr/bin/camlp4prof + W: ocaml-nox: binary-without-manpage usr/bin/camlp4r + W: ocaml-nox: binary-without-manpage usr/bin/camlp4rf + W: ocaml-nox: binary-without-manpage usr/bin/mkcamlp4 + W: ocaml-nox: binary-without-manpage usr/bin/ocamlbuild.byte + W: ocaml-nox: binary-without-manpage usr/bin/ocamlbuild.native + W: ocaml-nox: script-not-executable ./usr/lib/ocaml/3.10.0/camlheader + W: ocaml-native-compilers: binary-without-manpage usr/bin/camlp4of.opt + W: ocaml-native-compilers: binary-without-manpage usr/bin/camlp4oof.opt + W: ocaml-native-compilers: binary-without-manpage usr/bin/camlp4orf.opt + W: ocaml-native-compilers: binary-without-manpage usr/bin/camlp4rf.opt + W: ocaml-mode: binary-without-manpage usr/bin/ocamltags + E: ocaml-compiler-libs: copyright-should-refer-to-common-license-file-for-gpl + W: ocaml-base-nox: binary-without-manpage usr/bin/ocaml-md5sums + W: ocaml: binary-without-manpage usr/bin/labltk + W: ocaml: binary-without-manpage usr/bin/ocamlbrowser diff --cc debian/cdbs/ocaml-vars.mk index 5c1fb9cd,c333d6e4..7edf5369 --- a/debian/cdbs/ocaml-vars.mk +++ b/debian/cdbs/ocaml-vars.mk @@@ -16,7 -16,7 +16,7 @@@ # this program; if not, write to the Free Software Foundation, Inc., 51 # Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # - # $Id: ocaml-vars.mk 3440 2007-01-02 18:38:11Z zack $ -# $Id: ocaml-vars.mk 3667 2007-04-11 09:26:43Z zack $ ++# $Id: ocaml-vars.mk 3830 2007-06-14 19:42:34Z zack $ _cdbs_scripts_path ?= /usr/lib/cdbs _cdbs_rules_path ?= /usr/share/cdbs/1/rules diff --cc debian/changelog index 6184ac8f,60f3b0e4..4911b641 --- a/debian/changelog +++ b/debian/changelog @@@ -1,4 -1,29 +1,32 @@@ - ocaml (3.09.3-2) UNRELEASED; urgency=low + ocaml (3.10.0-2) UNRELEASED; urgency=low + - * NOT RELEASED YET ++ * Policy ++ - update the Vcs-Svn info to the latest PTS documentation ++ - describe dependencies from a -dev package to its companion shared stub ++ package (if any) and suggest the usage of ${binary:Version} + - -- Stefano Zacchiroli Wed, 13 Jun 2007 18:12:26 +0200 ++ -- Stefano Zacchiroli Thu, 14 Jun 2007 20:40:44 +0100 + + ocaml (3.10.0-1) experimental; urgency=low + + [ Stefano Zacchiroli ] + * New upstream (stable) release + * debian/patches/* + - removed: ocaml-interp_manpage, build_wo_debug_info (integrated upstream) + - updated: install_ocamlbuild + * ship ocaml-compiler-libs objects as STDLIB/ocaml-compiler-libs/{parsing/, + typing/, utils/} rather than as a flat dir tree + * re-enabled ocaml-source package (which ships + /usr/src/ocaml-3.10.0.tar.bz2), now with a better way to generate it: + everything in the build dir except debian/ will be copied in the resulting + tarball + * debian/ocaml-source.exclude + - new file: list of tar exclude patterns, matching file won't be shipped + in the ocaml source tarball + + -- Stefano Zacchiroli Wed, 13 Jun 2007 17:19:10 +0200 + + ocaml (3.10.0~beta-1) experimental; urgency=low [ Samuel Mimram ] * Ship dh_ocaml into ocaml-nox