[Pkg-ocaml-maint-commits] r1539 - in
trunk/packages/ocamlnet/trunk/debian: . patches
Stefano Zacchiroli
zack at costa.debian.org
Sat Jul 30 11:35:09 UTC 2005
Author: zack
Date: 2005-07-30 11:35:07 +0000 (Sat, 30 Jul 2005)
New Revision: 1539
Modified:
trunk/packages/ocamlnet/trunk/debian/changelog
trunk/packages/ocamlnet/trunk/debian/patches/01_build.dpatch
Log:
bugfix: no longer mkdir -p /usr/lib/.... during build
Modified: trunk/packages/ocamlnet/trunk/debian/changelog
===================================================================
--- trunk/packages/ocamlnet/trunk/debian/changelog 2005-07-30 07:45:54 UTC (rev 1538)
+++ trunk/packages/ocamlnet/trunk/debian/changelog 2005-07-30 11:35:07 UTC (rev 1539)
@@ -1,6 +1,8 @@
-ocamlnet (1.1-3) UNRELEASED; urgency=low
+ocamlnet (1.1-3) unstable; urgency=low
- * NOT RELEASED YET
+ * debian/patches/01_build
+ - no longer attempt to create netdb data destdir in /usr/lib,
+ fixes FTBFS (closes: Bug#320568)
-- Stefano Zacchiroli <zack at debian.org> Fri, 29 Jul 2005 22:05:09 +0200
Modified: trunk/packages/ocamlnet/trunk/debian/patches/01_build.dpatch
===================================================================
--- trunk/packages/ocamlnet/trunk/debian/patches/01_build.dpatch 2005-07-30 07:45:54 UTC (rev 1538)
+++ trunk/packages/ocamlnet/trunk/debian/patches/01_build.dpatch 2005-07-30 11:35:07 UTC (rev 1539)
@@ -5,9 +5,9 @@
## DP: No description.
@DPATCH@
-diff -urNad --exclude=CVS --exclude=.svn ./src/Makefile.rules /tmp/dpep-work.Ndl9sd/trunk/src/Makefile.rules
---- ./src/Makefile.rules 2005-07-29 15:22:14.000000000 +0200
-+++ /tmp/dpep-work.Ndl9sd/trunk/src/Makefile.rules 2005-07-29 15:22:15.000000000 +0200
+diff -urNad --exclude=CVS --exclude=.svn ./src/Makefile.rules /tmp/dpep-work.poQzFQ/trunk/src/Makefile.rules
+--- ./src/Makefile.rules 2005-07-30 13:32:37.000000000 +0200
++++ /tmp/dpep-work.poQzFQ/trunk/src/Makefile.rules 2005-07-30 13:32:38.000000000 +0200
@@ -7,7 +7,7 @@
# How to invoke compilers and tools:
# (May be moved to Makefile.conf if necessary)
@@ -36,15 +36,17 @@
.PHONY: uninstall-findlib
uninstall-findlib:
-diff -urNad --exclude=CVS --exclude=.svn ./src/netstring/Makefile /tmp/dpep-work.Ndl9sd/trunk/src/netstring/Makefile
---- ./src/netstring/Makefile 2005-07-29 15:22:14.000000000 +0200
-+++ /tmp/dpep-work.Ndl9sd/trunk/src/netstring/Makefile 2005-07-29 15:22:15.000000000 +0200
-@@ -173,8 +173,8 @@
+diff -urNad --exclude=CVS --exclude=.svn ./src/netstring/Makefile /tmp/dpep-work.poQzFQ/trunk/src/netstring/Makefile
+--- ./src/netstring/Makefile 2005-07-30 13:32:37.000000000 +0200
++++ /tmp/dpep-work.poQzFQ/trunk/src/netstring/Makefile 2005-07-30 13:33:29.000000000 +0200
+@@ -172,9 +172,9 @@
+
.PHONY: install-netdb
install-netdb:
- mkdir -p $(NET_DB_DIR)
+- mkdir -p $(NET_DB_DIR)
- cp netdb/*.netdb $(NET_DB_DIR)
- @echo "Installed .netdb files into $(NET_DB_DIR)"
++ mkdir -p $(NETDBDESTDIR)
+ cp netdb/*.netdb $(NETDBDESTDIR)
+ @echo "Installed .netdb files into $(NETDBDESTDIR)"
if [ "$(INSTMETHOD)" != "findlib" ]; then \
More information about the Pkg-ocaml-maint-commits
mailing list