~ubuntu-branches/ubuntu/maverick/python-debian/maverick

« back to all changes in this revision

Viewing changes to tests/test_modify_changelog2

  • Committer: Bazaar Package Importer
  • Author(s): John Wright
  • Date: 2008-04-30 23:58:24 UTC
  • mfrom: (1.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080430235824-iq9mp0fbd0efmruv
Tags: 0.1.10
* debian_bundle/deb822.py, tests/test_deb822.py:
  - Do not cache _CaseInsensitiveString objects, since it causes case
    preservation issues under certain circumstances (Closes: #473254)
  - Add a test case
* debian_bundle/deb822.py:
  - Add support for fixed-length subfields in multivalued fields.  I updated
    the Release and PdiffIndex classes to use this.  The default behavior for
    Release is that of apt-ftparchive, just because it's simpler.  Changing
    the behavior to resemble dak requires simply setting the
    size_field_behavior attribute to 'dak'.  (Ideally, deb822 would detect
    which behavior to use if given an actual Release file as input, but this
    is not implemented yet.)  (Closes: #473259)
  - Add support for Checksums-{Sha1,Sha256} multivalued fields in Dsc and
    Changes classes
* debian/control:
  - "python" --> "Python" in the Description field
  - Change the section to "python"

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gnutls14 (1:1.4.1-2) experimental; urgency=medium
 
2
 
 
3
  [ James Westby ]
 
4
  * New upstream release.
 
5
  * Remove the following patches as they are now included upstream:
 
6
    - 10_certtoolmanpage.diff
 
7
    - 15_fixcompilewarning.diff
 
8
    - 30_man_hyphen_*.patch
 
9
  * Link the API reference in /usr/share/gtk-doc/html as gnutls rather than
 
10
    gnutls-api so that devhelp can find it.
 
11
  * Add magic foo
 
12
 
 
13
 -- James Westby <jw+debian@jameswestby.net>  Sat, 16 Jul 2008 11:11:08 -0200
 
14