On 22/06/12 00:26, Barry Warsaw wrote: > On Jun 21, 2012, at 10:56 PM, Dmitrijs Ledkovs wrote: > >> * dependency on quilt is not necessary >> * including quilt.mk is not necessary >> as the package is 3.0 (quilt), when you just dropped a patch in in the >> unpacked tree you either need to manually run quilt push -a, or let >> dpkg-source -S figure it out for you. > > http://build-common.alioth.debian.org/cdbs-doc.html#id2562302 > > seems to indicate otherwise. >
That was written before quilt integration moved into dpkg source package itself as "3.0 (quilt)" format. cat debian/source/format If it has 1.0 or that file doesn't exists, then manually dh $@ --with quilt needs to be used and the snippet added to cdbs. With 3.0 (quilt), dpkg does the patch applying at unpack. libpeas source package is 3.0 (quilt) format already (to gain .xz tarball support). http://wiki.debian.org/Projects/DebSrc3.0 >> * Instead of fiddling with the dest-install dirs, it is possible to set this >> variable: >> DEB_DH_INSTALL_SOURCEDIR = debian/tmp/py2 >> and then the default dh_install will run with `--sourcedir=py2` >> >> * sample & autoreconf are good =) >> >> * Why did you do a no-change rebuild, usually a reason is specified? Was >> it to just close the bug? > > Yes. > Ok. Resulted in a bit of mirroring bandwidth around the world, but not too much. It's not like the packages are several 100 MB. >> * There are other loaders, gjs and seed which are currently not build, >> but could be supported. I will followup with an interation patch to >> debian. > > Thanks. > -- Regards, Dmitrijs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015868 Title: Support both Python 2 and Python 3 plugins To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libpeas/+bug/1015868/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
