tags 626952 + pending thanks Dear maintainer,
I've prepared an NMU for aptoncd (versioned as 0.1.98+bzr117-1.2) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer.
-- Jakub Wilk
diffstat for aptoncd-0.1.98+bzr117 aptoncd-0.1.98+bzr117 changelog | 7 +++++++ rules | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff -Nru aptoncd-0.1.98+bzr117/debian/changelog aptoncd-0.1.98+bzr117/debian/changelog --- aptoncd-0.1.98+bzr117/debian/changelog 2010-06-25 20:26:52.000000000 +0200 +++ aptoncd-0.1.98+bzr117/debian/changelog 2011-09-23 20:40:02.000000000 +0200 @@ -1,3 +1,10 @@ +aptoncd (0.1.98+bzr117-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Install Python modules for all supported versions (closes: #626952). + + -- Jakub Wilk <[email protected]> Fri, 23 Sep 2011 20:39:53 +0200 + aptoncd (0.1.98+bzr117-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nru aptoncd-0.1.98+bzr117/debian/rules aptoncd-0.1.98+bzr117/debian/rules --- aptoncd-0.1.98+bzr117/debian/rules 2010-05-21 17:51:32.000000000 +0200 +++ aptoncd-0.1.98+bzr117/debian/rules 2011-09-23 20:24:03.000000000 +0200 @@ -43,13 +43,16 @@ dh_clean +install-python%: + python$* ./setup.py install --prefix=$(CURDIR)/debian/aptoncd/usr $(py_setup_install_args) + install: build dh_testdir dh_testroot dh_clean dh_installdirs cd $(CURDIR)/po; make update-po - python ./setup.py install --prefix=$(CURDIR)/debian/aptoncd/usr $(py_setup_install_args) + $(MAKE) -f debian/rules $(PYVERS:%=install-python%) # Delete empty directories rm -rf $(CURDIR)/debian/aptoncd/usr/share/gnome/help/aptoncd/C/figures/ rm -rf $(CURDIR)/debian/aptoncd/usr/share/omf/aptoncd

