Author: zack
Date: Tue Jan  2 16:29:26 2007
New Revision: 3437

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3437
Log:
exploit envvar OCAMLFIND_DESTDIR instead of patching makefile to specify 
findlib destdir

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

Modified: trunk/packages/cryptgps/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/changelog?rev=3437&op=diff
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/changelog (original)
+++ trunk/packages/cryptgps/trunk/debian/changelog Tue Jan  2 16:29:26 2007
@@ -1,3 +1,13 @@
+cryptgps (0.2.1-2) unstable; urgency=low
+
+  * debian/rules
+    - override findlib "destdir" setting via the environment variable
+      OCAMLFIND_DESTDIR instead of makefile patching, hence ...
+  * debian/patches
+    - ... removed now useless destdir patch
+
+ -- Stefano Zacchiroli <[EMAIL PROTECTED]>  Tue,  2 Jan 2007 16:27:30 +0100
+
 cryptgps (0.2.1-1) unstable; urgency=low
 
   * Initial release (Closes: #405315).

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=3437&op=diff
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/patches/00list (original)
+++ trunk/packages/cryptgps/trunk/debian/patches/00list Tue Jan  2 16:29:26 2007
@@ -1,2 +1,1 @@
-destdir
 no_debugging_info

Modified: trunk/packages/cryptgps/trunk/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/rules?rev=3437&op=diff
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/rules (original)
+++ trunk/packages/cryptgps/trunk/debian/rules Tue Jan  2 16:29:26 2007
@@ -12,7 +12,7 @@
        DEB_MAKE_BUILD_TARGET += opt
 endif
 
-DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DESTDIR)
+DEB_MAKE_INSTALL_TARGET = install OCAMLFIND_DESTDIR=$(DESTDIR)
 build/$(PKGNAME)::
        mkdir -p $(DESTDIR)
 


_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to