File: build.diff

package info (click to toggle)
dissy 9-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 340 kB
  • ctags: 320
  • sloc: python: 1,886; xml: 21; makefile: 5; sh: 5
file content (15 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Varun Hiremath <vh63@cornell.edu>
Date: Thu,  5 Nov 2009 04:13:39 -0500
Description: Do not install COPYING file.
Index: dissy-9/setup.py
===================================================================
--- dissy-9.orig/setup.py	2009-03-11 14:14:06.000000000 -0400
+++ dissy-9/setup.py	2010-07-16 23:08:53.000000000 -0400
@@ -32,7 +32,6 @@
                       'gfx/icon.svg']),
 		    ('share/%s/' % (Config.PROGRAM_NAME.lower()), ['menubar.xml']),
 		    ('share/doc/%s/' % (Config.PROGRAM_NAME.lower()), ['README']),
-		    ('share/doc/%s/' % (Config.PROGRAM_NAME.lower()), ['COPYING']),
 		    ('share/man/man1/', ['dissy.1']),
 		    ],
       )