lp:debian/cssutils

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/cssutils
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

14. By Martin Pitt

* Revert packaging changes from previous upload. They leave the packages
  mostly empty, and create bogus packaging directories in debian/.
  (Closes: #768950, #768954, #768960)
* Add debian/patches/revert_to_0.9.10.patch: Also revert to previous
  upstream version, so that we avoid introducing a fake new upstream version
  for the few days until this is expected to get cleaned up. Upstream
  version 1.0's build system changed to not produce the _py[23] suffixes any
  more.

13. By Hugo Lefeuvre

* New upstream release.
* debian/control:
  - New uploader (Hugo Lefeuvre).
  - Bump Standards-Version to 3.9.6 (no changes needed).
* debian/copyright:
  - Update copyright to include Hugo Lefeuvre.
* delete debian/patches/disable_test.patch: These deletions can be done
  through debian/rules.
* debian/rules:
  - Use pybuild.
  - Fixed some bugs that make debian/rules failed to be interpreted.
  - Disable tests that currently make the package fail to build, namely
    test_parseUrl, test_namespaces1 and test_handlers.
* debian/README.Debian:
  - Written some lines about disabled tests.

12. By Charlie_Smotherman

* New upstream release.
* Removed debian/python3-cssutils.examples. Closes: #712150
* Updated debian/rules to account for upstream directory changes.
* With upstream directory changes the test dir renaming is not needed so
  removed from debian/rules.
* Reworked debian/patches/02_disable_wrong_test.patch, one test has been
  removed by upstream.

11. By Dmitry Shachnev

* Team upload.

[ Dmitry Shachnev ]
* Use /usr/bin/nosetests3 instead of /usr/bin/nosetests-3.X (closes:
  #707529).
* Disable two tests that currently make the package fail to build
  (closes: #686340).

[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

10. By Charlie_Smotherman

* New upstream release.
* Updated Standards Version to 3.9.3, no changes needed.
* Updated version mangling in debian/watch.
* Disable test_errorhandler test in debian rules, as it needs network access.
  Closes: #671033 (LP: #931624)
* Added rules so package honors DEB_BUILD_OPTIONS=nocheck. Closes: #671528
* Updated debian/copyright Format field to version 1.0, added missing
  copyright years.

9. By Charlie_Smotherman

* New upstream release.
* Added rule to run py3 unittests.
* Added rules to ignore/exclude failing unittests. Opened bug in upstreams
  bug tracker wrt failing unittests. (Closes: #658787)
* Added rules to fix py2 and py3 shebangs in cssparse csscombine and
  csscapture. (Closes: #658719)

8. By Charlie_Smotherman

[ Jakub Wilk ]
* Add Vcs-* fields.

[ Charlie Smotherman ]
* New upstream release.
* Updated debian/watch. Upstream now uses bitbucket for code hosting.
* debian/control
  - Added python-pkg-resources to python-cssutils Depends field.
    Closes: #645251
  - Updated Homepage field to new bitbucket URL.
  - Added myself to Uploaders field.
  - Removed python-cssutils-doc stanza, upstream no longer ships any doc
    files.
  - Removed python-encutils stanza, upstream now bundles it into cssutils.
  - Added python3-cssutils stanzas.
  - B-D on python3, and python3-setuptools.
  - B-D on python-mock, python3-mock and python-nose to run unittests.
  - No longer Depend on python-encutils.
  - No longer Recommend python-cssutils-doc package.
  - Added Replaces and Provides so python-cssutils-0.9.8~a1 is upgraded
    properly.
* debian/rules
  - Removed dh_install override, no longer needed.
  - Added rules to build python2 and python3 packages
  - Added rules to remove cssparse, csscombine and csscapture so
    update alternative can be used.
  - Added dh_installman override and make copies of manpages to be used in
    python2 and python3 packages.
  - Added nosetests to run unittests at build time for py2 package, py3-nose
    package not available which is needed to run py3 tests.
* Removed python-cssutils-doc.links, python-cssutils-doc.doc-base,
  python-cssutils-doc.docs, python-cssutils-doc.examples,
  python-cssutils.install, python-encutils.install, no longer needed.
* Added python-cssutils.doc to install README.txt as part of the
  python-cssutils package.
* Added python-cssutils.examples to install the examples as part of
  python-cssutils package.
* Added python3-cssutils.doc, python3-cssutils.examples, to install docs,
  and examples into the python3 package.
* Update to use update-alternatives, python-cssutils.postinst,
  python-cssutils.prerm, python3-cssutils.postinst, python3-cssutils.prerm.
* Added 01_setup_fix.patch to create py2 and py3 executables.

7. By Charlie_Smotherman

[ Charlie Smotherman ]
* Team upload.
* New upstream release.
* Update package to use dh_python2. Closes: #616782
* Switched to using dh7 tiny rules.
* Increased debian/compat to 7.
* Updated debian/python-cssutils.install and debian/python-encutils.install
  to allow installation into dist-packages.
* Renamed debian/examples, debian/docs to debian/python-cssutils-doc.examples
  and debian/python-cssutils-doc.docs so they will be part of the docs
  package.
* Added python-cssutils-doc to python-cssutils Recommends section.
* Added the manpages
  - debian/man/csscapture.manpage1.
  - debian/man/csscombine.manpage1.
  - debian/man/cssparse.manpage1.
* Added debian/python-cssutils.manpages to install the new manpages.
* Updated debian/copyright to DEP5.
* Added manpage copyright info to debian/copyright.
* Added debian/doc-base to register the html documentation with doc-base.
* Added debian/python-cssutils-doc.links to create the jquery.js symlink.
* Reworked debian/watch so it now reports correctly.
* Switched to using source format 3.0.
* debian/control
  - removed cdbs from B-D.
  - bumped min python version to >= 2.6.6-3~.
  - removed python-central from B-D-I.
  - increased min debhelper version to >= 7.0.50~
  - bumped Standards Version to 3.9.2 no changes needed.
  - removed XS-P-V in favor of X-P-V, increased X-P-V to >=2.6.
  - removed XB-P-V.
  - added Recommends: python-cssutils-doc to python-cssutils binary stanza.
  - added libjs-jquery to Depends field of python-cssutils-doc bianry
    stanza.
  - removed dpkg-dev from B-D.
* debian/rules
  - removed dh_auto_install override, not needed.
  - added dh_install exclude for jquery.js
  - removed --single-version-externally-managed, not needed anymore.

[ Stefano Rivera ]
* Add debian/clean to delete egg-info.

6. By Debian Python Modules Team

[ Piotr Ożarowski ]
Bump minimum required Python version to 2.5 (Closes: #586652)

5. By Loïc Minier

[ Sameer Rahmani ]
* watch file fixed.

[ Loïc Minier ]
* debian/watch: allow for letters in upstream versions.

[ Martin Pitt ]
* New upstream release:
  Add CSSRuleList.rulesOfType required by calibre. (Closes: #586261)
* debian/docs: Drop index.txt, removed upstream.

[ Loïc Minier ]
* Add Martin Pitt to Uploaders.
* Don't repeat Section: python in binary packages.
* Update copyright statement for the packaging to use "Copyright"
  adequately.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/squeeze/cssutils
This branch contains Public information 
Everyone can see this information.

Subscribers