summaryrefslogtreecommitdiff
path: root/Debian
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-01minor optimisationJoey Hess1-1/+1
2010-03-01If neither -a or -i are specified, debhelper commands used to default to acti...Joey Hess1-5/+7
2010-02-19makefile buildsystem: Chomp output during test for full compatability with de...Joey Hess1-0/+1
2010-02-18The fix for #563557 caused some new trouble involving makefile that misbehave...Joey Hess1-1/+1
2010-02-16dh: Disable option bundling to avoid mis-parsing bundled options such as "-Bp...Joey Hess1-5/+4
2010-02-02Fix handling of -O with options specified by commands. Closes: #568081Joey Hess1-1/+3
2010-01-30Fix typo in call to abs2rel in --builddir sanitize code. Closes: #567737Joey Hess1-1/+1
2010-01-28update from KelJoey Hess1-2/+3
2010-01-27add qmake to build systems listJoey Hess1-0/+1
2010-01-27qmake: New buildsystem contributed by Kel Modderman. Closes: #566840Joey Hess1-0/+80
2010-01-06bring back ignore_unknown_optionsJoey Hess1-3/+4
2010-01-06fix bad interaction between -O and ignore_unknown_optionsJoey Hess1-3/+2
2010-01-04don't call getopt recursivelyJoey Hess1-8/+11
2010-01-04solve the dh -Bbuild problemJoey Hess1-15/+27