diff -Nru python-box2d-2.0.2+svn20100109.244/debian/changelog python-box2d-2.0.2+svn20100109.244/debian/changelog --- python-box2d-2.0.2+svn20100109.244/debian/changelog 2015-08-26 17:17:56.000000000 -0300 +++ python-box2d-2.0.2+svn20100109.244/debian/changelog 2016-03-27 03:00:46.000000000 -0300 @@ -1,3 +1,20 @@ +python-box2d (2.0.2+svn20100109.244-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/control: + - Change to new Homepage. + - Update to Debian Policy 3.9.7. + * debian/patches: + - fix_comments.patch: Add patch to fix comment formatting so that the + package doesn't FTBFS with SWIG 3 (patch courtesy of Jitka Plesnikova), + thanks to Logan Rosen for ponting out the patch + (closes: #805684). + * debian/watch: + - Change to new url from GitHub. + - Update to version 4. + + -- Samuel Henrique Oltramari Pinto (SamuelOPH) Sun, 27 Mar 2016 02:55:52 -0300 + python-box2d (2.0.2+svn20100109.244-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru python-box2d-2.0.2+svn20100109.244/debian/control python-box2d-2.0.2+svn20100109.244/debian/control --- python-box2d-2.0.2+svn20100109.244/debian/control 2015-08-26 17:15:29.000000000 -0300 +++ python-box2d-2.0.2+svn20100109.244/debian/control 2016-03-27 02:58:27.000000000 -0300 @@ -10,8 +10,8 @@ devscripts (>= 2.10.7~), cdbs (>= 0.4.67~), dh-buildinfo, swig -Standards-Version: 3.9.0 -Homepage: http://code.google.com/p/pybox2d/ +Standards-Version: 3.9.7 +Homepage: https://github.com/pybox2d/pybox2d Package: python-box2d Architecture: any diff -Nru python-box2d-2.0.2+svn20100109.244/debian/patches/fix_comments.patch python-box2d-2.0.2+svn20100109.244/debian/patches/fix_comments.patch --- python-box2d-2.0.2+svn20100109.244/debian/patches/fix_comments.patch 1969-12-31 21:00:00.000000000 -0300 +++ python-box2d-2.0.2+svn20100109.244/debian/patches/fix_comments.patch 2016-03-27 02:02:18.000000000 -0300 @@ -0,0 +1,27 @@ +Description: fix malformed comments + The comments with # style cause an FTBFS with SWIG 3. This patch from Red Hat + changes them to the proper format. +Author: Jitka Plesnikova +Origin: vendor, https://bugzilla.redhat.com/attachment.cgi?id=995672 +Bug-RedHat: https://bugzilla.redhat.com/show_bug.cgi?id=1196718 +Forwarded: not-needed +Last-Update: 2015-12-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/Box2D/Box2D_pickling.i ++++ b/Box2D/Box2D_pickling.i +@@ -538,9 +538,11 @@ + + %} + +-# These were originally set programmatically, which is perhaps cleaner, +-# but this will set every class up properly without any unnecessary code +-# execution ++/* ++ * These were originally set programmatically, which is perhaps cleaner, ++ * but this will set every class up properly without any unnecessary code ++ * execution ++ */ + + %extend b2World { + %pythoncode %{ diff -Nru python-box2d-2.0.2+svn20100109.244/debian/patches/series python-box2d-2.0.2+svn20100109.244/debian/patches/series --- python-box2d-2.0.2+svn20100109.244/debian/patches/series 2010-07-19 13:25:43.000000000 -0300 +++ python-box2d-2.0.2+svn20100109.244/debian/patches/series 2016-03-27 02:02:36.000000000 -0300 @@ -1 +1,2 @@ debian-changes-2.0.2+svn244-1 +fix_comments.patch diff -Nru python-box2d-2.0.2+svn20100109.244/debian/watch python-box2d-2.0.2+svn20100109.244/debian/watch --- python-box2d-2.0.2+svn20100109.244/debian/watch 2010-07-19 13:25:43.000000000 -0300 +++ python-box2d-2.0.2+svn20100109.244/debian/watch 2016-03-27 03:04:33.000000000 -0300 @@ -1,3 +1,2 @@ -version=3 -opts=dversionmangle=s/\~// \ -http://googlecode.debian.net/p/pybox2d/Box2D-(\d).(\d).(\db\d)\.zip +version=4 +https://github.com/pybox2d/pybox2d/releases .*/v?(\d\S*)\.tar\.gz