[Debian-l10n-commits] r2134 - in /pootle/trunk/debian: changelog control patches/debian_remove_external patches/series

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Fri Jan 29 21:12:43 UTC 2010


Author: nekral-guest
Date: Fri Jan 29 21:12:37 2010
New Revision: 2134

URL: http://svn.debian.org/wsvn/?sc=1&rev=2134
Log:
  * debian/control: Added dependencies on python-django-registration,
    python-django-djblets. Do not distribute /usr/share/pyshared/djblets/ and
    /usr/share/pyshared/registration/. Closes: #567376
  * debian/patches/debian_remove_external, debian/patches/series: Do not
    distribute the registration and djblets external apps.

Added:
    pootle/trunk/debian/patches/debian_remove_external
Modified:
    pootle/trunk/debian/changelog
    pootle/trunk/debian/control
    pootle/trunk/debian/patches/series

Modified: pootle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/changelog?rev=2134&op=diff
==============================================================================
--- pootle/trunk/debian/changelog (original)
+++ pootle/trunk/debian/changelog Fri Jan 29 21:12:37 2010
@@ -1,3 +1,13 @@
+pootle (2.0.1-2) unstable; urgency=low
+
+  * debian/control: Added dependencies on python-django-registration,
+    python-django-djblets. Do not distribute /usr/share/pyshared/djblets/ and
+    /usr/share/pyshared/registration/. Closes: #567376
+  * debian/patches/debian_remove_external, debian/patches/series: Do not
+    distribute the registration and djblets external apps.
+
+ -- Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>  Fri, 29 Jan 2010 21:56:48 +0100
+
 pootle (2.0.1-1) unstable; urgency=low
 
   * New upstream release

Modified: pootle/trunk/debian/control
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/control?rev=2134&op=diff
==============================================================================
--- pootle/trunk/debian/control (original)
+++ pootle/trunk/debian/control Fri Jan 29 21:12:37 2010
@@ -13,7 +13,7 @@
 Package: pootle
 Architecture: all
 Pre-Depends: python-django
-Depends: ${misc:Depends}, ${python:Depends}, translate-toolkit (>= 1.5.2), adduser, python-lxml, libjs-jquery
+Depends: ${misc:Depends}, ${python:Depends}, translate-toolkit (>= 1.5.2), adduser, python-lxml, libjs-jquery, python-django-registration, python-django-djblets
 Recommends: python-xapian, zip, python-levenshtein, iso-codes
 XB-Python-Version: ${python:Versions}
 Description: Web-based translation and translation management tool

Added: pootle/trunk/debian/patches/debian_remove_external
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/patches/debian_remove_external?rev=2134&op=file
==============================================================================
--- pootle/trunk/debian/patches/debian_remove_external (added)
+++ pootle/trunk/debian/patches/debian_remove_external Fri Jan 29 21:12:37 2010
@@ -1,0 +1,26 @@
+--- a/setup.py
++++ b/setup.py
+@@ -72,12 +72,11 @@
+         list_tree(INSTALL_WORKING_DIR, 'po') + list_tree(INSTALL_DATA_DIR, 'mo')
+ 
+     packages = ['pootle'] + ['pootle.' + pkg for pkg in find_packages('pootle')] + \
+-            find_packages('local_apps') + find_packages('external_apps')
++            find_packages('local_apps') + find_packages('external_apps',('djblets*','registration*'))
+     package_data = {
+         '':           ['*.html', '*.txt', '*.xml', '*.css', '*.js'],
+         'pootle_app': expand_tree_globs('local_apps/pootle_app', ['templates'], ['*.html']),
+         'pootle_notifications': expand_tree_globs('local_apps/pootle_notifications', ['templates'], ['*.html']),
+-        'djblets':    expand_tree_globs('external_apps/djblets', ['siteconfig', 'util'], ['*.html']),
+     }
+     package_dir = {
+         'pootle_app':   'local_apps/pootle_app',
+@@ -85,9 +84,7 @@
+         'pootle_misc':  'local_apps/pootle_misc',
+         'pootle_notifications': 'local_apps/pootle_notifications',
+         'pootle_autonotices': 'local_apps/pootle_autonotices',
+-        'registration': 'external_apps/registration',
+         'profiles':     'external_apps/profiles',
+-        'djblets':      'external_apps/djblets',
+     }
+     scripts = ['import_pootle_prefs', 'updatetm', 'PootleServer']
+     options = {

Modified: pootle/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/patches/series?rev=2134&op=diff
==============================================================================
--- pootle/trunk/debian/patches/series (original)
+++ pootle/trunk/debian/patches/series Fri Jan 29 21:12:37 2010
@@ -5,3 +5,4 @@
 #translate_toolkit_1_4.patch
 #packaging_install_outside_rootdir.patch
 #import_old_config.patch
+debian_remove_external




More information about the Debian-l10n-commits mailing list