diff -Nru pycxx-6.2.6/debian/changelog pycxx-6.2.6/debian/changelog --- pycxx-6.2.6/debian/changelog 2015-08-17 19:04:49.000000000 +0000 +++ pycxx-6.2.6/debian/changelog 2015-10-12 00:00:28.000000000 +0000 @@ -1,3 +1,11 @@ +pycxx (6.2.6-2) unstable; urgency=medium + + * Team upload. + * Rebuild to add support for python3.5 + * Add dh-python to build-depends + + -- Scott Kitterman Sun, 11 Oct 2015 20:00:28 -0400 + pycxx (6.2.6-1) unstable; urgency=medium * Team upload. diff -Nru pycxx-6.2.6/debian/control pycxx-6.2.6/debian/control --- pycxx-6.2.6/debian/control 2015-08-17 18:56:37.000000000 +0000 +++ pycxx-6.2.6/debian/control 2015-10-12 00:00:14.000000000 +0000 @@ -4,6 +4,7 @@ Maintainer: Debian Python Modules Team Uploaders: Julian Taylor Build-Depends: debhelper (>= 7.0.50~), + dh-python, python-all (>= 2.6.6-3~), python3-all, python3-all-dbg @@ -11,8 +12,8 @@ X-Python3-Version: >= 3.3 Standards-Version: 3.9.6 Homepage: http://cxx.sourceforge.net -Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pycxx/trunk/ -Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pycxx/trunk/ +Vcs-Git: git://anonscm.debian.org/python-modules/packages/pycxx.git +Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pycxx.git XS-Testsuite: autopkgtest Package: python-cxx-dev diff -Nru pycxx-6.2.6/debian/.git-dpm pycxx-6.2.6/debian/.git-dpm --- pycxx-6.2.6/debian/.git-dpm 1970-01-01 00:00:00.000000000 +0000 +++ pycxx-6.2.6/debian/.git-dpm 2015-10-11 23:55:33.000000000 +0000 @@ -0,0 +1,11 @@ +# see git-dpm(1) from git-dpm package +9a1156b8d789e1c81eba9ee9fb14aa7c8b36dd6a +9a1156b8d789e1c81eba9ee9fb14aa7c8b36dd6a +ce15a1407d8b3267f8b0bc1253d7e131305234bd +ce15a1407d8b3267f8b0bc1253d7e131305234bd +pycxx_6.2.6.orig.tar.gz +90ca1592717f49cfe0a2c29195d99d20562785d0 +141547 +debianTag="debian/%e%v" +patchedTag="patched/%e%v" +upstreamTag="upstream/%e%u" diff -Nru pycxx-6.2.6/debian/patches/01_change_include_paths.patch pycxx-6.2.6/debian/patches/01_change_include_paths.patch --- pycxx-6.2.6/debian/patches/01_change_include_paths.patch 2014-03-09 14:17:22.000000000 +0000 +++ pycxx-6.2.6/debian/patches/01_change_include_paths.patch 2015-10-11 23:55:33.000000000 +0000 @@ -1,6 +1,18 @@ -Description: fix includes to match packaged layout +From f3a47448eb4298e38ee321b2ad4c81aa490138b3 Mon Sep 17 00:00:00 2001 +From: SVN-Git Migration +Date: Thu, 8 Oct 2015 10:26:03 -0700 +Subject: fix includes to match packaged layout + Forwarded: not-needed +Patch-Name: 01_change_include_paths.patch +--- + Src/cxxextensions.c | 4 ++-- + Src/cxxsupport.cxx | 4 ++-- + 2 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/Src/cxxextensions.c b/Src/cxxextensions.c +index 28a8e1d..cfab556 100644 --- a/Src/cxxextensions.c +++ b/Src/cxxextensions.c @@ -37,7 +37,7 @@ @@ -13,6 +25,8 @@ -#include "Src/Python3/cxxextensions.c" +#include "Python3/cxxextensions.c" #endif +diff --git a/Src/cxxsupport.cxx b/Src/cxxsupport.cxx +index 1f2fb43..946e60d 100644 --- a/Src/cxxsupport.cxx +++ b/Src/cxxsupport.cxx @@ -37,7 +37,7 @@ diff -Nru pycxx-6.2.6/debian/patches/fix-version.patch pycxx-6.2.6/debian/patches/fix-version.patch --- pycxx-6.2.6/debian/patches/fix-version.patch 2015-08-17 18:51:53.000000000 +0000 +++ pycxx-6.2.6/debian/patches/fix-version.patch 2015-10-11 23:55:33.000000000 +0000 @@ -1,9 +1,20 @@ -Description: fix indentation and version number +From 9a1156b8d789e1c81eba9ee9fb14aa7c8b36dd6a Mon Sep 17 00:00:00 2001 +From: SVN-Git Migration +Date: Thu, 8 Oct 2015 10:26:04 -0700 +Subject: fix indentation and version number + Bug: http://sourceforge.net/tracker/?func=detail&aid=3207845&group_id=3180&atid=103180 +Patch-Name: fix-version.patch +--- + setup.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/setup.py b/setup.py +index 85578f3..bd184ff 100755 --- a/setup.py +++ b/setup.py -@@ -23,7 +23,7 @@ +@@ -23,7 +23,7 @@ class my_install (install): setup (name = "CXX",