[Pkg-ocaml-maint-commits] r3099 -
/trunk/packages/ocaml/trunk/debian/rules
smimram at users.alioth.debian.org
smimram at users.alioth.debian.org
Mon Sep 11 07:43:17 UTC 2006
Author: smimram
Date: Mon Sep 11 07:43:13 2006
New Revision: 3099
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3099
Log:
Use 3-rc1 instead of 3~rc1 as minor version.
Modified:
trunk/packages/ocaml/trunk/debian/rules
Modified: trunk/packages/ocaml/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/trunk/debian/rules?rev=3099&op=diff
==============================================================================
--- trunk/packages/ocaml/trunk/debian/rules (original)
+++ trunk/packages/ocaml/trunk/debian/rules Mon Sep 11 07:43:13 2006
@@ -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
More information about the Pkg-ocaml-maint-commits
mailing list