1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
2009-03-31 Neil Williams <linux@codehelp.co.uk>
* src/aptcache.cc, src/aptcache.h, src/langupdate.h:
Support a prefix to work in a subdirectory.
* src/langupdate.cc: Add support for prefix, arch and
download-only modes to put TDebs into a debootstrap or
similar subdirectory in an architecture-neutral way.
2009-03-04 Neil Williams <linux@codehelp.co.uk>
* configure.ac: Bump version and detect armel as distinct from
ARM.
* doc/Makefile.am: Remove duplicate EXTRA_DIST target.
* src/aptcache.cc: touch pkgcache.bin and fail if pkgcache
cannot be loaded.
* src/langupdate.cc: Support compile-time debug option to
keep temporary files around. Fix start_sources_list typo
- missing newline. Compare by src package name when checking
for Debian packages. Insert new dpkg_table entries as well
as updating existing ones.
2009-01-21 Neil Williams <linux@codehelp.co.uk>
* src/langupdate.cc: Stop duplicating data with both the
locales GList and the tbl GHashTable - derive the list from
the table to get unique values. Care when freeing strings
put into a GList or GHashTable - prevents junk appearing
in the derived GList. Continue bringing the parser into line
with the source package listings. Also fixed the autoremove
mode to work with the version handler.
2009-01-21 Neil Williams <linux@codehelp.co.uk>
* src/aptcache.cc: Fix the SourcePkg Lookup code, thanks
to a tip from Michael Vogt <mvo@debian.org>. Remove old
workaround code.
* src/langupdate.cc: Handle an extra source so that the cache
has all necessary package listings.
2009-01-18 Neil Williams <linux@codehelp.co.uk>
* po/LINGUAS : Add ru and sv support, thanks to Yuri Kozlov
and Daniel Nylander. Add cs support, thanks to Daniel Kavan.
2009-01-13 Neil Williams <linux@codehelp.co.uk>
* doc/xml/langupdate.docbook: Advise on how langupdate
relates to Debian.
* src/aptcache.cc: Adding the Sources lists to the langupdate
calculations - incomplete.
* src/aptcache.h: source package function declarations.
* src/langupdate.cc: Implement not_ours - identifying
Debian packages that langupdate needs to ignore to prevent
file conflicts.
2009-01-11 Neil Williams <linux@codehelp.co.uk>
* src/langupdate.cc: Clean up all langupdate apt lists, not
just the Emdebian ones by using g_dir_open. Allow arbitrary
suite names *if* a user-specified mirror is being used.
2009-01-09 Neil Williams <linux@codehelp.co.uk>
* src/aptcache.cc, src/langupdate.cc: Add support for
autoremoving orphaned TDebs.
* src/aptcache.cc, src/langupdate.cc: Add support for
multiple levels of verbosity.
* src/langupdate.cc: Add --mirror support for non-default
mirrors.
2009-01-08 Neil Williams <linux@codehelp.co.uk>
* configure.ac: Bump version
* debian/changelog: Bump version
* debian/control: Add locales as a dependency.
* doc/xml/langupdate.docbook: New version.
* src/aptcache.cc: Add verbose support and ensure that the apt log
directory exists.
* src/langupdate.cc: Add support for parsing /etc/locale.gen.
2008-07-21 Neil Williams <linux@codehelp.co.uk>
* configure.ac, doc/xml, doc/man/, doc/xml/Makefile.am,
doc/xml/langupdate.docbook, doc/xml/docbook.xsl.in,
doc/xml/catalog.xml.in, doc/Makefile.am, doc/man/Makefile.am,
Makefile.am : Use config from pilot-qof to build a
manpage in the tarball, not in the package.
2007-12-02 Neil Williams <linux@codehelp.co.uk>
* Makefile.am,
README,
TODO: Remove unwanted doc files.
* configure.ac: Detect foreign architecture (any architecture that
does not have prebuilt Emdebian packages == foreign).
* debian/langupdate.dirs: Remove empty directory.
* doc/doxygen.cfg,
doc/mainpage.h : Fold README into doxygen output.
* src/aptcache.cc: Support --dry-run and foreign.
* src/langupdate.cc: Use glib command line parsing.
2007-11-10 Neil Williams <linux@codehelp.co.uk>
* README, TODO: Start testing with genuine -locale-
packages from Emdebian.
* configure.ac, debian/control: Require glib 2.14 for GRegex
* debian/copyright: Migrate to GPL-3
* src/aptcache.cc: Read our own sources list.
* src/langupdate.cc: Convert the language code to the package
name syntax using GRegex.
2007-05-09 Neil Williams <linux@codehelp.co.uk>
* doc/ : Add a little doxygen documentation
for future reference
* src/langupdate.cc : Retrieve the locale string,
currently only the first one is checked.
* src/aptcache.cc : Add some docs.
2006-11-13 Neil Williams <codehelp@debian.org>
* Initial import :
|