lp:ubuntu/karmic/python-networkx

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/karmic/python-networkx
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

9. By Alessio Treglia

debian/rules: Append --install-layout=deb to setup.py install arguments to
build with Python 2.6; fixes FTBFS.

8. By Cyril Brulebois

* Upload to unstable now that lenny is released (yay).
* Fix FTBFS with python-support 0.90.3: no longer rely on its internal
  behaviour, and xnow set tests/test.py executable right after “setup.py
  install” (Closes: #517065).
* Drop executable bits from bz2 files.
* Update Vcs-* fields: move from DPMT's svn to collab-maint's git.
* Remote DPMT from Uploaders, following Piotr Ożarowski's request.

7. By Cyril Brulebois <email address hidden>

* debian/control:
   + Replace python-setuptools with python-pkg-resources in the
     “Recommends:” since pkg_resources is now available in this
     separate package, thanks Matthias Klose (Closes: #468721).
* debian/copyright:
   + Use “© $years $name” instead of invalid “$name, $years” and
     “(C) $years, $name”, thanks to lintian.

6. By Cyril Brulebois <email address hidden>

* New upstream release.
* Repack since some examples are not DFSG-free: freely distributable but no
  modifications are allowed.
* debian/rules:
   + Removed two new unneeded files: Download.txt and Install.txt.
   + Removed the find/rm for the .cvsignore files, now deleted upstream.
* debian/control:
   + Moved python-all-dev from B-D to B-D-I.
   + Added XS-Vcs-Svn and XS-Vcs-Browser fields.
* debian/copyright:
   + Updated copyright years.
   + Added Eben Kennah as contributor.
* debian/watch:
   + Updated, with the addition networkx/ directory.

5. By Cyril Brulebois <email address hidden>

* Added a versioned B-D on python-suppport (>= 0.6.4) since #422436 is
  fixed in this version, and on python-all-dev (>= 2.3.5-11), according
  to the Python Policy.
* Dropped the manual egg renaming, which isn't needed anymore, and even
  fails with the new python-support (Closes: #423981).
* Turned setup.py usage into setup_egg.py usage. 20_egg_support patch
  dropped accordingly.
* Added a TODO file so as not to forget TODO items for next uploads.
* Added a find/rm to remove some .cvsignore files, now installed after
  the switch to setup_egg.py.
* Adjusted README.Debian and Recommends:, since python-yaml is now packaged,
  and added instructions to run the testsuite from a python interpreter.

4. By Cyril Brulebois <email address hidden>

* New upstream release.
* Examples might not work out of the box due to the compression of the data
  files, but adding support for compressed data files has been requested
  upstream, so that the data files don't have to be shipped uncompressed.
* Added the Debian Python Modules Team in the Uploaders field.
* Updated rules file to delete an empty directory (data/, under the doc/
  directory).
* Adjusted the folding in the long description for the homepage.
* Added missing B-D on setuptools, needed for the egg installation. It is
  versioned so that one is ensured that egg support is present (e.g. when
  backporting).
* Added missing Recommends on python-matplotlib.
* Removed unneeded items in the rules file (e.g. CFLAGS, dh_strip, etc.) as
  well as ${python:Provides} and ${shlibs:Depends} in the control file.
* Removed the lintian override and added a chmod call to +x the test script
  after the dh_pysupport call.
* Dropped unneeded build-stamp, configure, configure-stamp targets in the
  rules file.
* Added *.pyc cleanup in the clean target. During a normal build it
  shouldn't be needed, but might be useful when playing around with the
  package.

3. By Cyril Brulebois <email address hidden>

* Added a Recommends: on python-pygraphviz | python-pydot, thanks to Seo
  Sanghyeon for the notice about pydot (Closes: #401657).
* Fixed a typo in the debian/watch file.

2. By Cyril Brulebois <email address hidden>

* Initial release (Closes: #323398)
* Added an override for the tests/test.py file which is not executable due
  to python-support (apparently). Interested users should be able to run
  this script by prepending its name with the interpreter.
* Added ``2.4-'' into debian/pyversions since the installation fails when
  byte-compiling for python2.3. Upstream will be reported that problem since
  that release is said to be for python >= 2.3.
* Added Recommends: on all packages needed for the tests/test.py to run
  almost OK. There's currently no package providing `yaml' so that having
  ``import yaml'' in a python script is OK.
* Added a note about the previous point in the README.Debian file.
* Added Suggests: on all optional packages suggested by upstream.

1. By Cyril Brulebois <email address hidden>

Import upstream version 0.32

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/lucid/python-networkx
This branch contains Public information 
Everyone can see this information.

Subscribers