~ubuntu-branches/ubuntu/trusty/coccinelle/trusty

« back to all changes in this revision

Viewing changes to debian/patches/install-python-coccilib.diff

  • Committer: Package Import Robot
  • Author(s): Євгеній Мещеряков
  • Date: 2012-08-19 20:40:52 UTC
  • mfrom: (7.2.8 experimental)
  • Revision ID: package-import@ubuntu.com-20120819204052-8cujknwy6cn8a6h6
Tags: 1.0.0~rc15.deb-1
* New upstream RC 
  - Do not build-depend on libsexplib-camlp4-dev and libextlib-ocaml-dev
    anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From: Eugeniy Meshcheryakov <eugen@debian.org>
2
 
Subject: Really install python modules
3
 
 
4
 
Due to a typo python modules were not installed in the 'install' target.
5
 
--- a/Makefile
6
 
+++ b/Makefile
7
 
@@ -373,7 +373,7 @@
8
 
        $(INSTALL_DATA) python/coccilib/coccigui/pygui.gladep \
9
 
                $(DESTDIR)$(SHAREDIR)/python/coccilib/coccigui
10
 
 
11
 
-install: install-man install-common $(PYTHON_TARGET)
12
 
+install: install-man install-common $(PYTHON_INSTALL_TARGET)
13
 
        @if test -x spatch -o -x spatch.opt; then \
14
 
                $(MAKE) install-def;fi
15
 
        @if test -x spatch ; then \