[Python-modules-commits] r27359 - in packages/python-launchpadlib/trunk/debian (4 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Tue Jan 21 17:13:17 UTC 2014


    Date: Tuesday, January 21, 2014 @ 17:13:16
  Author: stefanor
Revision: 27359

* Bump Standards-Version to 3.9.5, no changes needed.
* Export HOME in the autopkgtest, cache is stored there.

Modified:
  packages/python-launchpadlib/trunk/debian/changelog
  packages/python-launchpadlib/trunk/debian/control
  packages/python-launchpadlib/trunk/debian/copyright
  packages/python-launchpadlib/trunk/debian/tests/unittests

Modified: packages/python-launchpadlib/trunk/debian/changelog
===================================================================
--- packages/python-launchpadlib/trunk/debian/changelog	2014-01-21 17:03:14 UTC (rev 27358)
+++ packages/python-launchpadlib/trunk/debian/changelog	2014-01-21 17:13:16 UTC (rev 27359)
@@ -1,6 +1,8 @@
 python-launchpadlib (1.10.2+ds-2) UNRELEASED; urgency=low
 
   * Use canonical URIs for Vcs-* fields.
+  * Bump Standards-Version to 3.9.5, no changes needed.
+  * Export HOME in the autopkgtest, cache is stored there.
 
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:51 +0200
 

Modified: packages/python-launchpadlib/trunk/debian/control
===================================================================
--- packages/python-launchpadlib/trunk/debian/control	2014-01-21 17:03:14 UTC (rev 27358)
+++ packages/python-launchpadlib/trunk/debian/control	2014-01-21 17:13:16 UTC (rev 27359)
@@ -15,7 +15,7 @@
  python-testresources,
  python-unittest2,
  python-wadllib
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: https://launchpad.net/launchpadlib
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-launchpadlib/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-launchpadlib/trunk/

Modified: packages/python-launchpadlib/trunk/debian/copyright
===================================================================
--- packages/python-launchpadlib/trunk/debian/copyright	2014-01-21 17:03:14 UTC (rev 27358)
+++ packages/python-launchpadlib/trunk/debian/copyright	2014-01-21 17:13:16 UTC (rev 27359)
@@ -16,7 +16,7 @@
 Files: debian/*
 Copyright: 2008,2009, James Westby <james.westby at ubuntu.com>
            2009-2011, Luca Falavigna <dktrkranz at debian.org>
-           2012,      Stefano Rivera <stefanor at debian.org>
+           2012-2014, Stefano Rivera <stefanor at debian.org>
 License: LGPL-3.0
 
 License: LGPL-3.0

Modified: packages/python-launchpadlib/trunk/debian/tests/unittests
===================================================================
--- packages/python-launchpadlib/trunk/debian/tests/unittests	2014-01-21 17:03:14 UTC (rev 27358)
+++ packages/python-launchpadlib/trunk/debian/tests/unittests	2014-01-21 17:13:16 UTC (rev 27359)
@@ -1,6 +1,10 @@
 #!/bin/sh
 set -efu
 
+# Launchpadlib tries to keep a cache in HOME
+HOME="$ADTTMP/home"
+mkdir "$HOME"
+
 pythons="$(pyversions -rv)"
 cd "$ADTTMP"
 for py in $pythons; do




More information about the Python-modules-commits mailing list