summaryrefslogtreecommitdiff
path: root/Debian
AgeCommit message (Expand)AuthorFilesLines
2011-12-09Only enable executable config files in v9. The quality of file permissions in...Joey Hess1-1/+2
2011-12-08Pass CPPFLAGS to qmake. Closes: #646129 Thanks, Felix GeyertJoey Hess1-4/+4
2011-12-07executable config files. bleh, arghJoey Hess1-4/+14
2011-10-06Use target architecture for build directory name.Tom Hughes1-1/+1
2011-09-30Pass CFLAGS also to perl_build.gregor herrmann1-1/+6
2011-09-29setting OPTIMIZE could in theory lead to breakage, so make it v9Joey Hess1-1/+1
2011-09-29fix indentationJoey Hess1-3/+3
2011-09-29pass dpkg-buildflags to makemaker build systemSteve Langasek1-1/+6
2011-09-12dh: Avoid compat deprecation warning before option parsing. Closes: #641361Joey Hess1-1/+2
2011-09-09Tighten parsing of DEB_BUILD_OPTIONS.Joey Hess2-14/+24
2011-09-05Avoid writing debhelper log files in no-act mode. Closes: #640586Joey Hess1-0/+4
2011-08-06dpkg-buildflags is only used to set environment in v9Joey Hess1-2/+1
2011-08-05Add support for running tests in parallel to the cmake build system.Modestas Vainius1-1/+5
2011-08-05makefile.pm: remove build directory even if Makefile does not exist yet.Modestas Vainius1-5/+17
2011-07-16layutJoey Hess1-1/+1
2011-07-16oops, only force qt4 when it's enabledJoey Hess1-2/+6
2011-07-16Now the QT4 version of qmake can be explicitly selected by passing --buildsys...Joey Hess3-1/+18
2011-06-24dh_auto_configure: If there is a problem with cmake, display the CMakeCache.txt.Joey Hess1-1/+9
2011-06-20Revert "Always respect DEB_${flag}_{APPEND,SET} envvars."Joey Hess1-1/+1
2011-06-19Always respect DEB_${flag}_{APPEND,SET} envvars.Modestas Vainius1-1/+1
2011-06-19In the unlikely case Dpkg::BuildFlags fails, don't do anything.Modestas Vainius1-0/+1
2011-06-19Use Dpkg::BuildFlags module directly in set_buildflags().Modestas Vainius1-21/+12
2011-06-14dpkg-buildflags supportJoey Hess2-1/+33
2011-06-14dh_auto_configure: In v9, does not include the source package name in --libex...Joey Hess1-3/+8
2011-06-14Don't add package name to libexecdir in v9Roger Leigh1-1/+1
2011-05-27Fix error message. Closes: #628053Joey Hess1-1/+1
2011-03-12avoid depending on a dpkg that has DEB_HOST_MULTIARCHJoey Hess1-3/+4
2011-03-12layoutJoey Hess1-1/+2
2011-03-12Add support for multiarch.Steve Langasek2-3/+8
2011-02-10Improve handling of logging in override targetsJoey Hess1-11/+40
2011-02-08refactor cross command generationJoey Hess1-1/+14
2011-01-25remove MODULEBUILDRC overrideJoey Hess1-1/+0
2010-11-22dh_listpackages: Do not display warnings if options cause no packages to be l...Joey Hess1-2/+6
2010-11-02dh: Inhibit logging for commands run inside override targetsJoey Hess1-0/+2
2010-10-27note that the hardcoded arg_max here is obsoleteJoey Hess1-0/+1
2010-08-07python_distutils: Pass --force to setup.py build, to ensure that when python-...Joey Hess1-1/+3
2010-08-07Revert "python_distutils: Pass --force to setup.py build, to ensure that when...Joey Hess1-3/+1
2010-07-25python_distutils: Pass --force to setup.py build, to ensure that when python-...Joey Hess1-1/+3
2010-06-30perl_makemaker: import compat(). Closes: #587654Joey Hess1-0/+1
2010-06-23In v8 mode, stop passing packlist=0 in perl_makemaker buildsystem, since perl...Joey Hess1-2/+4
2010-05-28In v8 mode, prefer the perl_build buildsystem over perl_makemaker. Closes: #5...Joey Hess1-1/+2
2010-05-23In v8 mode, do not allow directly passing unknown options to debhelper comman...Joey Hess2-3/+4
2010-05-09remove now-unnecessary cachingJoey Hess1-5/+1
2010-05-09Further reduce the number of calls to dpkg-architecture to zero, in a typical...Joey Hess1-3/+17
2010-05-09typoJoey Hess1-1/+1
2010-05-09cleanupsJoey Hess1-24/+10
2010-05-09Drop one more call to dpkg-architecture. Closes: #580837 (Raphael Geissert)Joey Hess1-5/+17
2010-04-26Memoize architecture comparisons in samearch, and avoid calling dpkg-architec...Joey Hess1-7/+26
2010-04-08Fix #572077 in one place I missed earlier. (See #576885)Joey Hess1-1/+1
2010-04-08fix commentJoey Hess1-1/+1