forgethtml 0.0.20031008-10 source package in Ubuntu

Changelog

forgethtml (0.0.20031008-10) unstable; urgency=low

  [ Piotr Ożarowski ]
  * Added Vcs-Svn field

  [ Bernd Zeimetz ]
  * Added Vcs-Browser field
  * Fixed the following lintian errors (closes: #592387):
    - clean-should-be-satisfied-by-build-depends
      python | python-dev | python-all-dev
    - missing-build-dependency python-support (>= 0.3)

  [ Sandro Tosi ]
  * debian/watch
    - added missing file
  * debian/control
    - added op=log to Vcs-Browser
  * debian/control
    - switch Vcs-Browser field to viewsvn

  [ Carlos Galisteo ]
  * debian/control
    - Added Homepage field.
  
  [ Morten Werner Forsbring ]
  * Changed my lastname in debian/control.
  * Bumped standards-version from 3.7.2 to 3.9.1 (no changes).
  * Bumped debhelper compat level from 4 to 5.
  * Fixed more lintian errors:
    - debhelper-but-no-misc-depends (added ${misc:Depends} to depends)
    - build-depends-on-python-dev-with-no-arch-any (changed from
      python-dev to python-all in Build-Depend)
  * Added patch that remove non-ASCII-characters in forgetHTML.py.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 12:45:48 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
forgethtml_0.0.20031008.orig.tar.gz 8.4 KiB 2c548da03a7eec5214048931021aa0ba6c6ac5119e3f35d29b20227f92d21640
forgethtml_0.0.20031008-10.diff.gz 3.1 KiB a212ba18e91cfd3b64b8cdd30ce48f32049f21afc9126292edf9e8ca2de89835
forgethtml_0.0.20031008-10.dsc 1.4 KiB 0073a1e08d0d1a2aad9f27135bf3ceff8a0258f8a36c0a8c63644593eb53e577

View changes file

Binary packages built by this source

python-forgethtml: Python module for easy HTML-writing

 forgetHTML is a Python module for writing HTML by building a tree
 from different classes, one pr. HTML element. This makes it possible
 to modify and create elements in a different order than they will end
 up in the final HTML output.