apt-clone (0.3) experimental; urgency=low [ Michael Vogt ] * apt_clone.py: - implement a show-diff option allowing one to see the differences between a system and a clone file - fix restoring of the clone with later apt versions (thanks to Colin Watson) - bind mount /proc, /sys on restore to chroot (thanks to Colin Watson) * add dep8 style testsuite [ Colin Watson ] * Port to Python 3: - Use Python 3-style print functions. - Use "raise Exception(value)" syntax rather than the old-style "raise Exception, value". - Use dict.items() rather than dict.iteritems(). [ Evan Dandrea ] * Finish port to Python 3: - Handle unicode changes. - Do not leak file descriptors. - Test against both Python2.7 and Python3. - Do not use the deprecated failUnless. - Use the io module instead of StringIO. - Fix a failing test caused by acpi-support being in main. [ Stéphane Graber ] * Python 3 port: - Update packaging to build using python3 - Update all the headers to use /usr/bin/python3 [ Brian Murray ] * apt_clone.py: - if specified remove usernames and passwords from sources files -- Michael Vogt Thu, 01 Nov 2012 10:18:59 +0100 apt-clone (0.2.3~ubuntu3) quantal; urgency=low * Ensure that /etc/apt/sources.list and /etc/apt/sources.list.d are put at the right place in the tarball by stripping the apt "Dir" from the absolute path of the file. (LP: #1066347) -- Stéphane Graber Mon, 15 Oct 2012 13:28:10 +0200 apt-clone (0.2.3~ubuntu2) quantal; urgency=low * apt_clone.py: - if specified remove usernames and passwords from sources files -- Brian Murray Mon, 02 Jul 2012 13:54:34 -0700 apt-clone (0.2.3~ubuntu1) quantal; urgency=low * Upload version from current bzr trunk (lp:apt-clone). This version builds and uses python3 by default (code still works with python2). -- Stéphane Graber Tue, 12 Jun 2012 17:28:21 -0400 apt-clone (0.2.2) unstable; urgency=low * fix extraction of no-longer downloadable debs, thanks to Gaurav Saxena for the patch! (closes: #637247) * fix python-argparse dependency, thanks to Adrian Bunk (closes: Bug#653517) -- Michael Vogt Mon, 02 Jan 2012 17:55:49 +0100 apt-clone (0.2.1) unstable; urgency=low * apt-clone: - improve --help output (closes: #641864), thanks to Rogerio. Brito * apt-clone.8: - add simple man page * apt_clone.py: - fix tar prefix detection -- Michael Vogt Wed, 19 Oct 2011 14:54:15 +0200 apt-clone (0.2) unstable; urgency=low * Initial release (Closes: #622868). -- Alessio Treglia Wed, 08 Jun 2011 00:49:05 +0200