# HG changeset patch # User Christophe de Vienne # Date 1414075108 -7200 # Node ID 3defbb0f147ad4a669b098ee6e860dfee9ce17d4 # Parent 3d4e7be2e3c3de881e42eacf649ea53227637a46 Prepare release diff -r 3d4e7be2e3c3 -r 3defbb0f147a __pkginfo__.py --- a/__pkginfo__.py Fri Sep 19 19:55:33 2014 +0200 +++ b/__pkginfo__.py Thu Oct 23 16:38:28 2014 +0200 @@ -8,8 +8,8 @@ version = '.'.join(str(num) for num in numversion) license = 'LGPL' -author = 'LOGILAB S.A. (Paris, FRANCE)' -author_email = 'contact@logilab.fr' +author = 'UNLISH S.A.S. (Montpellier, FRANCE)' +author_email = 'contact@unlish.com' description = "Add the 'pyramid' command to cubicweb-ctl" web = 'http://www.cubicweb.org/project/%s' % distname diff -r 3d4e7be2e3c3 -r 3defbb0f147a debian/changelog --- a/debian/changelog Fri Sep 19 19:55:33 2014 +0200 +++ b/debian/changelog Thu Oct 23 16:38:28 2014 +0200 @@ -1,6 +1,5 @@ -cubicweb-pyramid (0.1.0-1) unstable; urgency=low +cubicweb-pyramid (0.1.0-1) unstable; urgency=medium - * initial release + * Initial release. - -- - + -- Christophe de Vienne Thu, 23 Oct 2014 16:34:57 +0200 diff -r 3d4e7be2e3c3 -r 3defbb0f147a debian/control --- a/debian/control Fri Sep 19 19:55:33 2014 +0200 +++ b/debian/control Thu Oct 23 16:38:28 2014 +0200 @@ -1,7 +1,7 @@ Source: cubicweb-pyramid Section: web Priority: optional -Maintainer: LOGILAB S.A. (Paris, FRANCE) +Maintainer: UNLISH S.A.S. (Montpelliers, FRANCE) Build-Depends: debhelper (>= 7), python (>= 2.6), python-support Standards-Version: 3.9.3 XS-Python-Version: >= 2.6 diff -r 3d4e7be2e3c3 -r 3defbb0f147a setup.py --- a/setup.py Fri Sep 19 19:55:33 2014 +0200 +++ b/setup.py Thu Oct 23 16:38:28 2014 +0200 @@ -1,10 +1,7 @@ #!/usr/bin/env python # pylint: disable=W0142,W0403,W0404,W0613,W0622,W0622,W0704,R0904,C0103,E0611 # -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. -# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr -# -# This file is part of CubicWeb tag cube. +# This file is part of CubicWeb pyramid cube. # # CubicWeb is free software: you can redistribute it and/or modify it under the # terms of the GNU Lesser General Public License as published by the Free