[Python-modules-commits] r26600 - in packages/plainbox/trunk/debian (changelog)
zyga-guest at users.alioth.debian.org
zyga-guest at users.alioth.debian.org
Thu Nov 28 09:15:29 UTC 2013
Date: Thursday, November 28, 2013 @ 09:15:28
Author: zyga-guest
Revision: 26600
Squash changelog so that 0.4b1-1 UNRELEASED is the only version
Modified:
packages/plainbox/trunk/debian/changelog
Modified: packages/plainbox/trunk/debian/changelog
===================================================================
--- packages/plainbox/trunk/debian/changelog 2013-11-28 05:20:17 UTC (rev 26599)
+++ packages/plainbox/trunk/debian/changelog 2013-11-28 09:15:28 UTC (rev 26600)
@@ -1,99 +1,45 @@
-plainbox (0.4~b1-3) UNRELEASED; urgency=low
+plainbox (0.4~b1-1) UNRELEASED; urgency=low
* Initial release (Closes: #730568)
+ * debian/control: Rewrite package description to better match the scope and
+ goal of the plainbox project.
* debian/control: Changed chort description of each package to be unique
+ * debian/control: Remove leading capitalization and trailing dot from the
+ description field.
+ * debian/control: Disable autopkgtests until unit tests are fixed to work
+ without checkbox being installed.
+ * debian/control: Change priority from extra to optional
+ * debian/control: Set python3-plainbox-doc Priority to extra
* debian/control: Make python3-plainbox depend on policykit-1
- * debian/patches: Fix patches to apply cleanly
+ * debian/control: Bump standards version to 3.9.5 without any changes
+ * debian/control: Add Debian Python Modules Team to Uploaders
+ * debian/control: Build-depend on help2man
+ * debian/copyright: Bump date in to include 2013
* debian/copyright: Clarify license for most files as GPL-3+, drop text
* debian/copyright: Clairfy signal.py license as GPL-3 (only)
* debian/copyright: Add funcsigs license
* debian/copyright: Add mock license
* debian/copyright: Add extcmd license
- * debian/python3-plainbox.lintian-overrides: Remove override for licenses
- removed by the 03-unvendorize patch.
-
- -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com> Wed, 27 Nov 2013 11:44:34 +0100
-
-plainbox (0.4~b1-2) unstable; urgency=low
-
- [ Zygmut Krynicki ]
-
- * debian/changelog: Correct s/ustable/unstable/
- * debian/control: Set python3-plainbox-doc Priority to extra
- * debian/control: Remove leading capitalization and trailing dot from the
- description field.
- * debian/control: Build-depend on help2man
- * debian/patches: Add 01-add-main-module and 02-executable-laucher1 patches
- so that `python3 -m plainbox` and `python3 -m
- plainbox.impl.secure.launcher1` can be used to invoke plainbox and
- plainbox-trusted-launcher-1
- * debian/patches: Add 03-unvendorize so remove bundled copies of
- python3-funcsigs and python3-mock that are not needed in Debian
+ * debian/README.Debian: add a short readme that describes the alterations
+ performed as compared to the upstram tarball.
+ * debian/rules: Redo packaging using pybuild
+ * debian/rules: Fix python3-plainbox-doc package to actually contain documentation.
* debian/rules: Remove plainbox/vendor/funcsigs directory on clean
* debian/rules: Generate plainbox.1 and plainbox-trusted-launcher-1 with
help2man at build time and remove them at clean time.
* debian/rules: Don't use dh_installdocs --link-doc to prevent every package
from depending on python3-plainbox-doc
+ * debian/patches: Add 01-add-main-module and 02-executable-laucher1 patches
+ so that `python3 -m plainbox` and `python3 -m
+ plainbox.impl.secure.launcher1` can be used to invoke plainbox and
+ plainbox-trusted-launcher-1
+ * debian/patches: Add 03-unvendorize to remove bundled copies of
+ python3-funcsigs and python3-mock that are not needed in Debian
+ * debian/python3-plainbox.lintian-overrides: Remove override for licenses
+ removed by the 03-unvendorize patch.
* debian/plainbox.manpages, debian/python3-plainbox.manpages: Install the
generated manual pages
-
- -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com> Tue, 26 Nov 2013 13:08:28 +0100
-
-plainbox (0.4~b1-1) unstable; urgency=low
-
- [ Zygmunt Krynicki ]
- * New upstream release
- * debian/rules: Redo packaging using pybuild
- * debian/rules: Fix python3-plainbox-doc package to actually contain documentation.
- * debian/control: Change priority from extra to optional
- * debian/control: Rewrite package description to better match the scope and
- goal of the plainbox project.
- * debian/control: Bump standards version to 3.9.5 without any changes
- * debian/control: Add Debian Python Modules Team to Uploaders
- * debian/control: Disable autopkgtests until unit tests are fixed to work
- without checkbox being installed.
- * debian/copyright: Bump date in to include 2013
* debian/watch: Update pattern to look at pypi and mangle beta versions
- * debian/watch: escape unescapted dot in debian/watch
- * debian/README.Debian: add a short readme that describes the alterations
- performed as compared to the upstram tarball.
+ * debian/watch: Escape unescapted dot in debian/watch
-- Zygmunt Krynicki <zygmunt.krynicki at canonical.com> Mon, 25 Nov 2013 15:51:03 +0100
-
-plainbox (0.2-4) quantal; urgency=low
-
- * Rename debian/test to debian/tests, makes autopkgtests work again
-
- -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com> Wed, 05 Dec 2012 12:23:53 +0100
-
-plainbox (0.2-3) quantal; urgency=low
-
- * Add dependency on python3-pkg-resources to plainbox
- * Use python3 as plainbox interpreter (replacing python3.2)
- * Don't build plainbox for multiple python3 versions
- * Use autopkgtests to run unit tests
-
- -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com> Wed, 05 Dec 2012 12:05:55 +0100
-
-plainbox (0.2-2) quantal; urgency=low
-
- * Split the package into plainbox and python3-plainbox
- * Move the plainbox package to the utils section
- * Update debian/copyright to refer to common-licenses
-
- -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com> Tue, 04 Dec 2012 14:26:49 +0100
-
-plainbox (0.2-1) quantal; urgency=low
-
- * Remove useless whitespace
- * Imported Upstream version 0.2
- * Ship README.md as docs
-
- -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com> Tue, 04 Dec 2012 10:20:05 +0100
-
-plainbox (0.1-1) quantal; urgency=low
-
- * Initial release
-
- -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com> Wed, 14 Nov 2012 19:36:19 +0000
-
More information about the Python-modules-commits
mailing list