[Python-modules-commits] r3702 - in /packages/ipython/trunk/debian: dirs rules

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Nov 19 18:23:26 UTC 2007


Author: piotr
Date: Mon Nov 19 18:23:26 2007
New Revision: 3702

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3702
Log:
* remove dirs file (not needed anymore)
* move "chmod" stuff to the right place (after dh_fixperms)

Removed:
    packages/ipython/trunk/debian/dirs
Modified:
    packages/ipython/trunk/debian/rules

Modified: packages/ipython/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ipython/trunk/debian/rules?rev=3702&op=diff
==============================================================================
--- packages/ipython/trunk/debian/rules (original)
+++ packages/ipython/trunk/debian/rules Mon Nov 19 18:23:26 2007
@@ -15,10 +15,11 @@
 	# change permission on scripts
 	chmod a-x $(CURDIR)/debian/ipython/usr/share/doc/ipython/examples/*
 	
+	# removing bogus usr/IPython directory
+	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
-	
-	# removing bogus usr/IPython directory
-	rm -rf $(CURDIR)/debian/ipython/usr/IPython




More information about the Python-modules-commits mailing list