[Pkg-ocaml-maint-commits] r3322 - in /trunk/packages/findlib:
trunk/debian/changelog
trunk/debian/patches/00list trunk/debian/patches/13_usr_bin_install.dpatch
upstream/findlib_1.1.1.orig.tar.gz upstream/findlib_1.1.2pl1.orig.tar.gz
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Sun Nov 5 16:31:08 CET 2006
Author: zack
Date: Sun Nov 5 16:31:02 2006
New Revision: 3322
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3322
Log:
new upstream release (1.1.2pl1)
Added:
trunk/packages/findlib/trunk/debian/patches/13_usr_bin_install.dpatch (with props)
trunk/packages/findlib/upstream/findlib_1.1.2pl1.orig.tar.gz (with props)
Removed:
trunk/packages/findlib/upstream/findlib_1.1.1.orig.tar.gz
Modified:
trunk/packages/findlib/trunk/debian/changelog
trunk/packages/findlib/trunk/debian/patches/00list
Modified: trunk/packages/findlib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/findlib/trunk/debian/changelog?rev=3322&op=diff
==============================================================================
--- trunk/packages/findlib/trunk/debian/changelog (original)
+++ trunk/packages/findlib/trunk/debian/changelog Sun Nov 5 16:31:02 2006
@@ -1,3 +1,11 @@
+findlib (1.1.2pl1-1) UNRELEASED; urgency=low
+
+ * new upstream release
+ * debian/patches/13_usr_bin_install.dpatch
+ - new patch for installing safe_camlp4 under $(prefix)/usr/bin
+
+ -- Stefano Zacchiroli <zack at debian.org> Sun, 5 Nov 2006 16:19:59 +0100
+
findlib (1.1.1-7) unstable; urgency=low
* debian/rules
Modified: trunk/packages/findlib/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/findlib/trunk/debian/patches/00list?rev=3322&op=diff
==============================================================================
--- trunk/packages/findlib/trunk/debian/patches/00list (original)
+++ trunk/packages/findlib/trunk/debian/patches/00list Sun Nov 5 16:31:02 2006
@@ -1,3 +1,4 @@
+13_usr_bin_install.dpatch
17_stddirs.dpatch
19_site_lib_metas.dpatch
23_include.dpatch
Added: trunk/packages/findlib/trunk/debian/patches/13_usr_bin_install.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/findlib/trunk/debian/patches/13_usr_bin_install.dpatch?rev=3322&op=file
==============================================================================
--- trunk/packages/findlib/trunk/debian/patches/13_usr_bin_install.dpatch (added)
+++ trunk/packages/findlib/trunk/debian/patches/13_usr_bin_install.dpatch Sun Nov 5 16:31:02 2006
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 13_usr_bin_install.dpatch by Stefano Zacchiroli <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad trunk~/Makefile trunk/Makefile
+--- trunk~/Makefile 2006-01-17 00:04:50.000000000 +0100
++++ trunk/Makefile 2006-11-05 16:25:02.000000000 +0100
+@@ -22,7 +22,7 @@
+ $(MAKE) install-meta
+ cd src/findlib; $(MAKE) install-num-top
+ $(MAKE) install-config
+- cp tools/safe_camlp4 $(OCAMLFIND_BIN)
++ cp tools/safe_camlp4 $(prefix)/$(OCAMLFIND_BIN)
+
+ uninstall:
+ $(MAKE) uninstall-doc
Propchange: trunk/packages/findlib/trunk/debian/patches/13_usr_bin_install.dpatch
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/packages/findlib/upstream/findlib_1.1.2pl1.orig.tar.gz
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/findlib/upstream/findlib_1.1.2pl1.orig.tar.gz?rev=3322&op=file
==============================================================================
Binary file - no diff available.
Propchange: trunk/packages/findlib/upstream/findlib_1.1.2pl1.orig.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
More information about the Pkg-ocaml-maint-commits
mailing list