summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-30Release 1.3~rc31.3_rc3Julian Andres Klode61-62/+160
2016-08-30test: Pass -d to dpkg-buildpackageJulian Andres Klode1-1/+1
2016-08-29Add shippable.yml for CI on ShippableJulian Andres Klode1-0/+15
2016-08-29test, travis: Quieter testing with a new -qq modeJulian Andres Klode4-10/+38
2016-08-29Switch documentation from httpredir.d.o to deb.d.oJulian Andres Klode13-157/+157
2016-08-29Add new symbols to symbols fileJulian Andres Klode1-0/+12
2016-08-29init: Add Dir::Bin::planners default entryJulian Andres Klode1-0/+1
2016-08-29init: Fix path to external solversJulian Andres Klode1-1/+1
2016-08-29don't loop on pinning pkgs from absolute debs by regexDavid Kalnischkies2-6/+9
2016-08-29randomize acquire order for same type index filesDavid Kalnischkies3-3/+41
2016-08-27Merge branch 'portability/freebsd'Julian Andres Klode44-119/+370
2016-08-26CMake: Add missing iconv dependencyJulian Andres Klode3-2/+28
2016-08-26Make root group configurable via ROOT_GROUPJulian Andres Klode6-8/+17
2016-08-26test: Use :$(id -gn) instead of :root (when run as root)Julian Andres Klode2-4/+4
2016-08-26test: Assert multi-arch in the chrootJulian Andres Klode1-1/+1
2016-08-26changelog: Respect Dir setting for local changelog gettingJulian Andres Klode2-4/+5
2016-08-26Lower-case uname -r output in kernel autoremove helperJulian Andres Klode2-3/+3
2016-08-26test: More portable check for dpkg versionsJulian Andres Klode4-3/+6
2016-08-26test: Use a file to determine TEST_DEFAULT_GROUPJulian Andres Klode1-5/+2
2016-08-26apt-inst: debfile: Pass comp. Name to ExtractTar, not BinaryJulian Andres Klode1-1/+1
2016-08-26test: Allow db_dump-5 instead of db_dumpJulian Andres Klode1-3/+8
2016-08-26Always pass a directory to find before an optionJulian Andres Klode2-2/+2
2016-08-26test: Fix invalid quoting in variable expansionJulian Andres Klode1-6/+6
2016-08-26test: Use printf "%b\n" instead of echo for strings with '\'Julian Andres Klode2-8/+8
2016-08-26test: Make sure we always find a dpkg in status fileJulian Andres Klode1-8/+8
2016-08-26test: Avoid use of /proc/self/fdJulian Andres Klode3-6/+11
2016-08-26test: Explicitly pass --admindir=var/lib/dpkg to dpkgJulian Andres Klode1-0/+2
2016-08-26test: Fix building of noopchrootJulian Andres Klode1-1/+5
2016-08-26test: Get rid of debhelper rules.tiny example depJulian Andres Klode1-1/+13
2016-08-26test: Allow moreutils-parallel instead of parallelJulian Andres Klode1-1/+5
2016-08-26test: Allow stunnel to be used instead of stunnel4Julian Andres Klode1-4/+9
2016-08-26test: Substitute GNU commands for other commands where availableJulian Andres Klode1-2/+18
2016-08-26test: Use C locale instead of C.UTF-8Julian Andres Klode1-1/+1
2016-08-26Make directory paths configurableJulian Andres Klode8-22/+45
2016-08-26apt-key: Only use readlink -f for existing componentsJulian Andres Klode1-1/+1
2016-08-26Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode4-6/+6
2016-08-26CMake: Add support for libintlJulian Andres Klode1-3/+9
2016-08-26Accept --autoremove as alias for --auto-removeJulian Andres Klode2-1/+2
2016-08-26CMake: Handle Berkeley DB on FreeBSDJulian Andres Klode2-3/+15
2016-08-26methods/connect.cc: Only use AI_IDN if definedJulian Andres Klode1-0/+2
2016-08-26CMake/private-download: Fix statfs includes on FreeBSDJulian Andres Klode2-5/+13
2016-08-26CMake: Add FindLZ4 and FindLZMAJulian Andres Klode3-3/+53
2016-08-26CMake: Do not use -lresolv if res_init exists in libcJulian Andres Klode3-2/+10
2016-08-26CMake: Do not hardcode -ldlJulian Andres Klode1-1/+1
2016-08-26CMake: Handle endian.h locations on other platformsJulian Andres Klode3-0/+27
2016-08-26CMake: Handle BSD platforms with sig_t instead of sighandler_tJulian Andres Klode1-0/+13
2016-08-26Add missing includes and external definitionsJulian Andres Klode8-0/+10
2016-08-25treat .ddeb files like .deb, especially for dpkgDavid Kalnischkies3-2/+31
2016-08-25show apt-key warnings in apt updateDavid Kalnischkies3-0/+31
2016-08-25apt-key: warn instead of fail on unreadable keyringsDavid Kalnischkies2-26/+55