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,
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

