From: Samuel Mimram Date: Mon, 11 Sep 2006 07:43:13 +0000 (+0000) Subject: Use 3-rc1 instead of 3~rc1 as minor version. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~615 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e701f2b3419941da5518ed901de316f360c1e66e;p=ocaml.git Use 3-rc1 instead of 3~rc1 as minor version. --- diff --git a/debian/rules b/debian/rules index 0d89cc9d..fe656d71 100755 --- a/debian/rules +++ b/debian/rules @@ -3,13 +3,13 @@ # GNU copyright 1997 to 1999 by Joey Hess. # # Modified to make a template file for a multi-binary package with separated -# build-arch and build-indep targets by Bill Allombert 2001 +# build-arch and build-indep targets by Bill Allombert 2001 # We want to use dpatch. include /usr/share/dpatch/dpatch.make PACKAGE = ocaml OCAMLMAJOR = 3.09 -OCAMLMINOR = 3~rc1 +OCAMLMINOR = 3-rc1 OCAMLABI = $(OCAMLMAJOR).$(OCAMLMINOR) STDLIBDIR = /usr/lib/ocaml/$(OCAMLABI) MD5SUMSDIR = /var/lib/ocaml/md5sums