summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing version 7.3.10Joey Hess2009-08-05
|
* dh_installdeb: In udeb mode, support the menutest and isinstallable ↵Joey Hess2009-08-05
| | | | maintainer scripts. Closes: #540079 Thanks, Colin Watson.
* dh_builddeb: Fix man page typo. Closes: #539976Joey Hess2009-08-04
|
* perl_build: Avoid failing if forced to be used in dh_auto_clean when Build ↵Joey Hess2009-08-04
| | | | does not exist (ie due to being run twice in a row). Closes: #539848
* releasing version 7.3.9Joey Hess2009-08-01
|
* cmake: Avoid forcing rpath off as this can break some test suites. It gets ↵Joey Hess2009-08-01
| | | | stripped by cmake at install time. Closes: #538977
* Fix t/override_target to use ./run. Closes: #538315Joey Hess2009-07-25
|
* releasing version 7.3.7Joey Hess2009-07-24
|
* Merge branch 'buildsystems'Joey Hess2009-07-24
|\
| * releasing version 7.3.6Joey Hess2009-07-23
| |
| * releasing version 7.3.6Joey Hess2009-07-23
| |
| * perl_makemaker: Re-add fix for #496157, lost in rewrite.Joey Hess2009-07-22
| |
| * releasing version 7.3.5Joey Hess2009-07-20
| |
| * refactorJoey Hess2009-07-19
| |
| * Merge commit 'origin/buildsystems' into python-buildBernd Zeimetz2009-07-19
| |\ | | | | | | | | | | | | Conflicts: Debian/Debhelper/Buildsystem/python_distutils.pm
| | * fix get_sourcepath use and misc style fixesJoey Hess2009-07-19
| | |
| | * Merge commit 'bzed/python-build' into buildsystemsJoey Hess2009-07-19
| | |\ | | | | | | | | | | | | | | | | Conflicts: debian/changelog
| | * | updateJoey Hess2009-07-19
| | | |
| * | | Ensure that we find the right default dbg Python.Bernd Zeimetz2009-07-19
| | |/ | |/|
| * | Check the various build-deps for python-dbg.Bernd Zeimetz2009-07-19
| | | | | | | | | | | | | | | The default dbg interpreter can be installed by various build-deps, check them all.
| * | Merge commit 'origin/buildsystems' into python-buildBernd Zeimetz2009-07-19
| |\| | | | | | | | | | | | | Conflicts: Debian/Debhelper/Buildsystem/python_distutils.pm
| | * improve commentJoey Hess2009-07-19
| | |
| | * minor improvementJoey Hess2009-07-19
| | |
| | * Merge commit 'remotes/bzed/python-build' into buildsystemsJoey Hess2009-07-19
| | |\
| | * | relocate comment inside ifJoey Hess2009-07-18
| | | |
| * | | Build Python dbg extensions automatically.Bernd Zeimetz2009-07-19
| | |/ | |/| | | | | | | | | | Python dbg interpreters are only called if the package build-depends on them.
| * | Build for all supported Pythons if installed.Bernd Zeimetz2009-07-19
| |/ | | | | | | | | | | | | python_distutils buildsystem: Build for all supported Python versions in case they're installed. Ensure that correct shebangs are created by using `python' first during build and install. Closes: #520834
| * Merge branch 'master' into buildsystemsJoey Hess2009-07-15
| |\ | | | | | | | | | | | | Conflicts: debian/changelog
| * | forgot to add ant.pmJoey Hess2009-07-14
| | |
| * | test suite should not need modification to add a new build systemJoey Hess2009-07-14
| | |
| * | fix indentJoey Hess2009-07-14
| | |
| * | Merge branch 'master' into buildsystemsJoey Hess2009-07-14
| |\ \ | | | | | | | | | | | | | | | | Conflicts: debian/changelog
| * | | Add ant buildsystem support. Closes: #537021Joey Hess2009-07-14
| | | |
| * | | releasing version 7.3.2Joey Hess2009-07-08
| | | |
| * | | Merge branch 'master' into buildsystemsJoey Hess2009-07-08
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: debian/changelog
| * \ \ \ Merge branch 'master' into buildsystemsJoey Hess2009-07-02
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into buildsystemsJoey Hess2009-07-02
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/changelog
| * | | | | | mention configureJoey Hess2009-07-01
| | | | | | |
| * | | | | | releasing version 7.3.0Joey Hess2009-07-01
| | | | | | |
| * | | | | | improve list formattingJoey Hess2009-07-01
| | | | | | |
| * | | | | | Merge commit 'remotes/modestas/buildsystems' into buildsystemsJoey Hess2009-06-30
| |\ \ \ \ \ \
| | * | | | | | rmdir_builddir(): use shell commands rather than perl equivalent.Modestas Vainius2009-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass --ignore-fail-on-non-empty option to shell rmddir and later check with -d if the exists to get the same effect. Also drop no act check from rmdir_builddir(), doit() does it for us now. Signed-off-by: Modestas Vainius <modestas@vainius.eu>
| * | | | | | | Merge branch 'master' into buildsystemsJoey Hess2009-06-30
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/changelog
| * | | | | | | remove enforce_out_of_source_buildingJoey Hess2009-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was only used by the test suite, and while symetrical I don't feel that justifies keeping dead code.
| * | | | | | | layoutJoey Hess2009-06-29
| | | | | | | |
| * | | | | | | Use ASCII RS for separating options in DH_INTERNAL_OPTIONS.Modestas Vainius2009-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since now extra options via dh command line arguments are encouraged, dh will break when a bit more complex option gets added to DH_INTERNAL_OPTIONS and it gets misparsed by the debhelper command called from the override. E.g. debian/rules: | %: | dh --builddirectory="build dir" | | override_dh_install: | dh_install Will fail with something like: | .... | make[1]: Entering directory `............' | dh_install | cp: cannot stat `debian/tmp/dir': No such file or directory | dh_install: cp returned exit code 1 | make[1]: *** [override_dh_install] Error 1 So since DH_INTERNAL_OPTIONS is exclusively for internal use, why not to use an old good ASCII unrepresentable control character as a separator? So I chose ASCII 1E - RS Record Separator. Signed-off-by: Modestas Vainius <modestas@vainius.eu>
| * | | | | | | Bug fix: pass extra command line arguments to cmake.Modestas Vainius2009-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Modestas Vainius <modestas@vainius.eu>
| * | | | | | | Add URLs to python_distutils --build-base bugs.Modestas Vainius2009-06-30
| | | | | | | |
| * | | | | | | Call SUPER in python_distutils::pre_building_step.Modestas Vainius2009-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Modestas Vainius <modestas@vainius.eu>
| * | | | | | | More verbose rmdir_builddir() and more its testsModestas Vainius2009-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Modestas Vainius <modestas@vainius.eu>