[Pkg-ocaml-maint-commits] r4237 - /trunk/packages/findlib/trunk/debian/rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Fri Aug 31 09:47:00 UTC 2007


Author: zack
Date: Fri Aug 31 09:47:00 2007
New Revision: 4237

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4237
Log:
use variable where available

Modified:
    trunk/packages/findlib/trunk/debian/rules

Modified: trunk/packages/findlib/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/findlib/trunk/debian/rules?rev=4237&op=diff
==============================================================================
--- trunk/packages/findlib/trunk/debian/rules (original)
+++ trunk/packages/findlib/trunk/debian/rules Fri Aug 31 09:47:00 2007
@@ -4,10 +4,10 @@
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/ocaml.mk
 
-PKGNAME=ocaml-findlib
+PKGNAME = ocaml-findlib
 DEB_MAKE_INSTALL_TARGET = install prefix=$(CURDIR)/debian/tmp
 OCAML_IN_FILES += debian/patches/stddirs.dpatch
-OCAML_OCAMLDOC_PACKAGES = ocaml-findlib
+OCAML_OCAMLDOC_PACKAGES = $(PKGNAME)
 
 configure/$(PKGNAME)::
 	rm -f README # just a symlink, the good one is doc/README




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