~ubuntu-branches/ubuntu/vivid/frescobaldi/vivid

« back to all changes in this revision

Viewing changes to debian/patches/02_no_pyc.diff

  • Committer: Package Import Robot
  • Author(s): Ryan Kavanagh
  • Date: 2012-01-03 16:20:11 UTC
  • mfrom: (1.4.1)
  • Revision ID: package-import@ubuntu.com-20120103162011-tsjkwl4sntwmprea
Tags: 2.0.0-1
* New upstream release 
* Drop the following uneeded patches:
  + 01_checkmodules_no_python-kde4_build-dep.diff
  + 02_no_pyc.diff
  + 04_no_binary_lilypond_upgrades.diff
* Needs new dependency python-poppler-qt4
* Update debian/watch for new download path
* Update copyright file with new holders and years

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# 02_no_pyc.diff by Ryan Kavanagh <ryanakca@kubuntu.org>
2
 
# Description: Don't install *.pyc
3
 
Index: frescobaldi-1.1.8/cmake/modules/Python.cmake
4
 
===================================================================
5
 
--- frescobaldi-1.1.8.orig/cmake/modules/Python.cmake   2010-08-24 18:46:29.000000000 -0400
6
 
+++ frescobaldi-1.1.8/cmake/modules/Python.cmake        2010-11-09 13:51:51.362724192 -0500
7
 
@@ -40,7 +40,8 @@
8
 
       list(APPEND _pycs ${_pyc})
9
 
       
10
 
       # install .pyc file
11
 
-      install(FILES ${_pyc} DESTINATION ${_destination}/${_dir})
12
 
+      # Or not -- RK
13
 
+      # install(FILES ${_pyc} DESTINATION ${_destination}/${_dir})
14
 
     endif(BYTECOMPILE)
15
 
   endforeach(_py)
16