tags 526579 + patch pending thanks Dear maintainer,
I've prepared an NMU for elisa (versioned as 0.3.5-3.1) and uploaded it to DELAYED/2, according to devref §5.11.1. The patch changes the CDBS hook at which register cleanup of upstream files and namespace package registration; also, the patch ensures that the cleanup is not executed more than once. Cheers. -- Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7 z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/ Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u elisa-0.3.5/debian/changelog elisa-0.3.5/debian/changelog --- elisa-0.3.5/debian/changelog +++ elisa-0.3.5/debian/changelog @@ -1,3 +1,11 @@ +elisa (0.3.5-3.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: ensure upstream cleanup actions are executed after + module files are installed in package build dir (Closes: #526579) + + -- Stefano Zacchiroli <z...@debian.org> Mon, 14 Sep 2009 15:35:54 +0200 + elisa (0.3.5-3) unstable; urgency=low * Build-dep on python-pkg-resources and depend on both python-pkg-resources diff -u elisa-0.3.5/debian/rules elisa-0.3.5/debian/rules --- elisa-0.3.5/debian/rules +++ elisa-0.3.5/debian/rules @@ -11,6 +11,9 @@ -common-install-indep:: +binary-install/python-elisa:: upstream-cleanup-stamp +upstream-cleanup-stamp: rm -f $(DEB_DESTDIR)/usr/lib/python$(cdbs_python_current_version)/site-packages/*.pth touch $(DEB_DESTDIR)/usr/lib/python$(cdbs_python_current_version)/site-packages/elisa/__init__.py + touch $@ clean:: -find . -name *\.mo -exec rm -fv {} \; + -rm -f upstream-cleanup-stamp