tags 616908 + patch pending thanks Dear maintainer,
I've prepared an NMU for model-builder (versioned as 0.4.1-6.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru model-builder-0.4.1/debian/changelog model-builder-0.4.1/debian/changelog --- model-builder-0.4.1/debian/changelog 2012-08-17 02:04:16.000000000 +0200 +++ model-builder-0.4.1/debian/changelog 2013-06-01 13:48:08.000000000 +0200 @@ -1,3 +1,10 @@ +model-builder (0.4.1-6.1) unstable; urgency=low + + * Non-maintainer upload. + * Convert to dh_python2 (Closes: #616908). + + -- Luca Falavigna <[email protected]> Sat, 01 Jun 2013 13:47:47 +0200 + model-builder (0.4.1-6) unstable; urgency=high * Update patches/use_wx2.8.diff: diff -Nru model-builder-0.4.1/debian/control model-builder-0.4.1/debian/control --- model-builder-0.4.1/debian/control 2010-07-17 04:30:58.000000000 +0200 +++ model-builder-0.4.1/debian/control 2013-06-01 13:50:05.000000000 +0200 @@ -2,11 +2,9 @@ Section: math Priority: optional Maintainer: Varun Hiremath <[email protected]> -Build-Depends: debhelper (>=7), cdbs, python-all, - python-setuptools, python-central +Build-Depends: debhelper (>=7), cdbs (>= 0.4.90~), python-all (>= 2.6.6-3~), python-setuptools Build-Depends-Indep: python-numpy Standards-Version: 3.9.0 -XS-Python-Version: all Homepage: http://model-builder.sourceforge.net/ Vcs-Svn: https://bollin.googlecode.com/svn/model-builder/ Vcs-Browser: http://bollin.googlecode.com/svn/model-builder/ @@ -16,7 +14,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy, python-wxtools, python-wxgtk2.8, python-matplotlib, python-pkg-resources -XB-Python-Version: ${python:Versions} Description: graphical ODE simulator Model Builder is a graphical tool for designing, simulating and analyzing Mathematical model consisting of a system of ordinary diff -Nru model-builder-0.4.1/debian/pycompat model-builder-0.4.1/debian/pycompat --- model-builder-0.4.1/debian/pycompat 2006-12-02 17:06:34.000000000 +0100 +++ model-builder-0.4.1/debian/pycompat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -2 diff -Nru model-builder-0.4.1/debian/rules model-builder-0.4.1/debian/rules --- model-builder-0.4.1/debian/rules 2010-07-17 04:30:58.000000000 +0200 +++ model-builder-0.4.1/debian/rules 2013-06-01 14:22:52.000000000 +0200 @@ -1,12 +1,13 @@ #!/usr/bin/make -f -DEB_PYTHON_SYSTEM := pycentral +DEB_PYTHON2_MODULE_PACKAGES=model-builder DEB_COMPRESS_INCLUDE := .ode DEB_COMPRESS_INCLUDE := .pdf include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk +DEB_PYTHON_INSTALL_ARGS_ALL += --install-layout=deb SITE=$(DEB_DESTDIR)/usr/share/pyshared/model_builder/ makebuilddir/model-builder::

