[Debian-l10n-commits] r2030 - in /pootle/trunk/debian: changelog rules

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Sun Dec 13 13:26:57 UTC 2009


Author: nekral-guest
Date: Sun Dec 13 13:26:56 2009
New Revision: 2030

URL: http://svn.debian.org/wsvn/?sc=1&rev=2030
Log:
  * debian/rules: Cleanup. Removed commented code.

Modified:
    pootle/trunk/debian/changelog
    pootle/trunk/debian/rules

Modified: pootle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/changelog?rev=2030&op=diff
==============================================================================
--- pootle/trunk/debian/changelog (original)
+++ pootle/trunk/debian/changelog Sun Dec 13 13:26:56 2009
@@ -6,6 +6,7 @@
     + debian/rules: include python.mk, adapt variables to be compatible with
       the Python 2.5 and 2.6, pass py_setup_install_args to 'setup.py
       install'; thanks to Jakub Wilk for the report; Closes: #557957
+  * debian/rules: Cleanup. Removed commented code.
 
  -- Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>  Sun, 13 Dec 2009 14:12:44 +0100
 

Modified: pootle/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/rules?rev=2030&op=diff
==============================================================================
--- pootle/trunk/debian/rules (original)
+++ pootle/trunk/debian/rules Sun Dec 13 13:26:56 2009
@@ -31,34 +31,6 @@
 	python setup.py install --root=$(d) $(py_setup_install_args)
 	# Pootle is a WEB server, I prefer to install it in sbin
 	mv $(d)/usr/bin/PootleServer $(d)/usr/sbin
-	# Remove the tests and unused files
-#	rm -f $(Pootle)/test_client.py \
-	      $(Pootle)/test_create.py \
-	      $(Pootle)/test_indexing.py \
-	      $(Pootle)/test_init.py \
-	      $(Pootle)/test_pootlefile.py \
-	      $(Pootle)/test_statistics.py \
-	      $(Pootle)/pootle.prefs \
-	      $(Pootle)/users.prefs \
-	      $(Pootle)/conftest.py \
-	      $(Pootle)/benchmark.py \
-	      $(Pootle)/conflict2suggest.py \
-	      $(Pootle)/test_cmdlineserver.py
-	# These files will be installed by dh_installdocs or
-	# dh_installchangelogs
-#	rm -f $(Pootle)/ChangeLog \
-	      $(Pootle)/COPYING \
-	      $(Pootle)/CREDITS \
-	      $(Pootle)/README
-	# Move the non-python parts to /usr/share/pootle/
-#	mv $(Pootle)/html \
-	   $(d)/usr/share/pootle/html
-	# 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
-#	mv $(Pootle)/po/pootle \
-	   $(d)/var/lib/pootle/pootle
-#	rmdir $(Pootle)/po
 	dh_lintian
 
 # Build architecture-independent files here.




More information about the Debian-l10n-commits mailing list