diff -Nru suds-0.4.1/debian/changelog suds-0.4.1/debian/changelog --- suds-0.4.1/debian/changelog 2014-10-08 17:21:37.000000000 +0000 +++ suds-0.4.1/debian/changelog 2015-06-08 11:05:34.000000000 +0000 @@ -1,3 +1,13 @@ +suds (0.4.1-16) unstable; urgency=medium + + * Using pypi.debian.net redirector in watch file. + * Wrapping and sorting control files (wrap-and-sort -bts). + * Updating year of debian copyright. + * Adapting section naming in gbp.conf to current git-buildpackage. + * Adding deprecation warnings for this package (Closes: #783029). + + -- Mathias Behrle Mon, 08 Jun 2015 12:55:30 +0200 + suds (0.4.1-15) unstable; urgency=medium * Updating to Standards-Version: 3.9.6, no changes needed. diff -Nru suds-0.4.1/debian/control suds-0.4.1/debian/control --- suds-0.4.1/debian/control 2014-10-08 11:17:34.000000000 +0000 +++ suds-0.4.1/debian/control 2015-06-08 11:05:34.000000000 +0000 @@ -4,7 +4,10 @@ Maintainer: Debian Tryton Maintainers Uploaders: Mathias Behrle Build-Depends: - debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools, dh-python + debhelper (>= 9), + dh-python, + python (>= 2.6.6-3~), + python-setuptools, Standards-Version: 3.9.6 Homepage: http://www.fedorahosted.org/suds/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=tryton/suds.git @@ -13,8 +16,13 @@ Package: python-suds Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources -Description: Lightweight SOAP client for Python +Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends} +Description: Lightweight SOAP client for Python (Deprecated) + Deprecation Warning: + This package is subject to be removed in a future Debian release and is only + kept for backwards compatibility. Please consider using a maintained project + like i.e. pysimplesoap (python-pysimplesoap, python3-pysimplesoap). + . The suds project is a Python soap web services client lib. Suds leverages Python meta programming to provide an intuitive API for consuming web services. Objectification of types defined in the WSDL is provided without class diff -Nru suds-0.4.1/debian/copyright suds-0.4.1/debian/copyright --- suds-0.4.1/debian/copyright 2014-01-27 17:39:17.000000000 +0000 +++ suds-0.4.1/debian/copyright 2015-06-08 11:05:34.000000000 +0000 @@ -6,7 +6,7 @@ Files: debian/* Copyright: 2010-2012 Daniel Baumann - 2010-2014 Mathias Behrle + 2010-2015 Mathias Behrle License: LGPL-3+ License: LGPL-3+ diff -Nru suds-0.4.1/debian/gbp.conf suds-0.4.1/debian/gbp.conf --- suds-0.4.1/debian/gbp.conf 2014-02-03 12:38:19.000000000 +0000 +++ suds-0.4.1/debian/gbp.conf 2015-06-08 11:05:34.000000000 +0000 @@ -5,7 +5,7 @@ debian-branch = debian pristine-tar = True -[git-buildpackage] +[buildpackage] ignore-new = True # Use with orig.tar.xz tarballs, subject to change in the future compression = xz diff -Nru suds-0.4.1/debian/watch suds-0.4.1/debian/watch --- suds-0.4.1/debian/watch 2014-05-09 14:54:45.000000000 +0000 +++ suds-0.4.1/debian/watch 2015-06-08 11:05:34.000000000 +0000 @@ -1,3 +1,3 @@ version=3 +opts=uversionmangle=s/(rc|a|b|c)/~$1/ http://pypi.debian.net/suds/suds-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) opts=pgpsigurlmangle=s/$/.asc/ https://fedorahosted.org/releases/s/u/suds/python-suds-(\d+.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) -opts=pgpsigurlmangle=s/$/.asc/ https://pypi.python.org/packages/source/s/suds/suds-(\d+.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))