Public bug reported:

Please sync python-musicbrainz2 0.7.3-1 (universe) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
Finally found a new maintainer in Debian. No Ubuntu changes worth holding
onto.

There is a one line patch we are carrying that removes a print
statment. There are no patch tags or mention of why this was added
in the changelog. I can only assume that the previous uploader
found it noisey. I see no reason to carry that patch or even bother
forwarding it upstream. I have had no issue in testing without this
patch.

$ cat python-musicbrainz2-0.7.2/debian/patches/remove-extra-print.patch 
--- a/src/musicbrainz2/webservice.py
+++ b/src/musicbrainz2/webservice.py
@@ -1291,7 +1291,6 @@
                params = { 'offset': offset, 'maxitems': maxitems }
                
                stream = self._ws.get('collection', '', filter=params)
-               print stream
                try:
                        parser = MbXmlParser()
                        result = parser.parse(stream)


Changelog entries since current oneiric version 0.7.2-0ubuntu1:

python-musicbrainz2 (0.7.3-1) unstable; urgency=low

  * New upstream release; Closes: #588932, #587225
  * Use debhelper 7
  * debian/control
    - new maintainer; Closes: #628473
    - we now request python >= 2.6, drop alternative depends for ctypes
    - add misc:Depends to binary packages
    - removed article at the beginning of short description
    - removed Provides, not needed
    - bump Standards-Version to 3.9.2 (no changes needed)
    - updated Vcs-{Browser, Svn} enties
  * debian/copyright
    - added debian packaging copyright & license notice
  * debian/source/format
    - use 3.0 (quilt) source format
  * debian/{control, pyversions}
    - remove pyversions, converted into XS-Python-Version
  * debian/pycompat
    - removed, unused
  * debian/{control, rules}
    - run tests for all supported python versions
  * debian/python-musicbrainz2-doc.doc-base
    - added doc-base registation file

 -- Sandro Tosi <mo...@debian.org>  Fri, 10 Jun 2011 16:14:29 +0200

** Affects: python-musicbrainz2 (Ubuntu)
     Importance: Wishlist
         Status: Confirmed

** Changed in: python-musicbrainz2 (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: python-musicbrainz2 (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/797446

Title:
  Sync python-musicbrainz2 0.7.3-1 (universe) from Debian unstable
  (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-musicbrainz2/+bug/797446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to