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

« back to all changes in this revision

Viewing changes to debian/patches/Do-not-install-apache.info-file.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:38:27 +0200
 
3
Subject: Do not install *apache.info file
 
4
 
 
5
It is not needed with Apache 2.
 
6
 
 
7
Signed-off-by: Stefano Zacchiroli <zack@debian.org>
 
8
---
 
9
 src/netcgi2-apache/Makefile.def |    2 +-
 
10
 1 files changed, 1 insertions(+), 1 deletions(-)
 
11
 
 
12
diff --git a/src/netcgi2-apache/Makefile.def b/src/netcgi2-apache/Makefile.def
 
13
index e93bae8..9ca5375 100644
 
14
--- a/src/netcgi2-apache/Makefile.def
 
15
+++ b/src/netcgi2-apache/Makefile.def
 
16
@@ -11,7 +11,7 @@ OBJECTS = netcgi_apache.cmo netcgi_modtpl.cmo
 
17
 DOBJECTS = netcgi_apache.mli netcgi_modtpl.mli
 
18
 
 
19
 ALL_EXTRA = mod_netcgi_apache.so
 
20
-INSTALL_EXTRA = mod_netcgi_apache.so 500netcgi_apache.info
 
21
+INSTALL_EXTRA = mod_netcgi_apache.so
 
22
 
 
23
 include $(TOP_DIR)/Makefile.rules
 
24
 
 
25
--