summaryrefslogtreecommitdiff
path: root/dh_auto_clean
Commit message (Collapse)AuthorAge
* typosJoey Hess2008-07-31
|
* dh_auto_clean: setup.py clean can create pyc files. Remove. Closes: #481899Joey Hess2008-05-19
|
* type fixJoey Hess2008-05-19
|
* dh_auto_*: Also support packages using Module::Build.Joey Hess2008-04-24
| | | | | * dh_auto_*: Also support packages using Module::Build. * dh_auto_*: Fix some calls to setup.py.
* new method to tell if a makefile contains a targetJoey Hess2008-04-23
|
* Add a Makefile and simplify this package's own rules file using all the new ↵Joey Hess2008-04-23
| | | | toys.
* dh_auto_install: New program, automates running make install, or using ↵Joey Hess2008-04-23
| | | | setup.py to install. Supports the PREFIX=/usr special case needed by MakeMaker Makefiles. (Support for cmake and other build systems planned but not yet implemented.)
* dh_auto_clean: New program, automates running make clean (or distclean, or ↵Joey Hess2008-04-23
realclean), or using setup.py to clean up.