summaryrefslogtreecommitdiff
path: root/dh_python
Commit message (Collapse)AuthorAge
* r1732: releasing version 4.2.28joey2004-12-14
|
* r1728: releasing version 4.2.26joey2004-12-08
|
* r1655: * Added udeb support, as pioneered by di-packages-build. Understandsjoey2004-02-09
| | | | | | | | | | | | | | | "XC-Package-Type: udeb" in debian/control. See debhelper(1) for details. * Dh_Lib: add and export is_udeb and udeb_filename * dh_builddeb: name udebs with proper extension * dh_gencontrol: pass -n and filename to dpkg-gencontrol * dh_installdocs, dh_makeshlibs, dh_md5sums, dh_installchangelogs, dh_installexamples, dh_installman, dh_installmanpages: skip udebs * dh_shlibdeps: skip udebs. This may be temporary. * dh_installdeb: do not process conffiles, shlibs, preinsts, postrms, or prerms for udebs. Do not substiture #DEBHELPER# tokens in postinst scripts for udebs. * dh_installdebconf: skip config script for udebs, still do templates
* r1611: * dh_install: add --fail-missing option. Closes: #120026joey2003-10-13
| | | | * Fix mispelling in prerm-sgmlcatalog. Closes: #215189
* r1594: * dh_python: Another patch, for pythonX.Y-foo packages.joey2003-08-22
| | | | | * dh_link: Improve error message if link destination is a directory. Closes: #206689
* r1590: * Converted several chown 0.0 to chown 0:0 for POSIX 200112.joey2003-08-18
| | | | | | * dh_python: patch from Josselin to support packages only shipping binary (.so) modules, and removal of any already byte-compiled .py[co] found.
* r1588: * dh_python: Add a -V flag to choose the python version modules in ↵joey2003-08-13
| | | | | | a package use. Patch from Josselin, of course.
* r1586: * dh_python: patch from Josselin to fix generated depends. Closes: ↵joey2003-08-11
| | | | | | #204717 * dh_pythn: also stylistic and tab damage fixes
* r1580: * dh_python: support python ver 2.3. Closes: #204556joey2003-08-08
|
* r591: * dh_python typo fix Closes: #197679joey2003-06-20
| | | | | * dh_link: don't complain if tmp dir does not exist yet when doing pre-link scan.
* r588: * Typo fixes from Adam Garside.joey2003-05-24
| | | | | * dh_python: don't bother terminating the regexp, 2.2.3c1 for example. Closes: #194531
* r586: * dh_python: allow for a + at the end of the python version, as in thejoey2003-05-20
| | | | python in stable, version 2.1.3+.
* r585: * dh_python: Honour -n flag. Closes: #192804joey2003-05-10
|
* r576: * Rename debhelper.1 to debhelper.7.joey2003-03-03
| | | | * Typo, Closes: #183267
* r570: * List binary-common in .PHONY in rules.multi2. Closes: #173278joey2002-12-19
| | | | | | | | * Cleaned up error message if python is not installed. Closes: #173524 * dh_python: Bug fix from Josselin Mouette for case of building an arch indep python package depending on a arch dependent package. However, I used GetPackages() rather than add yet another control file parser. Untested.
* r565: * Various minor changes based on suggestions by luca.joey2002-11-21