This bug was fixed in the package python-distutils-extra - 2.37-1

---------------
python-distutils-extra (2.37-1) unstable; urgency=low

  [ Martin Pitt ]
  * auto.py: Recognize manpages which have comments before the initial .TH
    comment. Thanks to Dominique Lasserre for the initial patch!
    (LP: #893337)

  [ Andrew Starr-Bochicchio ]
  * debian/local/python-mkdebian: Handle Glade .ui files correctly when
    generating the copyright file. Also ignore backup files.
    (LP: #1025491)

python-distutils-extra (2.36-1) unstable; urgency=low

  * debian/rules: Run tests against all supported python 2 and 3 versions.
    This catches bugs with Python 2.6. (Closes: #684967)
  * debian/rules: Skip tests if $DEB_BUILD_OPTIONS contains "nocheck".
    (Closes: #684966)
  * debian/rules: Run tests under LC_ALL=C, to fix FTBFS in cases where
    LC_CTYPE is set explicitly. Thanks Gregor Hermann!
  * auto.py: Use python 2.6 friendly sys.version_info test. Thanks Salvatore
    Bonaccorso and Gregor Hermann! (First half of #682631)
  * auto.py: Do not call decode() with an "errors" keyword, as this does not
    yet work with Python 2.6. Thanks Gregor Hermann! (Closes: #682631)
 -- Martin Pitt <martin.p...@ubuntu.com>   Mon, 17 Sep 2012 12:47:44 +0200

** Changed in: python-distutils-extra (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to python-distutils-extra in Ubuntu.
https://bugs.launchpad.net/bugs/1025491

Title:
  python-mkdebian generates malformed copyright strings in
  debian/copyright

Status in Enhancements to Python's distutils:
  Fix Released
Status in “python-distutils-extra” package in Ubuntu:
  Fix Released

Bug description:
  I first found the issue reported here: 
http://askubuntu.com/questions/162718/quickly-creates-wrong-debian-copyright-file
  and I am seeing the same output.

  When generating debian/copyright, python-mkdebian appears to be
  pulling copyright lines from multiple files which is fine, but then I
  end up with a section of debian/copyright that looks like this:

  Files: *
  Copyright: (C) 2012 Aaron Haviland &lt;or...@parsed.net&gt;
  Copyright: (C) 2012 Aaron Haviland &lt;or...@parsed.net&gt;</property>
  Copyright: (C) 2012 Aaron Haviland <or...@parsed.net>

  
  The bad lines are coming from data/ui/AboutKwiklyDialog.ui:

  ./data/ui/AboutKwiklyDialog.ui:    <property name="copyright" 
translatable="yes">Copyright (C) 2012 Aaron Haviland 
&lt;or...@parsed.net&gt;</property>
  ./data/ui/AboutKwiklyDialog.ui:    <property name="license" 
translatable="yes"># Copyright (C) 2012 Aaron Haviland &lt;or...@parsed.net&gt;
  ./data/ui/AboutKwiklyDialog.ui:    <property name="authors">Copyright (C) 
2012 Aaron Haviland &lt;or...@parsed.net&gt;</property>

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-distutils-extra/+bug/1025491/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to