aboutsummaryrefslogtreecommitdiffstats
path: root/debian/docs
Commit message (Collapse)AuthorAgeFilesLines
* [debian] Remove the debian specific directoryLouis Bouchard2016-04-251-1/+0
| | | | | | | | | | | | | | | From now on, debian packaging specific files will be maintained separately from the upstream project. This is meant to avoid pull requests to upstream when debian-only changes are required. The debian packaging files along with a pristine copy of upstream files will now reside at the following git repository : * http://anonscm.debian.org/cgit/collab-maint/sosreport.git/ Signed-off-by: Louis Bouchard <louis.bouchard@ubuntu.com>
* Add support for distutilsAdam Stokes2013-07-261-0/+1
- We are planning on moving to python distutils for future packaging however, we still want to keep our current build infrastructure around until we are able to test the builds overtime. For now distutils will live alongside the current build process and slowly replace the Makefiles once deemed fit. Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>