[Python-modules-commits] r10005 - in packages/pyxine/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Oct 9 19:55:40 UTC 2009


    Date: Friday, October 9, 2009 @ 19:55:39
  Author: morph
Revision: 10005

fixed confusion about spaces and tabs in clean target

Modified:
  packages/pyxine/trunk/debian/changelog
  packages/pyxine/trunk/debian/rules

Modified: packages/pyxine/trunk/debian/changelog
===================================================================
--- packages/pyxine/trunk/debian/changelog	2009-10-09 19:33:29 UTC (rev 10004)
+++ packages/pyxine/trunk/debian/changelog	2009-10-09 19:55:39 UTC (rev 10005)
@@ -1,9 +1,10 @@
-pyxine (0.1~alpha2-6) UNRELEASED; urgency=low
+pyxine (0.1alpha2-6) UNRELEASED; urgency=low
 
   [ Sandro Tosi ]
   * debian/rules
     - added directory search for empty dirs removal for -dbg package;
       thanks to Adeodato Simó for spotting it out
+    - fixed confusion about spaces and tabs in clean target
   * debian/control
     - switch Vcs-Browser field to viewsvn
     - bump Standards-Version to 3.8.3
@@ -23,7 +24,7 @@
    - debian/control: 
     + Bump build-depends to python-all-dev (>= 2.5.4-1~)
 
- -- Sandro Tosi <morph at debian.org>  Fri, 09 Oct 2009 21:28:54 +0200
+ -- Sandro Tosi <morph at debian.org>  Fri, 09 Oct 2009 21:54:54 +0200
 
 pyxine (0.1alpha2-5) unstable; urgency=low
 

Modified: packages/pyxine/trunk/debian/rules
===================================================================
--- packages/pyxine/trunk/debian/rules	2009-10-09 19:33:29 UTC (rev 10004)
+++ packages/pyxine/trunk/debian/rules	2009-10-09 19:55:39 UTC (rev 10005)
@@ -43,11 +43,10 @@
 	dh_installdirs
 
 	for python in ${PYVERS} ; do \
- 	    $$python setup.py install --no-compile \
+		$$python setup.py install --no-compile \
 			--root=$(CURDIR)/debian/python-pyxine \
 			$(py_setup_install_args); \
-
- 	    $$python-dbg setup.py install --no-compile \
+		$$python-dbg setup.py install --no-compile \
 			--root=$(CURDIR)/debian/python-pyxine-dbg \
 			$(py_setup_install_args); \
 	done




More information about the Python-modules-commits mailing list