[Python-modules-commits] r8722 - in packages/ll-xist/trunk/debian (changelog rules)

gilir-guest at users.alioth.debian.org gilir-guest at users.alioth.debian.org
Thu Jun 4 22:54:47 UTC 2009


    Date: Thursday, June 4, 2009 @ 22:54:47
  Author: gilir-guest
Revision: 8722

Merge Ubuntu changes for Python 2.6 transition

Modified:
  packages/ll-xist/trunk/debian/changelog
  packages/ll-xist/trunk/debian/rules

Modified: packages/ll-xist/trunk/debian/changelog
===================================================================
--- packages/ll-xist/trunk/debian/changelog	2009-06-04 22:43:43 UTC (rev 8721)
+++ packages/ll-xist/trunk/debian/changelog	2009-06-04 22:54:47 UTC (rev 8722)
@@ -1,4 +1,4 @@
-ll-xist (3.4.3-1) UNRELEASED; urgency=low
+ll-xist (3.4.3-1ubuntu1) UNRELEASED; urgency=low
 
   [ Bernd Zeimetz ]
   FIXME: ll-core + ll-xist contain ansistyle.py
@@ -29,8 +29,11 @@
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Bernd Zeimetz <bzed at debian.org>  Tue, 16 Sep 2008 10:52:15 +0200
+  [ Julien Lavergne ]
+  * debian/rules: Replaces site-packages by *-packages. 
 
+ -- Julien Lavergne <julien.lavergne at gmail.com>  Sun, 31 May 2009 16:31:07 +0200
+
 ll-xist (2.15.5-1) unstable; urgency=low
 
   * Initial release (Closes: #336685)

Modified: packages/ll-xist/trunk/debian/rules
===================================================================
--- packages/ll-xist/trunk/debian/rules	2009-06-04 22:43:43 UTC (rev 8721)
+++ packages/ll-xist/trunk/debian/rules	2009-06-04 22:54:47 UTC (rev 8722)
@@ -29,13 +29,13 @@
 	done
 	## this file is really, really bad. It contains py code
         ## where py seems to expect a path - and we don't need/want it anyway.
-	rm -f debian/$(PACKAGE)/usr/lib/python*/site-packages/ll_xist-*-py*-nspkg.pth
+	rm -f debian/$(PACKAGE)/usr/lib/python*/*-packages/ll_xist-*-py*-nspkg.pth
 	## ll/__init__.py is provided by ll-core, no need to package it here
-	rm -f debian/$(PACKAGE)/usr/lib/python*/site-packages/ll/__init__.py
+	rm -f debian/$(PACKAGE)/usr/lib/python*/*-packages/ll/__init__.py
 	## make scripts in the script directory executeable
-	chmod 755 debian/$(PACKAGE)/usr/lib/python*/site-packages/ll/xist/scripts/[^_]*
+	chmod 755 debian/$(PACKAGE)/usr/lib/python*/*-packages/ll/xist/scripts/[^_]*
 	##remove bogus shebangs
-	sed -i '1s,#!.*,,g' $(CURDIR)/debian/$(PACKAGE)/usr/lib/python*/site-packages/ll/xist/*.py
+	sed -i '1s,#!.*,,g' $(CURDIR)/debian/$(PACKAGE)/usr/lib/python*/*-packages/ll/xist/*.py
 
 clean::
 	rm -f $(MANPAGES)




More information about the Python-modules-commits mailing list