Your message dated Mon, 8 Oct 2012 14:05:10 +0200
with message-id <[email protected]>
and subject line Re: [Python-modules-team] Bug#689629: Please use
python-argparse instead of python2.6-argparse as builddep
has caused the Debian Bug report #689629,
regarding Please use python-argparse instead of python2.6-argparse as builddep
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
689629: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689629
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Tags: patch
User: [email protected]
Usertags: origin-ubuntu quantal ubuntu-patch
Severity: normal
Package: sorl-thumbnail
Version: 11.12-3
The attached patch should use python-argparse instead of
python2.6-argparse as builddep.
Have a great day,
Daniel
--
Get involved in Ubuntu development! developer.ubuntu.com/packaging
And follow @ubuntudev on identi.ca/twitter.com/facebook.com/gplus.to
diff -Nru sorl-thumbnail-11.12/debian/control
sorl-thumbnail-11.12/debian/control
--- sorl-thumbnail-11.12/debian/control 2012-01-12 16:01:15.000000000 +0100
+++ sorl-thumbnail-11.12/debian/control 2012-05-05 19:24:10.000000000 +0200
@@ -1,14 +1,15 @@
Source: sorl-thumbnail
Section: python
Priority: optional
-Maintainer: Debian Python Modules Team
<[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Debian Python Modules Team
<[email protected]>
Uploaders: Michael Fladischer <[email protected]>
Build-Depends: debhelper (>= 7.0.50~),
graphicsmagick,
imagemagick,
locales,
python-all (>= 2.6.6-3~),
- python2.6-argparse,
+ python-argparse,
python-django (>= 1.2),
python-imaging,
python-pgmagick,
--- End Message ---
--- Begin Message ---
On Thu, Oct 4, 2012 at 17:54:22 +0200, Daniel Holbach wrote:
> Tags: patch
> User: [email protected]
> Usertags: origin-ubuntu quantal ubuntu-patch
> Severity: normal
> Package: sorl-thumbnail
> Version: 11.12-3
>
> The attached patch should use python-argparse instead of
> python2.6-argparse as builddep.
>
Closing as invalid.
Cheers,
Julien
--- End Message ---