[Python-modules-commits] r7660 - in packages/ipython/trunk/debian (changelog rules)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Fri Feb 20 15:41:28 UTC 2009


    Date: Friday, February 20, 2009 @ 15:41:27
  Author: pochu-guest
Revision: 7660

debian/rules: remove chmod calls, they are not needed and are
modifying files in pysupport's directories which may change.
Closes: #516274.

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

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2009-02-19 22:25:11 UTC (rev 7659)
+++ packages/ipython/trunk/debian/changelog	2009-02-20 15:41:27 UTC (rev 7660)
@@ -1,7 +1,13 @@
 ipython (0.9.1-3) unstable; urgency=low
 
+  [ Stephan Peijnik ]
   * Fixed broken Suggest on libjs-jquery (typo, was: libjs-query).
 
+  [ Emilio Pozuelo Monfort ]
+  * debian/rules: remove chmod calls, they are not needed and are
+    modifying files in pysupport's directories which may change.
+    Closes: #516274.
+
  -- Stephan Peijnik <debian at sp.or.at>  Thu, 19 Feb 2009 07:32:37 +0100
 
 ipython (0.9.1-2) unstable; urgency=low

Modified: packages/ipython/trunk/debian/rules
===================================================================
--- packages/ipython/trunk/debian/rules	2009-02-19 22:25:11 UTC (rev 7659)
+++ packages/ipython/trunk/debian/rules	2009-02-20 15:41:27 UTC (rev 7660)
@@ -38,11 +38,6 @@
 	rm -rf $(CURDIR)/debian/ipython/usr/IPython
 
 binary-fixup/ipython::
-	# fix lintian warnings (see also patches/04_remove_shebang.dpatch)
-	chmod +x $(CURDIR)/debian/ipython/usr/share/python-support/ipython/IPython/upgrade_dir.py
-	chmod +x $(CURDIR)/debian/ipython/usr/share/python-support/ipython/IPython/Extensions/pickleshare.py
-	chmod +x $(CURDIR)/debian/ipython/usr/share/python-support/ipython/IPython/irunner.py
-	chmod +x $(CURDIR)/debian/ipython/usr/share/python-support/ipython/IPython/external/mglob.py
 	rm -rf $(CURDIR)/debian/ipython/usr/share/doc/ipython/extensions
 
 




More information about the Python-modules-commits mailing list