summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-14Notify of removed package required as optdependAllan McRae3-1/+37
2012-12-14It turns out we do care about directories...Allan McRae3-23/+9
2012-12-14Add pactests for not detecting directory conflicts with upgradesFlorian Pritz2-0/+38
2012-12-14Fix overzealous package removal with unmet dependenciesAndrew Gregory4-47/+41
2012-12-14pactest: variant of package removal due to unmet dependenciesAllan McRae1-0/+28
2012-12-14pactest: removal of packages with unmet dependenciesAllan McRae1-0/+28
2012-12-14_alpm_filelist_resolve: add useful return codeAndrew Gregory2-38/+47
2012-12-14Avoid upgrade conflict with unchanged effective pathAllan McRae3-5/+3
2012-12-14Resolve file paths during inter-package conflict checkAllan McRae5-12/+36
2012-12-14_alpm_filelist_resolve: use original filenames where possibleAndrew Gregory2-22/+34
2012-12-14Add _alpm_filelist_resolveAndrew Gregory2-0/+181
2012-12-14Add resolved_path to alpm_filelist_tAllan McRae2-1/+11
2012-12-14Detect inter-package conflicts between files and directoriesAllan McRae3-17/+38
2012-12-14pactest: Provide a full filelist to the pactests that need itAllan McRae2-4/+11
2012-11-27makepkg: install debug symbol packages if requestedAllan McRae1-0/+4
2012-11-27makepkg: assign debugging symbol directory to a variableAllan McRae1-14/+13
2012-11-27makepkg: allow debug package suffix to be configurableAllan McRae3-15/+24
2012-11-27makepkg: create package from stripped debug symbolsAllan McRae3-1/+29
2012-11-27makepkg: output the name of the package being createdAllan McRae1-12/+5
2012-11-27makepkg: strip debugging symbols into separate folderAllan McRae1-0/+50
2012-11-27makepkg: always use pkg/$pkgname as $pkgdirAllan McRae1-0/+6
2012-11-27makepkg: move debug symbol stripping to separate functionAllan McRae1-4/+12
2012-11-27makepkg: add option to include debugging compiler flagsAllan McRae4-3/+28
2012-11-27makepkg: always run tidy_install on repackagingAllan McRae1-8/+3
2012-11-27pactree: unindent first limbAndrew Gregory1-1/+1
2012-11-27pactree: unify output between utf8 and asciiDave Reisner1-16/+20
2012-11-27pactree: fix style violationsDave Reisner1-2/+3
2012-11-27pactree: autodetect and use unicode line drawing charactersDave Reisner3-5/+40
2012-11-27pactree: style last branch node differentlyAndrew Gregory1-13/+17
2012-11-27pactree: fix --sync getopt valueAndrew Gregory1-1/+1
2012-11-27Add --needed option to makepkgwgiokas2-1/+7
2012-11-27Use sentence case in makepkgJason St. John1-4/+4
2012-11-27makepkg: save path to PACMAN and test availabilityAllan McRae1-5/+13
2012-11-27Remove last traces of handling command arguments in $PACMANMartin Panter1-2/+2
2012-11-27makepkg: fix signing built packageChristian Hesse1-0/+1
2012-11-27makepkg: deprecate PKGBUILDs without a package() functionAllan McRae1-0/+4
2012-11-27makepkg: print "SKIP" for signature checksumsAllan McRae1-4/+8
2012-11-27makepkg: use last match in BUILDENV/OPTIONS arrayAllan McRae2-4/+7
2012-11-27pacman: add -n/--native filter to -QSimon Gomizelj4-0/+12
2012-11-27doc: PKGBUILD.5 - fix output of bzr commandAllan McRae1-1/+1
2012-11-27fixed erroneous memory access to newurl in alpm_db_remove_serverPaul Barbu Gheorghe1-3/+6
2012-11-27repo-add: quote filename for consistent output styleAllan McRae1-1/+1
2012-11-27etc/Makefile: simplify build rule for conf filesDave Reisner1-10/+7
2012-11-27buildsys: eschew use of DEFS, prefer AM_CPPFLAGSDave Reisner4-22/+16
2012-11-27configure.ac: cleanup duplication in --enable-git-versionDave Reisner1-5/+1
2012-11-27m4/po.m4: Remove use of deprecated macroAllan McRae1-1/+1
2012-11-27Fix thinko in configure.ac CFLAGS empty checkingDan McGee2-2/+2
2012-11-27Fix typo in acinclude.m4 fs_old_*flagsDan McGee1-3/+3
2012-09-18makepkg: fix incorrect bracket usageAllan McRae1-1/+1
2012-09-18makepkg: Add Bazaar VCS supportGary van der Merwe2-4/+76