summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-11-17qmake.pm: Add all possible settings to generated qmake-cross.conf.Dmitry Shachnev1-2/+18
2017-11-17qmake.pm: Push compiler information as ‘early’ flags to qmake.Dmitry Shachnev1-0/+3
2017-11-16meson.pm: Fix typoDmitry Shachnev1-1/+1
2017-11-16qmake.pm: Add missing import of generated_fileDmitry Shachnev1-1/+1
2017-11-14qmake.pm: Ensure that the cross config filename is absoluteNiels Thykier1-0/+6
2017-11-14qmake: Let the qmake cross config survive until cleanNiels Thykier1-3/+4
2017-11-14qmake: Set QMAKE_LINK correctly for cross-buildsDmitry Shachnev1-1/+2
2017-11-12Dh_Getopt: Improve warning messageNiels Thykier1-1/+2
2017-11-12dwz.pm: Include the name of the sequence in the warningNiels Thykier1-1/+1
2017-11-11dh_builddeb: Avoid using an undefined value as an ARRAY referenceNiels Thykier1-0/+2
2017-11-11isnative: Use Dpkg module directly instead of dpkg-parsechangelogNiels Thykier1-3/+13
2017-11-11Replace some string evals with a simple requireNiels Thykier1-4/+4
2017-11-11Dh_Lib: Avoid confusing buildX() that were actually hostX()Niels Thykier2-21/+22
2017-11-11Make cross_command package specificNiels Thykier1-1/+6
2017-11-11Add PoC support for building DEB_TARGET during cross buildsNiels Thykier1-8/+41
2017-11-04Make dbgsym Package-Type (almost) configurableNiels Thykier1-1/+11
2017-10-28Remove support for named compat levelsNiels Thykier1-13/+1
2017-10-26Dh_Lib: Fix parse error for empty line before source paragraphNiels Thykier1-0/+3
2017-10-26meson.pm: Add missing import of generating_fileNiels Thykier1-1/+1
2017-10-25Dh_Lib: Fix regression in parsing of the source sectionNiels Thykier1-2/+3
2017-10-24dwz.pm: Fix compile errorNiels Thykier1-0/+2
2017-10-24Add new dh_dwz helper along with a "dwz" sequenceNiels Thykier1-0/+10
2017-10-24meson.pm: Keep cross file until dh_clean timeNiels Thykier2-3/+4
2017-10-22Dh_Lib: Fix use of uninitialized variables in find_hardlinksNiels Thykier1-1/+1
2017-10-21Dh_Lib: Add a kill-switch for R³ (for -backports)Niels Thykier1-0/+6
2017-10-21makefile.pm: Support R³ for calling make install as rootNiels Thykier2-3/+19
2017-10-21Add minimal R³ support for debhelperNiels Thykier1-18/+52
2017-10-21Extract a find_hardlinks functionNiels Thykier1-1/+27
2017-10-21Create a helper for locating the dbgsym tmpdirNiels Thykier1-1/+6
2017-10-14cmake.pm: Also supply PKGCONFIG_EXECUTABLE for obsolete UsePkgConfig.cmakeHelmut Grohne1-0/+1
2017-10-13systemd-pm: Disable sequence in compat 11Niels Thykier1-0/+5
2017-10-13Spelling fixesVille Skyttä2-5/+5
2017-10-13qmake.pm: Remove -nocache parameterLisandro Damián Nicanor Pérez Meyer1-1/+0
2017-10-10meson.pm: Add prototype cross build supportNiels Thykier1-4/+25
2017-10-08qmake.pm: Simplify a lineNiels Thykier1-1/+1
2017-10-08Dh_Lib: Fix regression of --no-actNiels Thykier1-14/+18
2017-10-08Push the removal of some deprecated items to compat 12Niels Thykier2-7/+6
2017-10-03dh_install{docs,examples}: Validate --doc-main-package argumentNiels Thykier2-9/+17
2017-10-01qmake: Gracefully error out on missing OS_MKSPEC_MAPPINGNiels Thykier1-6/+12
2017-10-01qmake.pm: Use a custom qt.conf file for cross buildsDmitry Shachnev1-0/+9
2017-10-01qmake.pm: Add initial support for cross-buildingDmitry Shachnev1-1/+25
2017-10-01Make -p<pkg> a no-op when <pkg> is disabled due to Build-ProfilesNiels Thykier1-3/+18
2017-10-01qmake_qt4: Drop unused "use"/import clauseNiels Thykier1-1/+0
2017-09-26Dh_Getopt: Fix discard of warning/error messages in option parsingNiels Thykier1-1/+1
2017-09-19Dh_Getopt.pm: Validate package names passed to -p/-NNiels Thykier1-3/+12
2017-09-19Buildsystem.pm: Use the new builtin chdir support in print_and_doit*Niels Thykier1-4/+4
2017-09-19Dh_Lib: Add "chdir" to the *_doit + doit APINiels Thykier1-0/+8
2017-09-16Use file header instead of filenames to detect ELF [c11]Niels Thykier1-1/+46
2017-08-31c11: Auto-detect main pkg for doc pkgs (§12.3)Niels Thykier1-0/+24
2017-08-24Support building on case-insensitive filesystemsGeoffrey Thomas19-1/+4105