Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-20 | Fix pkgkde-getbuildlogs. | Modestas Vainius | 1 | -67/+116 | |
Make pkgkde-getbuildlogs work with new infrastructure on https://buildd.debian.org. | |||||
2010-06-04 | pkgkde-getbuildlogs: load HTTP::Request & friends in the INIT block. | Modestas Vainius | 1 | -9/+3 | |
This will pass syntax check without libwww-perl installed (Closes: #584375). | |||||
2010-03-16 | pkgkde-getbuildlogs: decode HTML and strip tags from the build log. | Modestas Vainius | 1 | -18/+52 | |
2010-03-16 | Add missing copyright headers wherever possible. | Modestas Vainius | 1 | -0/+15 | |
2010-03-16 | Reorganize source package directory structure. | Modestas Vainius | 1 | -0/+260 | |
- get rid of symbolshelper, debhelper, vcs subdirectires. Move perl modules to perllib subdirectory and the rest to the top of the source tree; - unify how datalibdir is found and exported in the Debian::PkgKde module ({find,setup}_datalibdir()). Make pkgkde-gensymbols and pkgkde-symbolshelper use these new subroutines; - change datalib path in pkgkde-deb2symbols; - rewrite Makefile for reorganized source tree. |