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

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sat Jun 30 13:24:05 UTC 2012


    Date: Saturday, June 30, 2012 @ 13:24:04
  Author: jtaylor-guest
Revision: 22380

don't compress the examples

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

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2012-06-30 13:23:54 UTC (rev 22379)
+++ packages/ipython/trunk/debian/changelog	2012-06-30 13:24:04 UTC (rev 22380)
@@ -5,8 +5,9 @@
     minified variants are not installed
   * refresh patches, drop upstream applied full-qt-imports 
   * drop libjs-jquery-ui dependency, use the embedded development branch
+  * don't compress the examples
 
- -- Julian Taylor <jtaylor.debian at googlemail.com>  Sat, 30 Jun 2012 11:03:21 +0200
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Sat, 30 Jun 2012 11:12:32 +0200
 
 ipython (0.12.1+dfsg-2) unstable; urgency=low
 

Modified: packages/ipython/trunk/debian/rules
===================================================================
--- packages/ipython/trunk/debian/rules	2012-06-30 13:23:54 UTC (rev 22379)
+++ packages/ipython/trunk/debian/rules	2012-06-30 13:24:04 UTC (rev 22380)
@@ -3,10 +3,6 @@
 PYVERS = $(shell pyversions -rv)
 PY3VERS = $(shell py3versions -r)
 
-override_dh_compress:
-	# make sure the documentation stays usable.
-	dh_compress -Xhtml/
-
 %:
 	dh $@ --with python2,python3,sphinxdoc
 
@@ -160,6 +156,9 @@
 	dh_sphinxdoc
 endif
 
+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:




More information about the Python-modules-commits mailing list