[Python-modules-commits] r24081 - in packages/ipython/trunk/debian (changelog control)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Wed May 1 12:46:39 UTC 2013


    Date: Wednesday, May 1, 2013 @ 12:46:37
  Author: jtaylor-guest
Revision: 24081

drop unnecessary configobj dependency

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

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2013-04-30 21:31:50 UTC (rev 24080)
+++ packages/ipython/trunk/debian/changelog	2013-05-01 12:46:37 UTC (rev 24081)
@@ -1,6 +1,7 @@
-ipython (0.13.2-2) raring; urgency=low
+ipython (0.13.2-2) unstable; urgency=low
 
   * add missing comma to Depends of incomplete-install test
+  * drop unnecessary configobj dependency
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sun, 07 Apr 2013 11:25:56 +0200
 

Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control	2013-04-30 21:31:50 UTC (rev 24080)
+++ packages/ipython/trunk/debian/control	2013-05-01 12:46:37 UTC (rev 24081)
@@ -8,7 +8,6 @@
                      libc-bin (>= 2.13-1~),
                      python-all (>= 2.6.6-3~),
                      python-argparse,
-                     python-configobj,
                      python-decorator,
                      python-matplotlib,
                      python-nose,
@@ -35,8 +34,7 @@
 
 Package: ipython
 Architecture: all
-Depends: python-configobj,
-         python-decorator,
+Depends: python-decorator,
          python-pexpect,
          python-simplegeneric,
          ${misc:Depends},




More information about the Python-modules-commits mailing list