aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add Debian Security supportLoïc Minier2010-01-30
|
* Add Launchpad PPA support with ppa:* archivesLoïc Minier2010-01-30
|
* Add support for --archiveLoïc Minier2010-01-30
|
* Add support for *-proposed-updates/volatileLoïc Minier2010-01-30
|
* Rename volatile archive to debian-volatileLoïc Minier2010-01-29
|
* Add support for oldstable and archive.debian.orgLoïc Minier2010-01-25
|
* Add support for debootstrap-mirror and -suiteLoïc Minier2010-01-25
|
* Use apt-sources command to dump sourcesLoïc Minier2010-01-25
|
* Add --help and rework usage()Loïc Minier2010-01-25
|
* Drop --archive and wishlist TODOsLoïc Minier2010-01-25
|
* Fix dependencies between Ubuntu pocketsLoïc Minier2010-01-25
|
* Rename vendor to archiveLoïc Minier2010-01-25
|
* Move arch specific handling to guess_*_vendor()Loïc Minier2010-01-25
| | | | | | Move arch specific handling from guess_vendor_arch_mirror() to guess_dist_vendor() and rename functions accordingly. Introduce an "ubuntu-ports" vendor -- should really be an "archive".
* Test --arch based Ubuntu mirror selectionLoïc Minier2010-01-25
|
* test_pbuilder-apt-config: set -eLoïc Minier2010-01-25
|
* Add support for pockets in suite mode and testsLoïc Minier2010-01-25
|
* Test --with-sourcesLoïc Minier2010-01-25
|
* Add pbuilder-apt-config testsuiteLoïc Minier2010-01-25
|
* Test expect_output()Loïc Minier2010-01-25
|
* Remove security pocket until deps are clarifiedLoïc Minier2010-01-25
|
* Add more sanity checksLoïc Minier2010-01-25
|
* Add sanity checksLoïc Minier2010-01-25
|
* Add support for */volatile-sloppyLoïc Minier2010-01-25
|
* Remove useless mirror= for two casesLoïc Minier2010-01-25
|
* Reflow output_sources into individual case stmtsLoïc Minier2010-01-25
|
* Add support for debian-volatileLoïc Minier2010-01-25
|
* Add support for outputting deb-src linesLoïc Minier2010-01-25
|
* Support commas to separate components and pocketsLoïc Minier2010-01-25
|
* Use backports.org as a vendor instead of bpoLoïc Minier2010-01-25
|
* Better handling of some error conditionsLoïc Minier2010-01-25
|
* Add initial pbuilder-apt-configLoïc Minier2010-01-25
|
* Mention quoting around --bindmounts; LP: #376612Loïc Minier2010-01-08
|
* Drop useless if constructLoïc Minier2010-01-05
|
* Fix get_dep_op_and_ver() outputLoïc Minier2010-01-05
| | | | | Fix get_dep_op_and_ver() to not output anything when there is no version and to deal with spaces between version and closing parenthesis.
* Test get_dep_op_and_ver()Loïc Minier2010-01-05
|
* Cleanup split_alternates()Loïc Minier2010-01-05
|
* Test get_pkg_name()Loïc Minier2010-01-05
|
* Fix extra spaces in split_deps() outputLoïc Minier2010-01-05
|
* Test split_alternates()Loïc Minier2010-01-05
|
* Fix extra slashes in split_deps() outputLoïc Minier2010-01-05
|
* Add testsuite for pbuilder-satisfydepends-classicLoïc Minier2010-01-05
|
* Remove leading and trailing comma + spaceLoïc Minier2010-01-05
|
* pbuilder-satisfydepends-classic: Use functionsLoïc Minier2010-01-05
| | | | | pbuilder-satisfydepends-classic: Use functions to avoid code duplication and make the logic more readable. This also allows testing.
* Make satisfydepends-aptitude, -classic relocatableLoïc Minier2010-01-05
| | | | Make pbuilder-satisfydepends-aptitude and -classic relocatable.
* Fix typo in get_build_conflicts()Loïc Minier2010-01-05
|
* Normalize and test arch specifiersLoïc Minier2010-01-05
|
* Normalize output of get_build_deps(), _conflicts()Loïc Minier2010-01-04
|
* Normalize output of get_source_control_field()Loïc Minier2010-01-04
|
* test_pbuilder-satisfydepends-funcs: test tabsLoïc Minier2010-01-04
|
* Rewrite get_control_reLoïc Minier2010-01-04
| | | | | Replace cat + awk + sed in get_control_re() with a sed script; rename the function to get_source_control_field.