[Pkg-ocaml-maint-commits] r3432 - in /trunk/packages/cryptgps/trunk/debian: patches/00list patches/destdir.dpatch rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Tue Jan 2 16:06:03 CET 2007


Author: zack
Date: Tue Jan  2 16:06:03 2007
New Revision: 3432

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3432
Log:
install under stdlib/FOO instead of stdlib/FOO/FOO

Modified:
    trunk/packages/cryptgps/trunk/debian/patches/00list
    trunk/packages/cryptgps/trunk/debian/patches/destdir.dpatch
    trunk/packages/cryptgps/trunk/debian/rules

Modified: trunk/packages/cryptgps/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/patches/00list?rev=3432&op=diff
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/patches/00list (original)
+++ trunk/packages/cryptgps/trunk/debian/patches/00list Tue Jan  2 16:06:03 2007
@@ -1,0 +1,2 @@
+destdir
+no_debugging_info

Modified: trunk/packages/cryptgps/trunk/debian/patches/destdir.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/patches/destdir.dpatch?rev=3432&op=diff
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/patches/destdir.dpatch (original)
+++ trunk/packages/cryptgps/trunk/debian/patches/destdir.dpatch Tue Jan  2 16:06:03 2007
@@ -12,7 +12,7 @@
  OCAMLDEP  = ocamldep $(OPTIONS)
  OCAMLFIND = ocamlfind
  
-+DESTDIR = $(shell ocamlfind printconf destdir)/$(NAME)
++DESTDIR = $(shell ocamlfind printconf destdir)
 +
  depend: *.ml *.mli
  	$(OCAMLDEP) *.ml *.mli >depend

Modified: trunk/packages/cryptgps/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/rules?rev=3432&op=diff
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/rules (original)
+++ trunk/packages/cryptgps/trunk/debian/rules Tue Jan  2 16:06:03 2007
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/rules/dpatch.mk
 
 PKGNAME = libcryptgps-ocaml-dev
-DESTDIR := $(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR)/cryptgps
+DESTDIR := $(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR)
 
 DEB_MAKE_BUILD_TARGET = all
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)




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