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

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sat May 3 15:41:10 UTC 2014


    Date: Saturday, May 3, 2014 @ 15:41:09
  Author: jtaylor-guest
Revision: 28750

remove obsolete orig source target

Modified:
  packages/ipython/trunk/debian/rules

Modified: packages/ipython/trunk/debian/rules
===================================================================
--- packages/ipython/trunk/debian/rules	2014-05-03 15:41:07 UTC (rev 28749)
+++ packages/ipython/trunk/debian/rules	2014-05-03 15:41:09 UTC (rev 28750)
@@ -181,20 +181,3 @@
 
 override_dh_compress:
 	dh_compress -Xhtml/ -X.ipynb -X.py
-
-VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-\+]+)+(\+dfsg)*.*,\1,p')
-COMMIT = $(shell dpkg-parsechangelog | grep Commit | sed -e "s/^\s*Commit //")
-get-orig-source:
-	#git clone --depth 1 git://github.com/ipython/ipython ipython.git
-	#cd ipython.git && git archive --format=tar --prefix=ipython/ $(COMMIT) | gzip -9 -c > ../ipython_$(VERSION).orig.tar.gz
-	#rm -rf ipython.git
-	#tar xfz ipython_$(VERSION).orig.tar.gz
-	mkdir ipython
-	uscan --force-download --destdir=. --download-version=$(VERSION)
-	tar -C ipython -xz -f rel-$(VERSION).tar.gz --strip 1
-	rm -f ipython/IPython/frontend/html/notebook/static/jquery/js/jquery-1.6.2.min.js
-	rm -f ipython/IPython/frontend/html/notebook/static/jquery/js/jquery-ui-1.8.14.custom.min.js
-	mv ipython/IPython/frontend/html/notebook/static/unminified/prettify.js \
-	   ipython/IPython/frontend/html/notebook/static/prettify/prettify.js
-	tar cfz ipython_$(VERSION)+dfsg.orig.tar.gz ipython
-	rm -rf ipython




More information about the Python-modules-commits mailing list