Age | Commit message (Expand) | Author | Files | Lines |
2011-07-16 | layut | Joey Hess | 1 | -1/+1 |
2011-07-16 | oops, only force qt4 when it's enabled | Joey Hess | 1 | -2/+6 |
2011-07-16 | Now the QT4 version of qmake can be explicitly selected by passing --buildsys... | Joey Hess | 3 | -1/+18 |
2011-06-24 | dh_auto_configure: If there is a problem with cmake, display the CMakeCache.txt. | Joey Hess | 1 | -1/+9 |
2011-06-20 | Revert "Always respect DEB_${flag}_{APPEND,SET} envvars." | Joey Hess | 1 | -1/+1 |
2011-06-19 | Always respect DEB_${flag}_{APPEND,SET} envvars. | Modestas Vainius | 1 | -1/+1 |
2011-06-19 | In the unlikely case Dpkg::BuildFlags fails, don't do anything. | Modestas Vainius | 1 | -0/+1 |
2011-06-19 | Use Dpkg::BuildFlags module directly in set_buildflags(). | Modestas Vainius | 1 | -21/+12 |
2011-06-14 | dpkg-buildflags support | Joey Hess | 2 | -1/+33 |
2011-06-14 | dh_auto_configure: In v9, does not include the source package name in --libex... | Joey Hess | 1 | -3/+8 |
2011-06-14 | Don't add package name to libexecdir in v9 | Roger Leigh | 1 | -1/+1 |
2011-05-27 | Fix error message. Closes: #628053 | Joey Hess | 1 | -1/+1 |
2011-03-12 | avoid depending on a dpkg that has DEB_HOST_MULTIARCH | Joey Hess | 1 | -3/+4 |
2011-03-12 | layout | Joey Hess | 1 | -1/+2 |
2011-03-12 | Add support for multiarch. | Steve Langasek | 2 | -3/+8 |
2011-02-10 | Improve handling of logging in override targets | Joey Hess | 1 | -11/+40 |
2011-02-08 | refactor cross command generation | Joey Hess | 1 | -1/+14 |
2011-01-25 | remove MODULEBUILDRC override | Joey Hess | 1 | -1/+0 |
2010-11-22 | dh_listpackages: Do not display warnings if options cause no packages to be l... | Joey Hess | 1 | -2/+6 |
2010-11-02 | dh: Inhibit logging for commands run inside override targets | Joey Hess | 1 | -0/+2 |
2010-10-27 | note that the hardcoded arg_max here is obsolete | Joey Hess | 1 | -0/+1 |
2010-08-07 | python_distutils: Pass --force to setup.py build, to ensure that when python-... | Joey Hess | 1 | -1/+3 |
2010-08-07 | Revert "python_distutils: Pass --force to setup.py build, to ensure that when... | Joey Hess | 1 | -3/+1 |
2010-07-25 | python_distutils: Pass --force to setup.py build, to ensure that when python-... | Joey Hess | 1 | -1/+3 |
2010-06-30 | perl_makemaker: import compat(). Closes: #587654 | Joey Hess | 1 | -0/+1 |
2010-06-23 | In v8 mode, stop passing packlist=0 in perl_makemaker buildsystem, since perl... | Joey Hess | 1 | -2/+4 |
2010-05-28 | In v8 mode, prefer the perl_build buildsystem over perl_makemaker. Closes: #5... | Joey Hess | 1 | -1/+2 |
2010-05-23 | In v8 mode, do not allow directly passing unknown options to debhelper comman... | Joey Hess | 2 | -3/+4 |
2010-05-09 | remove now-unnecessary caching | Joey Hess | 1 | -5/+1 |
2010-05-09 | Further reduce the number of calls to dpkg-architecture to zero, in a typical... | Joey Hess | 1 | -3/+17 |
2010-05-09 | typo | Joey Hess | 1 | -1/+1 |
2010-05-09 | cleanups | Joey Hess | 1 | -24/+10 |
2010-05-09 | Drop one more call to dpkg-architecture. Closes: #580837 (Raphael Geissert) | Joey Hess | 1 | -5/+17 |
2010-04-26 | Memoize architecture comparisons in samearch, and avoid calling dpkg-architec... | Joey Hess | 1 | -7/+26 |
2010-04-08 | Fix #572077 in one place I missed earlier. (See #576885) | Joey Hess | 1 | -1/+1 |
2010-04-08 | fix comment | Joey Hess | 1 | -1/+1 |
2010-03-01 | minor optimisation | Joey Hess | 1 | -1/+1 |
2010-03-01 | If neither -a or -i are specified, debhelper commands used to default to acti... | Joey Hess | 1 | -5/+7 |
2010-02-19 | makefile buildsystem: Chomp output during test for full compatability with de... | Joey Hess | 1 | -0/+1 |
2010-02-18 | The fix for #563557 caused some new trouble involving makefile that misbehave... | Joey Hess | 1 | -1/+1 |
2010-02-16 | dh: Disable option bundling to avoid mis-parsing bundled options such as "-Bp... | Joey Hess | 1 | -5/+4 |
2010-02-02 | Fix handling of -O with options specified by commands. Closes: #568081 | Joey Hess | 1 | -1/+3 |
2010-01-30 | Fix typo in call to abs2rel in --builddir sanitize code. Closes: #567737 | Joey Hess | 1 | -1/+1 |
2010-01-28 | update from Kel | Joey Hess | 1 | -2/+3 |
2010-01-27 | add qmake to build systems list | Joey Hess | 1 | -0/+1 |
2010-01-27 | qmake: New buildsystem contributed by Kel Modderman. Closes: #566840 | Joey Hess | 1 | -0/+80 |
2010-01-06 | bring back ignore_unknown_options | Joey Hess | 1 | -3/+4 |
2010-01-06 | fix bad interaction between -O and ignore_unknown_options | Joey Hess | 1 | -3/+2 |
2010-01-04 | don't call getopt recursively | Joey Hess | 1 | -8/+11 |
2010-01-04 | solve the dh -Bbuild problem | Joey Hess | 1 | -15/+27 |