~ubuntu-branches/ubuntu/trusty/ocamlnet/trusty

« back to all changes in this revision

Viewing changes to debian/patches/Avoid-shipping-GPL-license-text.patch

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu
  • Date: 2011-09-02 14:12:33 UTC
  • mfrom: (18.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110902141233-zbj0ygxb92u6gy4z
Tags: 3.4-1
* New upstream release
  - add a new NetcgiRequire directive to ease dependency management
    (Closes: #637147)
  - remove patches that were applied upstream:
    + Added-missing-shebang-lines-in-example-shell-scripts
    + Try-also-ocamlc-for-POSIX-threads

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Stefano Zacchiroli <zack@debian.org>
 
2
Date: Tue, 6 Oct 2009 15:35:24 +0200
 
3
Subject: Avoid shipping GPL license text
 
4
 
 
5
We have it in Debian!
 
6
 
 
7
Signed-off-by: Stefano Zacchiroli <zack@debian.org>
 
8
---
 
9
 src/nethttpd-for-netcgi2/Makefile.pre |    2 +-
 
10
 src/nethttpd/Makefile.pre             |    2 +-
 
11
 2 files changed, 2 insertions(+), 2 deletions(-)
 
12
 
 
13
diff --git a/src/nethttpd-for-netcgi2/Makefile.pre b/src/nethttpd-for-netcgi2/Makefile.pre
 
14
index d1c93f6..16d6c54 100644
 
15
--- a/src/nethttpd-for-netcgi2/Makefile.pre
 
16
+++ b/src/nethttpd-for-netcgi2/Makefile.pre
 
17
@@ -4,6 +4,6 @@ PRE = 1
 
18
 PKGNAME = nethttpd-for-netcgi2
 
19
 GENERATE = META 
 
20
 
 
21
-INSTALL_EXTRA += LICENSE
 
22
+INSTALL_EXTRA +=
 
23
 
 
24
 include $(TOP_DIR)/Makefile.rules
 
25
diff --git a/src/nethttpd/Makefile.pre b/src/nethttpd/Makefile.pre
 
26
index 1f8f334..603bc29 100644
 
27
--- a/src/nethttpd/Makefile.pre
 
28
+++ b/src/nethttpd/Makefile.pre
 
29
@@ -4,7 +4,7 @@ PRE = 1
 
30
 PKGNAME = nethttpd
 
31
 GENERATE = META
 
32
 
 
33
-INSTALL_EXTRA += LICENSE
 
34
+INSTALL_EXTRA +=
 
35
 
 
36
 PP_OPTIONS = -package "camlp4, camlp4.macro" -syntax "camlp4o"
 
37
 
 
38
--