summaryrefslogtreecommitdiff
path: root/backends/aptcc/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2020-01-10Port to the meson build systemCorentin Noël1-109/+0
2020-01-08aptcc: Include helper socket/service when making release tarballMatthias Klumpp1-2/+4
2019-11-09aptcc: Completely remove distro-upgrade support for nowMatthias Klumpp1-2/+0
2019-07-04aptcc: Introduce socket-activated pk-debconf-helperJulian Andres Klode1-0/+45
2019-06-14aptcc: apt-inst folded into apt-pkg in apt 1.9, make it optionalJulian Andres Klode1-1/+1
2019-02-26trivial: aptcc: Don't chmod things that don't existMatthias Klumpp1-1/+1
2019-02-26aptcc: Disable distro-upgrade functionality (for now)Matthias Klumpp1-1/+1
2018-03-30aptcc: Simplify search methods (#247)David Hewitt1-2/+0
2017-09-24aptcc: Make mimetype search work againMatthias Klumpp1-5/+18
2016-09-20trivial: Register missing aptcc sources with AutomakeMatthias Klumpp1-3/+4
2016-08-17aptcc: Add get-files-local supportDaniel Nicoletti1-0/+1
2016-08-09aptcc: Drop DebFile helper classMatthias Klumpp1-2/+0
2015-11-22aptcc: Remove dead code and make source filenames consistentMatthias Klumpp1-9/+7
2015-11-19aptcc: Compile with APT 1.1Matthias Klumpp1-4/+2
2014-09-11aptcc: Link against -lutil for forkptyColin Watson1-1/+1
2013-01-15aptcc: build - AM_CPPFLAGS is not used if per-target variable exists.Alban Browaeys1-2/+3
2013-01-14Don't use the deprecated INCLUDES in Makefile.amRichard Hughes1-1/+1
2012-04-22aptcc: Create a PkgList class to provide convience methods and remove uneeded...Daniel Nicoletti1-1/+3
2012-04-22aptcc: Fix possible crash as PkBackend was not initedDaniel Nicoletti1-0/+2
2012-04-16aptcc: Move ShowBroken to AptCacheFile, and added CheckDeps from apt-getDaniel Nicoletti1-1/+1
2012-04-15aptcc: Add AptCacheFile to handle all pkg cache openingsDaniel Nicoletti1-1/+2
2012-04-14aptcc: Improve the autoremove code to don't spin if disabled, move the simula...Daniel Nicoletti1-1/+0
2012-03-05aptcc: Update license headers & fix some more indentation and typosMatthias Klumpp1-4/+4
2012-03-05Reorganise parts of AptCC to make the code more readableMatthias Klumpp1-11/+9
2011-11-17Use gdebi to resolve local file installation, Fix conffile handlying by inter...Daniel Nicoletti1-0/+2
2011-11-12aptcc: Initial commit to support InstallPackageFilesDaniel Nicoletti1-1/+3
2011-06-13Autogenerate the .gitignore files using git.mkRichard Hughes1-0/+2
2011-06-09aptcc: Initial support to conffile handling still not reliableDaniel Nicoletti1-1/+4
2011-05-01aptcc: Fix configure.ac to avoid pk-qt linking against apt-pkgDaniel Nicoletti1-1/+1
2010-11-24aptcc: first bits to a working gstreamer matcherDaniel Nicoletti1-0/+2
2010-11-23aptcc: link aptcc to gstreamerDaniel Nicoletti1-2/+2
2010-11-01Use G_LOG_DOMAIN in all the backendsRichard Hughes1-1/+4
2010-10-05aptcc: Feature: added a fetcher/parser for updates changelogsDaniel Nicoletti1-7/+7
2010-07-27Added support to get distro upgrades and also fixed a hook script that pokes ...Daniel Nicoletti1-4/+21
2009-12-04aptcc: Added gstreamer codec search (need to replace it with gst), cleaned th...Daniel Nicoletti1-1/+1
2009-03-26Fixed repo_enable, progress on fetcher, emit package on fetcher and some code...Daniel Nicoletti1-1/+1
2009-03-25Added repo_list and repo_enable supportDaniel Nicoletti1-2/+4
2009-03-25Added package_download supportDaniel Nicoletti1-2/+4
2009-03-24Added refresh cache support, it downloads the translation filesDaniel Nicoletti1-2/+6
2009-03-24Added get_updates and get_update_detail support although there still some stu...Daniel Nicoletti1-2/+4
2009-03-10Huge commit it implements:Daniel Nicoletti1-1/+3
2009-01-09Forgot the make fileDaniel Nicoletti1-0/+11