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 | plainbox-provider-checkbox (0.21.3-1~ppa1) precise; urgency=medium * Create a backport for precise, for the Hardware Certification Tools PPA. This version has different packaging, not based on dh-python (sadly), so that it can build natively on 12.04. * Copy most dependencies over from the PPA packaging. It seems that most discrepancies are caused by the attempt to , ahem, sidestep requirements to follow the MIR (Main Inclusion Request) process for some of the things that are actually needed to run some tests. For the purpose of making the transition less costly I've opted into adopting the PPA packaging. At the same time I've filed a bug to reconcile dependencies into one (and to move them to the provider upstream via the packaging meta-data unit system). (The bug in question is http://pad.lv/1481691) * Discard the "manage.py packaging" step because of http://pad.lv/1481727 * Run wrap-and-sort on everything -- Zygmunt Krynicki <zygmunt.krynicki@canonical.com> Wed, 05 Aug 2015 10:31:25 +0200 plainbox-provider-checkbox (0.21.3-1) unstable; urgency=medium * New upstream maintenance release: https://launchpad.net/plainbox-provider-checkbox/+milestone/0.21.1 https://launchpad.net/plainbox-provider-checkbox/+milestone/0.21.2 https://launchpad.net/plainbox-provider-checkbox/+milestone/0.21.3 -- Zygmunt Krynicki <zygmunt.krynicki@canonical.com> Tue, 04 Aug 2015 10:03:10 +0200 plainbox-provider-checkbox (0.21-1) unstable; urgency=medium * New upstream release * debian/control: wrap-and-sort * debian/rules: don't modify .pot/.po files present in the tree * debian/rules: rewrite provider directories to use more friendly names * debian/rules: disable strict validation * debian/watch: quote the last dot of the URL pattern * debian/upstream/signing-key.asc: add the public key of Sylvain Pineau (using gpg --armor --export-options export-minimal --export '7ED72CD1'). * debian/copyright: bump Canonical copyright * debian/control: Use the new email address for the team (checkbox-devel@lists.ubuntu.com). * debian/control: Depend on more recent version of plainbox to get the packaging meta-data unit which blocks validation. * debian/control, debian/rules: Depend on python3-debian for plainbox packaging system integration. Activate plainbox packaging integration through "./manage.py packaging", "X-Plainbox-Provider: yes" and ${plainbox:Depends} and similar. This lets plainbox look at packaging meta-data units contained in the provider being packaged (at .txt.in, .txt and .pxu files) and determine appropriate dependencies. This lessens the maintenance burden on the package maintainer and shifts it onto the upstream developers to provide accurate packaging meta-data for each specific distribution. This also means that separate packaging for similar distributions (Debian, Ubuntu and bleeding-edge Ubuntu PPA is far easier to work with as bulk of the work is shared). * debian/copyright: de-duplicate licenses, as reported by lintian * debian/control: bump standards version to 3.9.6 (no change required) -- Zygmunt Krynicki <zygmunt.krynicki@canonical.com> Wed, 22 Jul 2015 17:10:33 +0200 plainbox-provider-checkbox (0.4-1) unstable; urgency=medium * New upstream release. List of bugfixes: https://launchpad.net/plainbox-provider-checkbox/14.04/0.4 * debian/watch: look for new releases on launchpad * debian/rules: stop using pybuild and use manage.py {i18n,build,install,validate} instead. This also drops dependency on python3-distutils-extra and replaces that with intltool * debian/control: drop X-Python3-Version * debian/control: make plainbox-provider-checkbox depend on python and python2.7 (for some scripts) rather than suggesting them. * debian/upstream/signing-key.asc: Use armoured gpg keys to avoid having to keep binary files in Debian packaging. Also, replace that with my key since I made the 0.3 release upstream. * debian/source/lintian-overrides: add an override for warning about no source for flash movie with reference to a bug report that discusses that issue. * debian/source/include-binaries: drop (no longer needed) * debian/patches: drop (no longer needed) * debian/plainbox-provider-checkbox.lintian-overrides: drop (no longer needed) * Stop being a python3 module, move to from DPMT to PAPT -- Zygmunt Krynicki <zygmunt.krynicki@canonical.com> Mon, 07 Apr 2014 19:00:31 +0200 plainbox-provider-checkbox (0.3-2) unstable; urgency=low * Patch the checkbox.provider file to add the version number, required by plainbox >= 0.5. -- Sylvain Pineau <sylvain.pineau@canonical.com> Tue, 28 Jan 2014 13:20:39 +0100 plainbox-provider-checkbox (0.3-1) unstable; urgency=low * Initial release (Closes: #735208) -- Sylvain Pineau <sylvain.pineau@canonical.com> Wed, 22 Jan 2014 00:58:42 +0100
|