[Debian-l10n-commits] r1424 - in /pootle/trunk/debian: changelog patches/debian_system_installation.patch rules

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Sun Oct 19 13:01:40 UTC 2008


Author: nekral-guest
Date: Sun Oct 19 13:01:39 2008
New Revision: 1424

URL: http://svn.debian.org/wsvn/?sc=1&rev=1424
Log:
  * debian/rules, debian/patches/debian_system_installation.patch: Keep the
    templates directory in the Pootle directory, not in /usr/share. The
    directory contains executable code, and __init__.py and __init__.pyc might
    be generated.

Modified:
    pootle/trunk/debian/changelog
    pootle/trunk/debian/patches/debian_system_installation.patch
    pootle/trunk/debian/rules

Modified: pootle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/changelog?rev=1424&op=diff
==============================================================================
--- pootle/trunk/debian/changelog (original)
+++ pootle/trunk/debian/changelog Sun Oct 19 13:01:39 2008
@@ -6,6 +6,10 @@
   * debian/control: Added dependency on python-kid (>= 0.9.4). There were
     failures reported with 0.9.3.
   * debian/control: Recommend zip and python-xapian.
+  * debian/rules, debian/patches/debian_system_installation.patch: Keep the
+    templates directory in the Pootle directory, not in /usr/share. The
+    directory contains executable code, and __init__.py and __init__.pyc might
+    be generated.
 
  -- Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>  Sat, 11 Oct 2008 17:20:25 +0200
 

Modified: pootle/trunk/debian/patches/debian_system_installation.patch
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/patches/debian_system_installation.patch?rev=1424&op=diff
==============================================================================
--- pootle/trunk/debian/patches/debian_system_installation.patch (original)
+++ pootle/trunk/debian/patches/debian_system_installation.patch Sun Oct 19 13:01:39 2008
@@ -13,7 +13,6 @@
 +prefsfile = "/etc/pootle/pootle.prefs"
  
 -htmldir = os.path.join(pootledir, "html")
--templatedir = os.path.join(pootledir, "templates")
 +htmldir = "/usr/share/pootle/html"
-+templatedir = "/usr/share/pootle/templates"
+ templatedir = os.path.join(pootledir, "templates")
  

Modified: pootle/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/rules?rev=1424&op=diff
==============================================================================
--- pootle/trunk/debian/rules (original)
+++ pootle/trunk/debian/rules Sun Oct 19 13:01:39 2008
@@ -51,8 +51,6 @@
 	# Move the non-python parts to /usr/share/pootle/
 	mv $(Pootle)/html \
 	   $(d)/usr/share/pootle/html
-	mv $(Pootle)/templates \
-	   $(d)/usr/share/pootle/templates
 	# remove the exec mode on these files
 	find $(d)/usr/share/pootle -type f -exec chmod a-x {} \;
 	# Move the po directory to /var/lib/pootle




More information about the Debian-l10n-commits mailing list