Hi, I must admit that I don't have so much time to maintain this package lately, so thank you very much for working on this, it's greatly appreciated.
Barry Warsaw <ba...@debian.org> writes: > Hi Arnaud, > > As you can see, in bug #731280, I attached a patch that updates genshi to 0.7, > adds Python 3 support, switches to the pybuild system, and does a few other > updates and cleanups of the package. > > I would have just debcommitted the change and team uploaded it myself, but > because I'm switching build systems, and since you're the package maintainer, > I thought it would be better to give you a chance to review the changes first. > > If they look okay to you, I am happy to debcommit and team upload the new > version. I'm a DD, if that helps. Sorry if that's a stupid question but I have not followed the development of pybuild, so the reason behind switching to pybuild is that it's much simpler (and thus debian/rules much shorter) for packages supporting Python 2 and 3 compared to cdbs and dh_python*, right? > Index: debian/changelog > =================================================================== > --- debian/changelog (revision 26664) > +++ debian/changelog (working copy) > @@ -1,8 +1,28 @@ > -genshi (0.6-4) UNRELEASED; urgency=low > +genshi (0.7-1) UNRELEASED; urgency=low > > + [ Barry Warsaw ] > + * Team upload. > + - Closes: #731280 > + - Closes: #713747 > + - Closes: #673935 Could you please close each bugs on its corresponding changelog entry as it's easier to understand? > Index: debian/rules > =================================================================== > [...] > > -## SVN snapshot (changelog entry with a version: a.b.c~svnREVISION-d) > -## Get the source from the SVN upstream repository, then generate the > -## documentation (which is in the release tarballs but not in the SVN > -## repository and requires python-docutils and python-epydoc packages) > -## and finally create the tarball > -#SVN_URL := https://svn.edgewall.org/repos/genshi/trunk > -#SVN_REVISION := $(shell echo $(DEB_UPSTREAM_VERSION)|sed > 's/.*~svn\([0-9]*\)/\1/') > -#SVN_DEB_TARBALL_DIR := > $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) > -#SVN_DEB_TARBALL := > $(CURDIR)/../$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz > -# > -## Adapted to CDBS and Genshi from: > -## http://wiki.debian.org/SandroTosi/Svn_get-orig-source > -#get-orig-source: > -# -rm -rf $(SVN_DEB_TARBALL_DIR) $(SVN_DEB_TARBALL) > -# > -# svn export -r $(SVN_REVISION) $(SVN_URL) $(SVN_DEB_TARBALL_DIR) > -# > -# ( cd $(SVN_DEB_TARBALL_DIR) && python setup.py build_doc ) > -# > -# # Get rid of byte-compile files created when building the > -# # documentation > -# find $(SVN_DEB_TARBALL_DIR) -name '*.pyc' -exec rm '{}' \; > -# > -# GZIP='--best --no-name' tar czf $(SVN_DEB_TARBALL) -C > $(SVN_DEB_TARBALL_DIR)/../ \ > -# $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) > -# > -# -rm -rf $(SVN_DEB_TARBALL_DIR) > -# > -# echo "Created: $(SVN_DEB_TARBALL)" > -# > -#.PHONY: get-orig-source Any reason why get-orig-source has been removed? Cheers, -- Arnaud Fontaine -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org