View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily-proposed/python-keyczar 1 Development 2015-07-07 05:14:48 UTC
8. * New upstream release. - Source is...

Author: Christian Kastner
Revision Date: 2015-07-06 22:00:28 UTC

* 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

lp:ubuntu/wily/python-keyczar 1 Development 2015-07-06 22:00:28 UTC
8. * New upstream release. - Source is...

Author: Christian Kastner
Revision Date: 2015-07-06 22:00:28 UTC

* 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

lp:ubuntu/vivid-proposed/python-keyczar 1 Development 2014-10-29 16:59:07 UTC
7. * debian/control: - Add Build-Depen...

Author: Christian Kastner
Revision Date: 2014-08-09 21:29:15 UTC

* 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

lp:ubuntu/vivid/python-keyczar 2 Mature 2014-10-25 05:34:28 UTC
7. * debian/control: - Add Build-Depen...

Author: Christian Kastner
Revision Date: 2014-08-09 21:29:15 UTC

* 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

lp:ubuntu/utopic-proposed/python-keyczar 1 Development 2014-04-28 14:58:27 UTC
6. [ Jakub Wilk ] * Remove DM-Upload-All...

Author: Christian Kastner
Revision Date: 2014-03-07 14:17:37 UTC

[ 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

lp:ubuntu/utopic/python-keyczar 2 Mature 2014-04-25 17:31:43 UTC
6. [ Jakub Wilk ] * Remove DM-Upload-All...

Author: Christian Kastner
Revision Date: 2014-03-07 14:17:37 UTC

[ 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

lp:ubuntu/trusty/python-keyczar 2 Mature 2013-10-19 06:01:58 UTC
5. [ Christian Kastner ] * Grab newest v...

Author: Christian Kastner
Revision Date: 2011-05-26 23:49:27 UTC

[ 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.

lp:ubuntu/saucy/python-keyczar 2 Mature 2013-04-27 11:38:48 UTC
5. [ Christian Kastner ] * Grab newest v...

Author: Christian Kastner
Revision Date: 2011-05-26 23:49:27 UTC

[ 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.

lp:ubuntu/raring/python-keyczar 2 Mature 2012-10-19 13:50:44 UTC
5. [ Christian Kastner ] * Grab newest v...

Author: Christian Kastner
Revision Date: 2011-05-26 23:49:27 UTC

[ 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.

lp:ubuntu/quantal/python-keyczar 2 Mature 2012-04-26 16:25:00 UTC
5. [ Christian Kastner ] * Grab newest v...

Author: Christian Kastner
Revision Date: 2011-05-26 23:49:27 UTC

[ 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.

lp:ubuntu/precise/python-keyczar 2 Mature 2011-10-13 16:27:41 UTC
5. [ Christian Kastner ] * Grab newest v...

Author: Christian Kastner
Revision Date: 2011-05-26 23:49:27 UTC

[ 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.

lp:ubuntu/oneiric/python-keyczar 2 Mature 2011-05-26 23:49:27 UTC
5. [ Christian Kastner ] * Grab newest v...

Author: Christian Kastner
Revision Date: 2011-05-26 23:49:27 UTC

[ 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.

lp:ubuntu/natty/python-keyczar 2 Mature 2010-11-08 22:29:17 UTC
4. * Team upload. [ Christian Kastner ]...

Author: Luke Faraone
Revision Date: 2010-11-08 22:29:17 UTC

* 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.

113 of 13 results