[Bug 624290] Re: gdebi crashes if the control file contains UTF-8 characters

2010-09-07 Thread Launchpad Bug Tracker
This bug was fixed in the package python-apt - 0.7.96.1ubuntu9

---
python-apt (0.7.96.1ubuntu9) maverick; urgency=low

  [ Kiwinote ]
  * apt/debfile:
- don't fail if we conflict with the pkgs we are reinstalling

  [ Michael Vogt ]
  * add "provides" property to the apt.Version objects
  * apt/debfile.py:
- fix error when reading binary content and add regresion test
  * merged patch from Samuel Lidén Borell to fix crash if there utf8
in the control file (LP: #624290) and add test
  * apt/cache.py:
- add "sources_list" parameter to cache.update() to force updating
  a single sources.list entry only
  * debian/control:
- add missing build-depends on python-debian (needed to run the
  tests for apt.debfile.DebPackage()
 -- Michael VogtTue, 07 Sep 2010 13:47:03 +0200

** Changed in: python-apt (Ubuntu)
   Status: In Progress => Fix Released

-- 
gdebi crashes if the control file contains UTF-8 characters
https://bugs.launchpad.net/bugs/624290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 624290] Re: gdebi crashes if the control file contains UTF-8 characters

2010-09-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/python-apt/ubuntu

-- 
gdebi crashes if the control file contains UTF-8 characters
https://bugs.launchpad.net/bugs/624290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 624290] Re: gdebi crashes if the control file contains UTF-8 characters

2010-09-07 Thread Kiwinote
** This bug is no longer a duplicate of private bug 620578

-- 
gdebi crashes if the control file contains UTF-8 characters
https://bugs.launchpad.net/bugs/624290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 624290] Re: gdebi crashes if the control file contains UTF-8 characters

2010-09-06 Thread Apport retracing service
*** This bug is a duplicate of bug 620578 ***
https://bugs.launchpad.net/bugs/620578

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #620578, so is being marked as such.  Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: "Dependencies.txt"
   
https://bugs.edge.launchpad.net/bugs/624290/+attachment/1519105/+files/Dependencies.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.edge.launchpad.net/bugs/624290/+attachment/1519106/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.edge.launchpad.net/bugs/624290/+attachment/1519107/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 620578

-- 
gdebi crashes if the control file contains UTF-8 characters
https://bugs.launchpad.net/bugs/624290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 624290] Re: gdebi crashes if the control file contains UTF-8 characters

2010-09-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~mvo/python-apt/mvo

-- 
gdebi crashes if the control file contains UTF-8 characters
https://bugs.launchpad.net/bugs/624290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 624290] Re: gdebi crashes if the control file contains UTF-8 characters

2010-09-02 Thread Michael Vogt
** Changed in: gdebi (Ubuntu)
   Status: New => In Progress

** Changed in: gdebi (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gdebi (Ubuntu)
Milestone: None => ubuntu-10.10-beta

** Package changed: gdebi (Ubuntu) => python-apt (Ubuntu)

** Changed in: python-apt (Ubuntu)
Milestone: ubuntu-10.10-beta => None

-- 
gdebi crashes if the control file contains UTF-8 characters
https://bugs.launchpad.net/bugs/624290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 624290] Re: gdebi crashes if the control file contains UTF-8 characters

2010-08-25 Thread Brian Murray
** Tags added: patch

-- 
gdebi crashes if the control file contains UTF-8 characters
https://bugs.launchpad.net/bugs/624290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 624290] Re: gdebi crashes if the control file contains UTF-8 characters

2010-08-25 Thread Samuel Lidén Borell
Attached a test package with a UTF-8 character in it's Maintainer field.

** Attachment added: "Package with UTF-8 Maintainer name"
   
https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/624290/+attachment/1519128/+files/utf8-package_1.0-1_all.deb

-- 
gdebi crashes if the control file contains UTF-8 characters
https://bugs.launchpad.net/bugs/624290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 624290] Re: gdebi crashes if the control file contains UTF-8 characters

2010-08-25 Thread Samuel Lidén Borell
This patch to python-apt appears to fix the problem.

** Patch added: "Fix problem with UTF-8 control files"
   
https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/624290/+attachment/1519118/+files/fix_utf8_control_file_problem.diff

-- 
gdebi crashes if the control file contains UTF-8 characters
https://bugs.launchpad.net/bugs/624290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 624290] Re: gdebi crashes if the control file contains UTF-8 characters

2010-08-25 Thread Samuel Lidén Borell

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/624290/+attachment/1519105/+files/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/624290/+attachment/1519106/+files/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/624290/+attachment/1519107/+files/ProcStatus.txt

** Attachment added: "Traceback.txt"
   
https://bugs.launchpad.net/bugs/624290/+attachment/1519108/+files/Traceback.txt

** Visibility changed to: Public

-- 
gdebi crashes if the control file contains UTF-8 characters
https://bugs.launchpad.net/bugs/624290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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