[Debian-l10n-commits] r1375 - in /pootle/trunk: PKG-INFO pootlesetup.py

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Wed Oct 1 21:01:36 UTC 2008


Author: nekral-guest
Date: Wed Oct  1 21:01:36 2008
New Revision: 1375

URL: http://svn.debian.org/wsvn/?sc=1&rev=1375
Log:
Merge changes from pootle 1.2.0~rc1.

Modified:
    pootle/trunk/PKG-INFO
    pootle/trunk/pootlesetup.py

Modified: pootle/trunk/PKG-INFO
URL: http://svn.debian.org/wsvn/pootle/trunk/PKG-INFO?rev=1375&op=diff
==============================================================================
--- pootle/trunk/PKG-INFO (original)
+++ pootle/trunk/PKG-INFO Wed Oct  1 21:01:36 2008
@@ -1,13 +1,13 @@
 Metadata-Version: 1.0
 Name: Pootle
-Version: 1.1.0
-Summary: pootle is a web portal for localisation
-Home-page: http://translate.sourceforge.net/
-Author: David Fraser, translate.org.za
+Version: 1.2.0-rc1
+Summary: Pootle is a web portal for localization
+Home-page: http://translate.sourceforge.net/wiki/pootle/index
+Author: Translate.org.za
 Author-email: translate-devel at lists.sourceforge.net
 License: GNU General Public License (GPL)
-Download-URL: http://sourceforge.net/project/showfiles.php?group_id=91920&package_id=97082
-Description: pootle is a web portal for localisation
+Download-URL: http://sourceforge.net/project/showfiles.php?group_id=91920&package_id=144807
+Description: Pootle is a web portal for localization
 Platform: any
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Web Environment

Modified: pootle/trunk/pootlesetup.py
URL: http://svn.debian.org/wsvn/pootle/trunk/pootlesetup.py?rev=1375&op=diff
==============================================================================
--- pootle/trunk/pootlesetup.py (original)
+++ pootle/trunk/pootlesetup.py Wed Oct  1 21:01:36 2008
@@ -201,6 +201,7 @@
   pootlefiles.append(listfiles(join('Pootle', 'html')))
   pootlefiles.append(listfiles(join('Pootle', 'html', 'images')))
   pootlefiles.append(listfiles(join('Pootle', 'html', 'js')))
+  pootlefiles.append(listfiles(join('Pootle', 'html', 'js', 'jquery')))
   pootlefiles.append(listfiles(join('Pootle', 'html', 'doc')))
   pootlefiles.append(listfiles(join('Pootle', 'html', 'doc', 'en')))
   pootlefiles.append(listfiles(join('Pootle', 'templates')))
@@ -243,6 +244,9 @@
   print >>file, "prune .svn"
   # translate toolkit is in the same source tree but distributed separately
   print >>file, "prune translate"
+  print >>file, "prune virtaal"
+  print >>file, "prune spelt"
+  print >>file, "prune corpuscatcher"
   print >>file, "include Pootle/*.prefs"
   print >>file, "graft Pootle/html"
   print >>file, "graft Pootle/templates"
@@ -325,10 +329,10 @@
         license="GNU General Public License (GPL)",
         description=description,
         long_description=long_description,
-        author="David Fraser, translate.org.za",
+        author="Translate.org.za",
         author_email="translate-devel at lists.sourceforge.net",
-        url="http://translate.sourceforge.net/",
-        download_url="http://sourceforge.net/project/showfiles.php?group_id=91920&package_id=97082",
+        url="http://translate.sourceforge.net/wiki/pootle/index",
+        download_url="http://sourceforge.net/project/showfiles.php?group_id=91920&package_id=144807",
         platforms=["any"],
         classifiers=classifiers,
         packages=packages,




More information about the Debian-l10n-commits mailing list