diff -Nru meep-mpich2-1.7.0/debian/changelog meep-mpich2-1.7.0/debian/changelog --- meep-mpich2-1.7.0/debian/changelog 2018-12-25 15:29:02.000000000 +0000 +++ meep-mpich2-1.7.0/debian/changelog 2019-01-03 01:21:28.000000000 +0000 @@ -1,3 +1,9 @@ +meep-mpich2 (1.7.0-2+rpi1) buster-staging; urgency=medium + + * Fix postinst script for python-meep-mpich2 to use correct package name. + + -- Peter Michael Green Thu, 03 Jan 2019 01:21:28 +0000 + meep-mpich2 (1.7.0-2) unstable; urgency=medium * upload to unstable diff -Nru meep-mpich2-1.7.0/debian/python-meep-mpich2.postinst meep-mpich2-1.7.0/debian/python-meep-mpich2.postinst --- meep-mpich2-1.7.0/debian/python-meep-mpich2.postinst 2018-12-23 11:41:15.000000000 +0000 +++ meep-mpich2-1.7.0/debian/python-meep-mpich2.postinst 2019-01-03 01:19:17.000000000 +0000 @@ -2,7 +2,7 @@ set -e if which pycompile >/dev/null 2>&1; then - pycompile -p python-meep + pycompile -p python-meep-mpich2 fi #DEBHELPER# diff -Nru meep-mpich2-1.7.0/debian/python-meep-mpich2.prerm meep-mpich2-1.7.0/debian/python-meep-mpich2.prerm --- meep-mpich2-1.7.0/debian/python-meep-mpich2.prerm 2018-12-23 11:41:15.000000000 +0000 +++ meep-mpich2-1.7.0/debian/python-meep-mpich2.prerm 2019-01-03 01:21:28.000000000 +0000 @@ -2,7 +2,7 @@ set -e if which pyclean >/dev/null 2>&1; then - pyclean -p python-meep + pyclean -p python-meep-mpich2 else dpkg -L python-meep | grep \.py$ | while read file do diff -Nru meep-mpich2-1.7.0/debian/rules meep-mpich2-1.7.0/debian/rules --- meep-mpich2-1.7.0/debian/rules 2018-12-23 15:24:08.000000000 +0000 +++ meep-mpich2-1.7.0/debian/rules 2019-01-03 01:21:28.000000000 +0000 @@ -50,6 +50,7 @@ rm -f meep_mpi.pc rm -f src/libmeep_mpi.la dh_clean + rm -f scheme/meep_enum_renames.i scheme/meep_renames.i scheme/meep_swig_bug_workaround.i scheme/meep_wrap.cxx src/sphere-quad.h src/step_generic_stride1.cpp override_dh_auto_test: echo ${arch}