[Python-apps-commits] r4463 - in packages/gtg/trunk/debian (4 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Wed Jan 6 14:18:50 UTC 2010


    Date: Wednesday, January 6, 2010 @ 14:18:28
  Author: dktrkranz
Revision: 4463

Add missing files to setup.py

Added:
  packages/gtg/trunk/debian/patches/
  packages/gtg/trunk/debian/patches/distutils_missing_files.patch
  packages/gtg/trunk/debian/patches/series
Modified:
  packages/gtg/trunk/debian/changelog

Modified: packages/gtg/trunk/debian/changelog
===================================================================
--- packages/gtg/trunk/debian/changelog	2010-01-06 08:59:57 UTC (rev 4462)
+++ packages/gtg/trunk/debian/changelog	2010-01-06 14:18:28 UTC (rev 4463)
@@ -1,3 +1,10 @@
+gtg (0.2-2) unstable; urgency=low
+
+  * debian/patches/distutils_missing_files.patch:
+    - Add missing files to setup.py.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Wed, 06 Jan 2010 15:17:56 +0100
+
 gtg (0.2-1) unstable; urgency=low
 
   * New upstream release.

Added: packages/gtg/trunk/debian/patches/distutils_missing_files.patch
===================================================================
--- packages/gtg/trunk/debian/patches/distutils_missing_files.patch	                        (rev 0)
+++ packages/gtg/trunk/debian/patches/distutils_missing_files.patch	2010-01-06 14:18:28 UTC (rev 4463)
@@ -0,0 +1,48 @@
+Description: add missing files to setup.py
+Origin: http://bazaar.launchpad.net/~gtg/gtg/trunk/revision/476
+
+Index: gtg-0.2/setup.py
+===================================================================
+--- gtg-0.2.orig/setup.py	2010-01-06 15:11:46.136710796 +0100
++++ gtg-0.2/setup.py	2010-01-06 15:11:41.340715166 +0100
+@@ -118,6 +118,7 @@
+     'GTG.tools',
+     'GTG.plugins',
+     'GTG.plugins.bugzilla',
++    'GTG.plugins.export',
+     'GTG.plugins.geolocalized_tasks',
+     'GTG.plugins.hamster',
+     'GTG.plugins.helloworld',
+@@ -131,6 +132,7 @@
+     'GTG.core.plugins':['pluginmanager.glade'],
+     'GTG.plugins':[
+         'bugzilla.gtg-plugin',
++        'export.gtg-plugin',
+         'geolocalized-tasks.gtg-plugin',
+         'hamster.gtg-plugin',
+         'helloworld.gtg-plugin',
+@@ -138,10 +140,21 @@
+         'rtm-sync.gtg-plugin',
+         'tomboy.gtg-plugin'
+         ],
+-    'GTG.plugins.rtm_sync':['gtk.glade'],
+-    'GTG.plugins.geolocalized_tasks':['geolocalized.glade'],
++    'GTG.plugins.rtm_sync':['gtk.glade', 'pyrtm/rtm.py',
++                            'icons/hicolor/16x16/rtm_image.png',
++                            'icons/hicolor/24x24/rtm_image.png',
++                            'icons/hicolor/svg/rtm_image.svg'],
++    'GTG.plugins.export':['export.ui', 'export_templates/thumbnail_textual.txt',
++                          'export_templates/template_simple.html',
++                          'export_templates/template_textual.txt',
++                          'export_templates/thumbnail_simple.html'],
++    'GTG.plugins.geolocalized_tasks':['geolocalized.glade',
++                                      'icons/hicolor/24x24/geolocalization.png',
++                                      'icons/hicolor/16x16/assign-location.png',
++                                      'icons/hicolor/svg/assign-location.svg',
++                                      'icons/hicolor/svg/geolocalization.svg'],
+     'GTG.plugins.helloworld':['hello_world.glade'],
+-    'GTG.plugins.tomboy':['tomboy.glade']
++    'GTG.plugins.tomboy':['tomboy.glade', 'tomboy.ui']
+     },
+   data_files = create_data_files(),
+   scripts=['gtg','gtg_new_task',],

Added: packages/gtg/trunk/debian/patches/series
===================================================================
--- packages/gtg/trunk/debian/patches/series	                        (rev 0)
+++ packages/gtg/trunk/debian/patches/series	2010-01-06 14:18:28 UTC (rev 4463)
@@ -0,0 +1 @@
+distutils_missing_files.patch




More information about the Python-apps-commits mailing list