[Pkg-ocaml-maint-commits] [SCM] cameleon packaging branch, master, updated. debian/1.9.18.svn20090302+691-1-26-g301d495

Stephane Glondu steph at glondu.net
Tue Sep 8 20:38:35 UTC 2009


The following commit has been merged in the master branch:
commit 3be622f7ca45ee5973249b429d2a029b917a352a
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Sep 8 22:08:02 2009 +0200

    Put CDBS includes in a saner order

diff --git a/debian/rules b/debian/rules
index bdaece0..6c64406 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,9 +17,9 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 # MA 02110-1301, USA.
 
-include /usr/share/cdbs/1/rules/ocaml.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include $(CURDIR)/debian/mk/docbook-manpage.mk
 
@@ -40,7 +40,7 @@ DEB_MAKE_BUILD_TARGET    := depend all doc
 
 DEB_MAKE_INSTALL_TARGET  := install                                      \
                             DESTDIR='$(DESTDIR)'                         \
-  			    OCAMLDOC_PLUGINSDIR='$(OCAMLDOC_PLUGINSDIR)'
+			    OCAMLDOC_PLUGINSDIR='$(OCAMLDOC_PLUGINSDIR)'
 
 DEB_CONFIGURE_EXTRA_FLAGS = --prefix=/usr --datadir=/usr/share/cameleon \
                             --mandir=/usr/share/man                     \

-- 
cameleon packaging



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