lp:ubuntu/wily/python-keyczar

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/wily/python-keyczar
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

8. By Christian Kastner

* New upstream release.
  - Source is repacked from now on, as the original source tarball contains
    the source for the Java and C++ implementations of keyczar as well
* debian/control:
  - Bump Standards-Version to 3.9.6 (no changes needed)
  - Drop XS-Testsuite, as dpkg now recognizes the Testsuite header, and
    dpkg-source automatically adds one when an autopkgtest suite is found
* debian/rules:
  - Drop return code checking, pybuild checks the result for us
  - Add a get-orig-source target
* debian/watch:
  - Upstream moved to GitHub

7. By Christian Kastner

* debian/control:
  - Add Build-Depends for dh-python (for pybuild)
  - Lowercase package synopsis
* debian/rules:
  - Convert to use pybuild build system
* debian/tests/unittests-default:
  - Refresh comments

6. By Christian Kastner

[ Jakub Wilk ]
* Remove DM-Upload-Allowed; it's no longer used by the archive
  software.
* Fix a typo in the package description.

[ Christian Kastner ]
* New upstream release. Closes: #699872
  - Expose the CLI tool /usr/bin/keyczart
* debian/copyright:
  - Update to machine-readable format v1.0
  - Refresh copyright years
* debian/control:
  - Bump Standards-Version to 3.9.5 (no changes needed)
  - Bump debhelper dependency to (>= 9)
  - Drop dependency on python-support and bump python-all dependency
    to (>= 2.6.6-3~) for dh_python2
  - Add X-Python-Version with >= 2.6, thereby implicitly dropping support for
    Python 2.5(it used to be supported in the now removed debian/pyversions).
    This allows us to simplify some things, such as:
  - Drop the Build-Depends for python (>= 2.6.6-14~) | pythons-simplejson.
    This was only needed to ensure that either Python 2.5 was not installed
    or else that python-simplejson was installed.
  - Add Build-Depends for python-setuptools. Upstream switch build mechanism
  - Add XS-Testsuite: autopkgtest
* debian/compat:
  - Bump debhelper compatibility level to 9
* debian/rules:
  - Drop the get-orig-source target (no longer needed)
  - Convert build process to dh_python2
  - Drop unit test running for Python << 2.6 (no longer supported)
  - Remove the egg-info directory during clean
  - Upstream moved location of unit tests
* debian/svn-orig-source.sh
  - Drop (no longer needed)
* debian/pyversions:
  - Remove (obsolete)
* debian/tests/*:
  - Create an autopkgtest which executes the unit tests using the default
    Python interpreter
* debian/watch:
  - Update Google Code URLs following wiki.debian.org recommendations
    (apparently, the URLs are stable now, and no longer require a helper)
  - The one-letter suffix of the upstream version number really is part of
    the version number (ie, the previous "b" was not a "beta" qualifier)
  - Explicitly fix one-time broken version number 06b to 0.6b. Upstream
    otherwise follows the MAJOR.MINOR(letter) release pattern.
* debian/source/lintian-overrides:
  - Add override for debian-watch-may-check-gpg-signature
* debian/manpages
  debian/keyczart.1
  - Create manpage for the keyczart tool

5. By Christian Kastner

[ Christian Kastner ]
* Grab newest version from SVN. The diff to 0.6~b.061709 is just a few
  commits and comprises mainly bugfixes. Closes: #627727
* debian/control:
  - Bumped Standards-Version to 3.9.2 (no changes needed)
* debian/svn-get-orig.sh:
  - Added this script which creates an upstream tarball from an SVN revision
* debian/rules:
  - Added get-orig-source target (via svn-get-orig.sh above)
* debian/patches dropped:
  - 0001-use-os-urandom-for-entropy
    No longer needed, the current SVN snapshot includes it

[ Jakub Wilk ]
* Add DM-Upload-Allowed.

4. By Luke Faraone

* Team upload.

[ Christian Kastner ]
* debian/control:
  - Bump Standards-Version to 3.9.1 (no changes needed)

[ Luke Faraone ]
* debian/rules:
  - Handle cases when Python 2.5 is not used during build. Fixes FTBFS when
    running tests. Closes: #601259
* debian/patches:
  - Remove 0001-workaround-deprecated-interface
    This patch did not work with older versions of PyCrypto. Closes: #601264
  - Added 0001-use-os-urandom-for-entropy
    This cherry-picked patch uses os.urandom() directly for entropy.

3. By Christian Kastner

* debian/copyright:
  - Add missing copyright information for PyCrypto documentation included in
    source package. Closes: #588704
* debian/patches:
  - Added 0001-workaround-deprecated-interface
    This resolves the DeprecationWarning printed by PyCrypto.

2. By Christian Kastner

Initial release (Closes: #494868)

1. By Christian Kastner

Import upstream version 0.6~b.061709

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers