~ubuntu-branches/ubuntu/raring/radiotray/raring

« back to all changes in this revision

Viewing changes to debian/patches/01_share_copying.patch

  • Committer: Bazaar Package Importer
  • Author(s): Elías Alejandro Año Mendoza
  • Date: 2010-04-25 22:59:32 UTC
  • Revision ID: james.westby@ubuntu.com-20100425225932-m0wygxk58yhsz9ki
Tags: 0.5.1-1
* Initial release (Closes: #579182)
* Created manpage.
* debian/patches/01_share_copying.patch: Added.
  + This allow install the share docs with the Debian's way.
* debian/patches/02_desktop_file.patch: Added.
  + This allow fix the upstream author's desktop-entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Patch to install the share docs with the Debian's way and avoid
 
2
troubles with the structure file.       
 
3
Index: radiotray-0.5.1/setup.py
 
4
===================================================================
 
5
--- radiotray-0.5.1.orig/setup.py       2010-05-06 01:29:30.000000000 -0500
 
6
+++ radiotray-0.5.1/setup.py    2010-05-06 01:30:16.000000000 -0500
 
7
@@ -88,8 +88,8 @@
 
8
       ('share/applications', glob.glob('data/images/*.png')),
 
9
       ('share/applications', glob.glob('data/images/*.gif')),
 
10
       ('share/applications', glob.glob('data/*.desktop')),
 
11
-      ('share/doc/radiotray-%s' % APPVERSION,
 
12
-          ['AUTHORS', 'CONTRIBUTORS', 'COPYING', 'NEWS', 'README']),
 
13
+#      ('share/doc/radiotray-%s' % APPVERSION,
 
14
+#          ['AUTHORS', 'CONTRIBUTORS', 'COPYING', 'NEWS', 'README']),
 
15
       ('share/radiotray/images', glob.glob('data/images/*.png')),
 
16
       ('share/radiotray/images', glob.glob('data/images/*.gif')),
 
17
       ('share/pixmaps', glob.glob('data/images/*.png')),