]> git.saurik.com Git - apt-legacy.git/commit - apt-pkg/makefile
Initial commit.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 1 Jan 2008 05:58:43 +0000 (05:58 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 1 Jan 2008 05:58:43 +0000 (05:58 +0000)
commitda6ee4691da8cccb60b8673b4f97fb7f6df3ec7d
tree1a41a1a21fe94b5a823f472a8791db524b1aca7f
Initial commit.

A apt_0.6.46.4-0.1.tar.gz
A port.diff

git-svn-id: http://svn.telesphoreo.org/trunk@2 514c082c-b64e-11dc-b46d-3d985efe055d
451 files changed:
.cvsignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COMPILING [new file with mode: 0644]
COPYING [new file with mode: 0644]
COPYING.GPL [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.arch [new file with mode: 0644]
README.make [new file with mode: 0644]
README.progress-reporting [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
apt-inst/contrib/arfile.cc [new file with mode: 0644]
apt-inst/contrib/arfile.h [new file with mode: 0644]
apt-inst/contrib/extracttar.cc [new file with mode: 0644]
apt-inst/contrib/extracttar.h [new file with mode: 0644]
apt-inst/database.cc [new file with mode: 0644]
apt-inst/database.h [new file with mode: 0644]
apt-inst/deb/debfile.cc [new file with mode: 0644]
apt-inst/deb/debfile.h [new file with mode: 0644]
apt-inst/deb/dpkgdb.cc [new file with mode: 0644]
apt-inst/deb/dpkgdb.h [new file with mode: 0644]
apt-inst/dirstream.cc [new file with mode: 0644]
apt-inst/dirstream.h [new file with mode: 0644]
apt-inst/dpkg-diffs.txt [new file with mode: 0644]
apt-inst/extract.cc [new file with mode: 0644]
apt-inst/extract.h [new file with mode: 0644]
apt-inst/filelist.cc [new file with mode: 0644]
apt-inst/filelist.h [new file with mode: 0644]
apt-inst/makefile [new file with mode: 0644]
apt-pkg/acquire-item.cc [new file with mode: 0644]
apt-pkg/acquire-item.h [new file with mode: 0644]
apt-pkg/acquire-method.cc [new file with mode: 0644]
apt-pkg/acquire-method.h [new file with mode: 0644]
apt-pkg/acquire-worker.cc [new file with mode: 0644]
apt-pkg/acquire-worker.h [new file with mode: 0644]
apt-pkg/acquire.cc [new file with mode: 0644]
apt-pkg/acquire.h [new file with mode: 0644]
apt-pkg/algorithms.cc [new file with mode: 0644]
apt-pkg/algorithms.h [new file with mode: 0644]
apt-pkg/cachefile.cc [new file with mode: 0644]
apt-pkg/cachefile.h [new file with mode: 0644]
apt-pkg/cacheiterators.h [new file with mode: 0644]
apt-pkg/cdrom.cc [new file with mode: 0644]
apt-pkg/cdrom.h [new file with mode: 0644]
apt-pkg/clean.cc [new file with mode: 0644]
apt-pkg/clean.h [new file with mode: 0644]
apt-pkg/contrib/cdromutl.cc [new file with mode: 0644]
apt-pkg/contrib/cdromutl.h [new file with mode: 0644]
apt-pkg/contrib/cmndline.cc [new file with mode: 0644]
apt-pkg/contrib/cmndline.h [new file with mode: 0644]
apt-pkg/contrib/configuration.cc [new file with mode: 0644]
apt-pkg/contrib/configuration.h [new file with mode: 0644]
apt-pkg/contrib/crc-16.cc [new file with mode: 0644]
apt-pkg/contrib/crc-16.h [new file with mode: 0644]
apt-pkg/contrib/error.cc [new file with mode: 0644]
apt-pkg/contrib/error.h [new file with mode: 0644]
apt-pkg/contrib/fileutl.cc [new file with mode: 0644]
apt-pkg/contrib/fileutl.h [new file with mode: 0644]
apt-pkg/contrib/hashes.cc [new file with mode: 0644]
apt-pkg/contrib/hashes.h [new file with mode: 0644]
apt-pkg/contrib/md5.cc [new file with mode: 0644]
apt-pkg/contrib/md5.h [new file with mode: 0644]
apt-pkg/contrib/mmap.cc [new file with mode: 0644]
apt-pkg/contrib/mmap.h [new file with mode: 0644]
apt-pkg/contrib/progress.cc [new file with mode: 0644]
apt-pkg/contrib/progress.h [new file with mode: 0644]
apt-pkg/contrib/sha1.cc [new file with mode: 0644]
apt-pkg/contrib/sha1.h [new file with mode: 0644]
apt-pkg/contrib/sha256.cc [new file with mode: 0644]
apt-pkg/contrib/sha256.h [new file with mode: 0644]
apt-pkg/contrib/sptr.h [new file with mode: 0644]
apt-pkg/contrib/strutl.cc [new file with mode: 0644]
apt-pkg/contrib/strutl.h [new file with mode: 0644]
apt-pkg/contrib/system.h [new file with mode: 0644]
apt-pkg/deb/debindexfile.cc [new file with mode: 0644]
apt-pkg/deb/debindexfile.h [new file with mode: 0644]
apt-pkg/deb/deblistparser.cc [new file with mode: 0644]
apt-pkg/deb/deblistparser.h [new file with mode: 0644]
apt-pkg/deb/debmetaindex.cc [new file with mode: 0644]
apt-pkg/deb/debmetaindex.h [new file with mode: 0644]
apt-pkg/deb/debrecords.cc [new file with mode: 0644]
apt-pkg/deb/debrecords.h [new file with mode: 0644]
apt-pkg/deb/debsrcrecords.cc [new file with mode: 0644]
apt-pkg/deb/debsrcrecords.h [new file with mode: 0644]
apt-pkg/deb/debsystem.cc [new file with mode: 0644]
apt-pkg/deb/debsystem.h [new file with mode: 0644]
apt-pkg/deb/debversion.cc [new file with mode: 0644]
apt-pkg/deb/debversion.h [new file with mode: 0644]
apt-pkg/deb/dpkgpm.cc [new file with mode: 0644]
apt-pkg/deb/dpkgpm.h [new file with mode: 0644]
apt-pkg/depcache.cc [new file with mode: 0644]
apt-pkg/depcache.h [new file with mode: 0644]
apt-pkg/indexcopy.cc [new file with mode: 0644]
apt-pkg/indexcopy.h [new file with mode: 0644]
apt-pkg/indexfile.cc [new file with mode: 0644]
apt-pkg/indexfile.h [new file with mode: 0644]
apt-pkg/indexrecords.cc [new file with mode: 0644]
apt-pkg/indexrecords.h [new file with mode: 0644]
apt-pkg/init.cc [new file with mode: 0644]
apt-pkg/init.h [new file with mode: 0644]
apt-pkg/makefile [new file with mode: 0644]
apt-pkg/metaindex.h [new file with mode: 0644]
apt-pkg/orderlist.cc [new file with mode: 0644]
apt-pkg/orderlist.h [new file with mode: 0644]
apt-pkg/packagemanager.cc [new file with mode: 0644]
apt-pkg/packagemanager.h [new file with mode: 0644]
apt-pkg/pkgcache.cc [new file with mode: 0644]
apt-pkg/pkgcache.h [new file with mode: 0644]
apt-pkg/pkgcachegen.cc [new file with mode: 0644]
apt-pkg/pkgcachegen.h [new file with mode: 0644]
apt-pkg/pkgrecords.cc [new file with mode: 0644]
apt-pkg/pkgrecords.h [new file with mode: 0644]
apt-pkg/pkgsystem.cc [new file with mode: 0644]
apt-pkg/pkgsystem.h [new file with mode: 0644]
apt-pkg/policy.cc [new file with mode: 0644]
apt-pkg/policy.h [new file with mode: 0644]
apt-pkg/sourcelist.cc [new file with mode: 0644]
apt-pkg/sourcelist.h [new file with mode: 0644]
apt-pkg/srcrecords.cc [new file with mode: 0644]
apt-pkg/srcrecords.h [new file with mode: 0644]
apt-pkg/tagfile.cc [new file with mode: 0644]
apt-pkg/tagfile.h [new file with mode: 0644]
apt-pkg/vendor.cc [new file with mode: 0644]
apt-pkg/vendor.h [new file with mode: 0644]
apt-pkg/vendorlist.cc [new file with mode: 0644]
apt-pkg/vendorlist.h [new file with mode: 0644]
apt-pkg/version.cc [new file with mode: 0644]
apt-pkg/version.h [new file with mode: 0644]
apt-pkg/versionmatch.cc [new file with mode: 0644]
apt-pkg/versionmatch.h [new file with mode: 0644]
buildlib/apti18n.h.in [new file with mode: 0644]
buildlib/archtable [new file with mode: 0644]
buildlib/config.guess [new file with mode: 0755]
buildlib/config.h.in [new file with mode: 0644]
buildlib/config.sub [new file with mode: 0755]
buildlib/configure.mak [new file with mode: 0644]
buildlib/copy.mak [new file with mode: 0644]
buildlib/debiandoc.mak [new file with mode: 0644]
buildlib/defaults.mak [new file with mode: 0644]
buildlib/environment.mak.in [new file with mode: 0644]
buildlib/fail.mak [new file with mode: 0644]
buildlib/install-sh [new file with mode: 0644]
buildlib/inttypes.h.in [new file with mode: 0644]
buildlib/library.mak [new file with mode: 0644]
buildlib/makefile.in [new file with mode: 0644]
buildlib/manpage.mak [new file with mode: 0644]
buildlib/mkChangeLog [new file with mode: 0755]
buildlib/netdb.h.in [new file with mode: 0644]
buildlib/ostable [new file with mode: 0644]
buildlib/podomain.mak [new file with mode: 0644]
buildlib/program.mak [new file with mode: 0644]
buildlib/python.mak [new file with mode: 0644]
buildlib/sgml_manpage.mak [new file with mode: 0644]
buildlib/sizetable [new file with mode: 0644]
buildlib/staticlibrary.mak [new file with mode: 0644]
buildlib/statvfs.h.in [new file with mode: 0644]
buildlib/tools.m4 [new file with mode: 0644]
buildlib/xml_manpage.mak [new file with mode: 0644]
buildlib/yodl_manpage.mak [new file with mode: 0644]
cmdline/acqprogress.cc [new file with mode: 0644]
cmdline/acqprogress.h [new file with mode: 0644]
cmdline/apt-cache.cc [new file with mode: 0644]
cmdline/apt-cdrom.cc [new file with mode: 0644]
cmdline/apt-config.cc [new file with mode: 0644]
cmdline/apt-extracttemplates.cc [new file with mode: 0644]
cmdline/apt-extracttemplates.h [new file with mode: 0644]
cmdline/apt-get.cc [new file with mode: 0644]
cmdline/apt-key [new file with mode: 0755]
cmdline/apt-sortpkgs.cc [new file with mode: 0644]
cmdline/makefile [new file with mode: 0644]
configure [new file with mode: 0755]
configure.in [new file with mode: 0644]
debian/.cvsignore [new file with mode: 0644]
debian/NEWS.Debian [new file with mode: 0644]
debian/apt-doc.doc-base.guide [new file with mode: 0644]
debian/apt-doc.doc-base.offline [new file with mode: 0644]
debian/apt-doc.docs [new file with mode: 0644]
debian/apt-utils.dirs [new file with mode: 0644]
debian/apt-utils.examples [new file with mode: 0644]
debian/apt-utils.manpages [new file with mode: 0644]
debian/apt.cron.daily [new file with mode: 0644]
debian/apt.dirs [new file with mode: 0644]
debian/apt.examples [new file with mode: 0644]
debian/apt.manpages [new file with mode: 0644]
debian/apt.postinst [new file with mode: 0644]
debian/bugscript [new file with mode: 0755]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/libapt-pkg-dev.dirs [new file with mode: 0644]
debian/libapt-pkg-doc.doc-base.cache [new file with mode: 0644]
debian/libapt-pkg-doc.doc-base.design [new file with mode: 0644]
debian/libapt-pkg-doc.doc-base.dpkg-tech [new file with mode: 0644]
debian/libapt-pkg-doc.doc-base.files [new file with mode: 0644]
debian/libapt-pkg-doc.doc-base.method [new file with mode: 0644]
debian/postinst [new file with mode: 0755]
debian/postrm [new file with mode: 0755]
debian/preinst [new file with mode: 0755]
debian/prerm [new file with mode: 0755]
debian/rules [new file with mode: 0755]
doc/.cvsignore [new file with mode: 0644]
doc/Bugs [new file with mode: 0644]
doc/apt-cache.8 [new file with mode: 0644]
doc/apt-cache.8.xml [new file with mode: 0644]
doc/apt-cdrom.8 [new file with mode: 0644]
doc/apt-cdrom.8.xml [new file with mode: 0644]
doc/apt-config.8 [new file with mode: 0644]
doc/apt-config.8.xml [new file with mode: 0644]
doc/apt-extracttemplates.1 [new file with mode: 0644]
doc/apt-extracttemplates.1.xml [new file with mode: 0644]
doc/apt-ftparchive.1 [new file with mode: 0644]
doc/apt-ftparchive.1.xml [new file with mode: 0644]
doc/apt-get.8 [new file with mode: 0644]
doc/apt-get.8.xml [new file with mode: 0644]
doc/apt-key.8 [new file with mode: 0644]
doc/apt-key.8.xml [new file with mode: 0644]
doc/apt-secure.8 [new file with mode: 0644]
doc/apt-secure.8.xml [new file with mode: 0644]
doc/apt-sortpkgs.1 [new file with mode: 0644]
doc/apt-sortpkgs.1.xml [new file with mode: 0644]
doc/apt.8 [new file with mode: 0644]
doc/apt.conf.5 [new file with mode: 0644]
doc/apt.conf.5.xml [new file with mode: 0644]
doc/apt.ent [new file with mode: 0644]
doc/apt_preferences.5 [new file with mode: 0644]
doc/apt_preferences.5.xml [new file with mode: 0644]
doc/cache.sgml [new file with mode: 0644]
doc/de/apt.de.8 [new file with mode: 0644]
doc/design.sgml [new file with mode: 0644]
doc/dpkg-tech.sgml [new file with mode: 0644]
doc/es/.cvsignore [new file with mode: 0644]
doc/es/apt-cache.es.8 [new file with mode: 0644]
doc/es/apt-cache.es.8.sgml [new file with mode: 0644]
doc/es/apt-cdrom.es.8 [new file with mode: 0644]
doc/es/apt-cdrom.es.8.sgml [new file with mode: 0644]
doc/es/apt-config.es.8 [new file with mode: 0644]
doc/es/apt-config.es.8.sgml [new file with mode: 0644]
doc/es/apt-get.es.8 [new file with mode: 0644]
doc/es/apt-get.es.8.sgml [new file with mode: 0644]
doc/es/apt.conf.es.5 [new file with mode: 0644]
doc/es/apt.conf.es.5.sgml [new file with mode: 0644]
doc/es/apt.ent.es [new file with mode: 0644]
doc/es/apt.es.8 [new file with mode: 0644]
doc/es/apt_preferences.es.5 [new file with mode: 0644]
doc/es/apt_preferences.es.5.sgml [new file with mode: 0644]
doc/es/makefile [new file with mode: 0644]
doc/es/manpage.links [new file with mode: 0644]
doc/es/manpage.refs [new file with mode: 0644]
doc/es/sources.list.es.5 [new file with mode: 0644]
doc/es/sources.list.es.5.sgml [new file with mode: 0644]
doc/es/vendors.list.es.5.sgml [new file with mode: 0644]
doc/examples/apt-ftparchive.conf [new file with mode: 0644]
doc/examples/apt.conf [new file with mode: 0644]
doc/examples/configure-index [new file with mode: 0644]
doc/examples/ftp-archive.conf [new file with mode: 0644]
doc/examples/preferences [new file with mode: 0644]
doc/examples/sources.list [new file with mode: 0644]
doc/files.sgml [new file with mode: 0644]
doc/fr/.cvsignore [new file with mode: 0644]
doc/fr/apt-cache.8 [new file with mode: 0644]
doc/fr/apt-cache.fr.8 [new file with mode: 0644]
doc/fr/apt-cache.fr.8.xml [new file with mode: 0644]
doc/fr/apt-cdrom.8 [new file with mode: 0644]
doc/fr/apt-cdrom.fr.8 [new file with mode: 0644]
doc/fr/apt-cdrom.fr.8.xml [new file with mode: 0644]
doc/fr/apt-config.8 [new file with mode: 0644]
doc/fr/apt-config.fr.8 [new file with mode: 0644]
doc/fr/apt-config.fr.8.xml [new file with mode: 0644]
doc/fr/apt-extracttemplates.1 [new file with mode: 0644]
doc/fr/apt-extracttemplates.fr.1 [new file with mode: 0644]
doc/fr/apt-extracttemplates.fr.1.xml [new file with mode: 0644]
doc/fr/apt-ftparchive.1 [new file with mode: 0644]
doc/fr/apt-ftparchive.fr.1 [new file with mode: 0644]
doc/fr/apt-ftparchive.fr.1.xml [new file with mode: 0644]
doc/fr/apt-get.8 [new file with mode: 0644]
doc/fr/apt-get.fr.8 [new file with mode: 0644]
doc/fr/apt-get.fr.8.xml [new file with mode: 0644]
doc/fr/apt-key.8 [new file with mode: 0644]
doc/fr/apt-key.fr.8 [new file with mode: 0644]
doc/fr/apt-key.fr.8.xml [new file with mode: 0644]
doc/fr/apt-secure.8 [new file with mode: 0644]
doc/fr/apt-secure.fr.8 [new file with mode: 0644]
doc/fr/apt-secure.fr.8.xml [new file with mode: 0644]
doc/fr/apt-sortpkgs.1 [new file with mode: 0644]
doc/fr/apt-sortpkgs.fr.1 [new file with mode: 0644]
doc/fr/apt-sortpkgs.fr.1.xml [new file with mode: 0644]
doc/fr/apt.conf.5 [new file with mode: 0644]
doc/fr/apt.conf.fr.5 [new file with mode: 0644]
doc/fr/apt.conf.fr.5.xml [new file with mode: 0644]
doc/fr/apt.ent.fr [new file with mode: 0644]
doc/fr/apt_preferences.5 [new file with mode: 0644]
doc/fr/apt_preferences.fr.5 [new file with mode: 0644]
doc/fr/apt_preferences.fr.5.xml [new file with mode: 0644]
doc/fr/makefile [new file with mode: 0644]
doc/fr/sources.list.5 [new file with mode: 0644]
doc/fr/sources.list.fr.5 [new file with mode: 0644]
doc/fr/sources.list.fr.5.xml [new file with mode: 0644]
doc/fr/style.fr.xsl [new file with mode: 0644]
doc/guide.it.sgml [new file with mode: 0644]
doc/guide.sgml [new file with mode: 0644]
doc/ja/apt-cache.8 [new file with mode: 0644]
doc/ja/apt-cache.ja.8 [new file with mode: 0644]
doc/ja/apt-cache.ja.8.xml [new file with mode: 0644]
doc/ja/apt-cdrom.8 [new file with mode: 0644]
doc/ja/apt-cdrom.ja.8 [new file with mode: 0644]
doc/ja/apt-cdrom.ja.8.xml [new file with mode: 0644]
doc/ja/apt-config.8 [new file with mode: 0644]
doc/ja/apt-config.ja.8 [new file with mode: 0644]
doc/ja/apt-config.ja.8.xml [new file with mode: 0644]
doc/ja/apt-extracttemplates.1 [new file with mode: 0644]
doc/ja/apt-extracttemplates.ja.1 [new file with mode: 0644]
doc/ja/apt-extracttemplates.ja.1.xml [new file with mode: 0644]
doc/ja/apt-ftparchive.1 [new file with mode: 0644]
doc/ja/apt-ftparchive.ja.1 [new file with mode: 0644]
doc/ja/apt-ftparchive.ja.1.xml [new file with mode: 0644]
doc/ja/apt-get.8 [new file with mode: 0644]
doc/ja/apt-get.ja.8 [new file with mode: 0644]
doc/ja/apt-get.ja.8.xml [new file with mode: 0644]
doc/ja/apt-key.8 [new file with mode: 0644]
doc/ja/apt-key.ja.8 [new file with mode: 0644]
doc/ja/apt-key.ja.8.xml [new file with mode: 0644]
doc/ja/apt-secure.8 [new file with mode: 0644]
doc/ja/apt-secure.ja.8 [new file with mode: 0644]
doc/ja/apt-secure.ja.8.xml [new file with mode: 0644]
doc/ja/apt-sortpkgs.1 [new file with mode: 0644]
doc/ja/apt-sortpkgs.ja.1 [new file with mode: 0644]
doc/ja/apt-sortpkgs.ja.1.xml [new file with mode: 0644]
doc/ja/apt.conf.5 [new file with mode: 0644]
doc/ja/apt.conf.ja.5 [new file with mode: 0644]
doc/ja/apt.conf.ja.5.xml [new file with mode: 0644]
doc/ja/apt.ent.ja [new file with mode: 0644]
doc/ja/apt_preferences.5 [new file with mode: 0644]
doc/ja/apt_preferences.ja.5 [new file with mode: 0644]
doc/ja/apt_preferences.ja.5.xml [new file with mode: 0644]
doc/ja/makefile [new file with mode: 0644]
doc/ja/manpage.links [new file with mode: 0644]
doc/ja/manpage.refs [new file with mode: 0644]
doc/ja/sources.list.5 [new file with mode: 0644]
doc/ja/sources.list.ja.5 [new file with mode: 0644]
doc/ja/sources.list.ja.5.xml [new file with mode: 0644]
doc/ja/style.ja.xsl [new file with mode: 0644]
doc/libapt-pkg2_to_3.txt [new file with mode: 0644]
doc/makefile [new file with mode: 0644]
doc/method.sgml [new file with mode: 0644]
doc/offline.sgml [new file with mode: 0644]
doc/pl/makefile [new file with mode: 0644]
doc/pl/offline.pl.sgml [new file with mode: 0644]
doc/pt_BR/.cvsignore [new file with mode: 0644]
doc/pt_BR/apt.ent.pt_BR [new file with mode: 0644]
doc/pt_BR/apt_preferences.pt_BR.5 [new file with mode: 0644]
doc/pt_BR/apt_preferences.pt_BR.5.sgml [new file with mode: 0644]
doc/pt_BR/makefile [new file with mode: 0644]
doc/pt_BR/manpage.links [new file with mode: 0644]
doc/pt_BR/manpage.refs [new file with mode: 0644]
doc/sources.list.5 [new file with mode: 0644]
doc/sources.list.5.xml [new file with mode: 0644]
doc/style.txt [new file with mode: 0644]
dselect/desc.apt [new file with mode: 0644]
dselect/install [new file with mode: 0755]
dselect/makefile [new file with mode: 0644]
dselect/names [new file with mode: 0644]
dselect/setup [new file with mode: 0755]
dselect/update [new file with mode: 0755]
ftparchive/apt-ftparchive.cc [new file with mode: 0644]
ftparchive/apt-ftparchive.h [new file with mode: 0644]
ftparchive/cachedb.cc [new file with mode: 0644]
ftparchive/cachedb.h [new file with mode: 0644]
ftparchive/contents.cc [new file with mode: 0644]
ftparchive/contents.h [new file with mode: 0644]
ftparchive/makefile [new file with mode: 0644]
ftparchive/multicompress.cc [new file with mode: 0644]
ftparchive/multicompress.h [new file with mode: 0644]
ftparchive/override.cc [new file with mode: 0644]
ftparchive/override.h [new file with mode: 0644]
ftparchive/writer.cc [new file with mode: 0644]
ftparchive/writer.h [new file with mode: 0644]
methods/cdrom.cc [new file with mode: 0644]
methods/connect.cc [new file with mode: 0644]
methods/connect.h [new file with mode: 0644]
methods/copy.cc [new file with mode: 0644]
methods/file.cc [new file with mode: 0644]
methods/ftp.cc [new file with mode: 0644]
methods/ftp.h [new file with mode: 0644]
methods/gpgv.cc [new file with mode: 0644]
methods/gzip.cc [new file with mode: 0644]
methods/http.cc [new file with mode: 0644]
methods/http.h [new file with mode: 0644]
methods/makefile [new file with mode: 0644]
methods/rfc2553emu.cc [new file with mode: 0644]
methods/rfc2553emu.h [new file with mode: 0644]
methods/rred.cc [new file with mode: 0644]
methods/rsh.cc [new file with mode: 0644]
methods/rsh.h [new file with mode: 0644]
po/ChangeLog [new file with mode: 0644]
po/LINGUAS [new file with mode: 0644]
po/apt-all.pot [new file with mode: 0644]
po/ar.po [new file with mode: 0644]
po/bg.po [new file with mode: 0644]
po/bs.po [new file with mode: 0644]
po/ca.po [new file with mode: 0644]
po/cs.po [new file with mode: 0644]
po/cy.po [new file with mode: 0644]
po/da.po [new file with mode: 0644]
po/de.po [new file with mode: 0644]
po/dz.po [new file with mode: 0644]
po/el.po [new file with mode: 0644]
po/en_GB.po [new file with mode: 0644]
po/es.po [new file with mode: 0644]
po/eu.po [new file with mode: 0644]
po/fi.po [new file with mode: 0644]
po/fr.po [new file with mode: 0644]
po/gl.po [new file with mode: 0644]
po/he.po [new file with mode: 0644]
po/hu.po [new file with mode: 0644]
po/it.po [new file with mode: 0644]
po/ja.po [new file with mode: 0644]
po/km.po [new file with mode: 0644]
po/ko.po [new file with mode: 0644]
po/ku.po [new file with mode: 0644]
po/makefile [new file with mode: 0644]
po/nb.po [new file with mode: 0644]
po/ne.po [new file with mode: 0644]
po/nl.po [new file with mode: 0644]
po/nn.po [new file with mode: 0644]
po/pl.po [new file with mode: 0644]
po/pt.po [new file with mode: 0644]
po/pt_BR.po [new file with mode: 0644]
po/ro.po [new file with mode: 0644]
po/ru.po [new file with mode: 0644]
po/sk.po [new file with mode: 0644]
po/sl.po [new file with mode: 0644]
po/sv.po [new file with mode: 0644]
po/tl.po [new file with mode: 0644]
po/uk.po [new file with mode: 0644]
po/vi.po [new file with mode: 0644]
po/zh_CN.po [new file with mode: 0644]
po/zh_TW.po [new file with mode: 0644]
share/debian-archive.gpg [new file with mode: 0644]
share/ubuntu-archive.gpg [new file with mode: 0644]
test/conf.cc [new file with mode: 0644]
test/conf_clear.cc [new file with mode: 0644]
test/extract-control.cc [new file with mode: 0644]
test/hash.cc [new file with mode: 0644]
test/makefile [new file with mode: 0644]
test/mthdcat.cc [new file with mode: 0644]
test/rpmver.cc [new file with mode: 0644]
test/scratch.cc [new file with mode: 0644]
test/testdeb.cc [new file with mode: 0644]
test/testextract.cc [new file with mode: 0644]
test/uri.cc [new file with mode: 0644]
test/versions.lst [new file with mode: 0644]
test/versiontest.cc [new file with mode: 0644]