summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-18makepkg: fix order of --help outputAllan McRae1-1/+1
2012-09-18makepkg: allow fragment to contain a "#" characterAllan McRae1-3/+3
2012-09-18makepkg: always check makepkg.conf for match to download protocolAllan McRae1-7/+2
2012-09-18makepkg: do not embed timestamps in compressed manpagesAllan McRae1-1/+1
2012-09-18makepkg: check if hg and svn directories are non-empty before updatingAllan McRae1-2/+2
2012-09-18makepkg: do not create hg working directory on checkoutAllan McRae1-2/+2
2012-09-18makepkg: Improvements to get_filename:Gary van der Merwe1-6/+6
2012-09-18makepkg: check if $dir is a local clone of the right git repoMohammad Alsaleh1-1/+7
2012-09-18makepkg: git clone instead of git fetch if $dir exists but emptyMohammad Alsaleh1-1/+1
2012-09-18Avoid interger overflow when calculating remaining line lengthAllan McRae1-1/+1
2012-09-18Fix typo in documentationAllan McRae1-1/+1