[Pkg-ocaml-maint-commits] r1898 - trunk/packages/ledit/trunk/debian
Sven Luther
luther at costa.debian.org
Wed Nov 2 15:06:42 UTC 2005
Author: luther
Date: 2005-11-02 15:06:41 +0000 (Wed, 02 Nov 2005)
New Revision: 1898
Modified:
trunk/packages/ledit/trunk/debian/rules
Log:
Small changes to the new policy.
Modified: trunk/packages/ledit/trunk/debian/rules
===================================================================
--- trunk/packages/ledit/trunk/debian/rules 2005-11-02 15:00:52 UTC (rev 1897)
+++ trunk/packages/ledit/trunk/debian/rules 2005-11-02 15:06:41 UTC (rev 1898)
@@ -6,7 +6,7 @@
include /usr/share/dpatch/dpatch.make
PACKAGE = ledit
VERSION = 1.11
-OCAMLABI = $(shell ocamlc -version)
+OCAMLABI = `ocamlc -version`
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -80,7 +80,7 @@
dh_installdeb
# dh_perl
dh_shlibdeps
- dh_gencontrol -u-VF:OcamlABI="$(OCAMLABI)"
+ dh_gencontrol -- -VF:OcamlABI="$(OCAMLABI)"
dh_md5sums
dh_builddeb
More information about the Pkg-ocaml-maint-commits
mailing list