summaryrefslogtreecommitdiff
path: root/Debian
AgeCommit message (Expand)AuthorFilesLines
2014-10-10avoid referring to $package in error messageJoey Hess1-1/+1
2014-10-10remove %package_profilesJoey Hess1-8/+4
2014-10-10clean up profiles codeJoey Hess1-14/+16
2014-10-10fix layoutJoey Hess1-2/+1
2014-10-10use libdpkg-perl to parse and evaluate build profilesjosch1-39/+21
2014-06-13Pass --disable-silent-rules in dh_auto_configure if DH_VERBOSE is set.Joey Hess1-0/+3
2014-02-28Fix breakage in no-act mode introduced in last release.Joey Hess1-0/+3
2014-02-12Initial implementation of support for Build-Profiles fields. Thanks, Daniel S...Joey Hess1-3/+49
2014-02-04Use realclean instead of distclean on perl_build buildsystem.gregor herrmann1-1/+1
2014-01-30dh_makeshlibs: Defer propigating dpkg-gensymbols error until all packages hav...Joey Hess1-4/+11
2013-12-05cmake: Configure with -DCMAKE_BUILD_TYPE=None Closes: #701233Joey Hess1-1/+1
2013-11-05Fix (horrible) make output parsing code to work with make 4.0. Closes: #72880...Joey Hess1-1/+1
2013-08-20makefile buildsystem: Tighten heuristic to detect if makefile target exists. ...Joey Hess1-1/+1
2013-08-15dh_install, dh_installdocs, dh_clean: Fix uses of find -exec which cause it t...Joey Hess1-1/+1
2013-08-09Fix typo for propagateGuillem Jover2-2/+2
2013-06-30perl_build: Use -- long option names, for compatability with Module::Build::T...Joey Hess1-5/+5
2013-06-24makefile buildsystem: Added heuristic to catch false positive in makefile tar...Joey Hess1-7/+42
2013-06-04Correct broken patch for #706923. Closes: #707481Joey Hess1-1/+2
2013-05-16Revert unsetting INSTALL_BASE. Closes: #708452 Reopens: #705141Joey Hess1-1/+1
2013-05-07Revert python2.X-minimal fix, because it was buggy. Closes: #707111 (Reopens ...Joey Hess1-8/+1
2013-05-06makefile buildsystem: Pass any parameters specified after -- when running mak...Joey Hess1-2/+2
2013-05-05perl_makemaker: Unset INSTALL_BASE in case the user has it set. Closes: #705141Joey Hess1-1/+1
2013-02-24cmake: Configure with -DCMAKE_BUILD_TYPE=RelWithDebInfo Closes: #701233Joey Hess1-0/+1
2012-11-12add commentJoey Hess1-0/+2
2012-11-12Makefile: introduce PREFIX variableChristoph Junghans1-3/+4
2012-10-22adjust other fixJoey Hess1-1/+8
2012-09-09Merge branch 'wheezy'Joey Hess1-3/+20
2012-09-09Make it possible to pass perl code to autoscript.Marcin Owsiany1-3/+20
2012-08-27python distutils buildsystem: When checking if a version of python is install...Joey Hess1-1/+1
2012-08-27python distutils buildsystem: Propigate failure of pyversions. Closes: #68355...Joey Hess1-1/+15
2012-05-19debhelper: Fix minor source comment typos.Simon Ruderich2-2/+2
2012-05-11Improve -v logging. Closes: #672448Joey Hess1-1/+1
2012-04-17releasing version 9.201204199.20120419Joey Hess1-0/+1
2012-04-17cmake: Only pass CPPFLAGS in CFLAGS in v9.9.20120418Joey Hess1-1/+1
2012-04-17cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for th...Joey Hess1-0/+6
2012-03-26comment typoJoey Hess1-1/+1
2012-03-22Revert avoid expanding shell metacharacters in sed call in autoscript(). It b...Joey Hess1-2/+2
2012-03-13Also include CFLAGS in ld line for perl. Closes: #662666Joey Hess2-2/+2
2012-03-11Pass CPPFLAGS and LDFLAGS to Makefile.PL and Build.PLDominic Hargreaves2-2/+10
2012-02-21avoid expanding shell variables in sed stringJoey Hess1-2/+2
2012-02-08dh_auto_install: Set AM_UPDATE_INFO_DIR=no to avoid automake generating an in...Joey Hess1-1/+3
2012-01-15spelingJoey Hess1-1/+1
2012-01-15v9 doneJoey Hess1-8/+13
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