# HG changeset patch # User Nicolas Chauvat <nicolas.chauvat@logilab.fr> # Date 1368809410 -7200 # Fri May 17 18:50:10 2013 +0200 # Node ID 0c7db8f129984284b8618feb6408b1bbff09723d # Parent e968943f225e0c3c8525551b6d73043a1eefede6 [packaging] prepare 1.6.0 diff --git a/__pkginfo__.py b/__pkginfo__.py --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -4,7 +4,7 @@ modname = 'link' distname = "cubicweb-%s" % modname -numversion = (1, 5, 0) +numversion = (1, 6, 0) version = '.'.join(str(num) for num in numversion) license = 'LGPL' diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cubicweb-link (1.6.0-1) unstable; urgency=low + + * new upstream release + + -- Nicolas Chauvat <nicolas.chauvat@logilab.fr> Fri, 17 May 2013 18:47:23 +0200 + cubicweb-link (1.5.0-1) unstable; urgency=low * new upstream release @@ -28,39 +34,39 @@ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 14 May 2009 10:04:22 +0200 -cubicweb-link (1.2.0-1) DISTRIBUTION; urgency=low +cubicweb-link (1.2.0-1) unstable; urgency=low * new upstream release -- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 17 Dec 2008 12:33:21 +0100 -cubicweb-link (1.1.0-1) DISTRIBUTION; urgency=low +cubicweb-link (1.1.0-1) unstable; urgency=low * update standards version, fixed section in debian/control * new upstream release -- Nicolas Chauvat <Nicolas.Chauvat@logilab.fr> Mon, 12 May 2008 22:28:13 +0200 -cubicweb-link (1.0.1-3) DISTRIBUTION; urgency=low +cubicweb-link (1.0.1-3) unstable; urgency=low * fix .orig.tar.gz -- Adrien.DiMascio <Adrien.DiMascio@logilab.fr> Fri, 25 Jan 2008 17:54:19 +0100 -cubicweb-link (1.0.1-2) DISTRIBUTION; urgency=low +cubicweb-link (1.0.1-2) unstable; urgency=low * add debian/compat and debian/pycompat files, remove DH_COMPAT from rules * fixed uploaders/maintainer in debian/control -- Adrien.DiMascio <Adrien.DiMascio@logilab.fr> Tue, 22 Jan 2008 14:22:55 +0100 -cubicweb-link (1.0.1-1) DISTRIBUTION; urgency=low +cubicweb-link (1.0.1-1) unstable; urgency=low * new upstream release -- Sylvain Thénault <Sylvain.Thenault@logilab.fr> Mon, 07 Jan 2008 16:15:05 +0100 -cubicweb-link (1.0.0-1) DISTRIBUTION; urgency=low +cubicweb-link (1.0.0-1) unstable; urgency=low * initial upstream release diff --git a/debian/control b/debian/control --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: cubicweb-link Section: web Priority: optional -Maintainer: Logilab Packaging Team <contact@logilab.fr> -Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr> +Maintainer: Logilab S.A. <contact@logilab.fr> +Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>, Nicolas Chauvat <nicolas.chauvat@logilab.fr> Build-Depends: debhelper (>= 5.0.37.1), python (>=2.4), python-dev (>=2.4) Standards-Version: 3.7.3 Homepage: http://www.cubicweb.org/project/cubicweb-link diff --git a/debian/copyright b/debian/copyright --- a/debian/copyright +++ b/debian/copyright @@ -1,18 +1,18 @@ This package was debianized by Logilab <contact@logilab.fr>. -Upstream Author: +Upstream Author: Logilab <contact@logilab.fr> Copyright: -Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE). +Copyright (c) 2003-2013 LOGILAB S.A. (Paris, FRANCE). http://www.logilab.fr/ -- mailto:contact@logilab.fr This program 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 -Software Foundation; either version 2 of the License, or (at your option) any +the terms of the GNU Lesser General Public License as published by the Free +Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT diff --git a/entities.py b/entities.py --- a/entities.py +++ b/entities.py @@ -1,7 +1,7 @@ """entity classes for Link entities :organization: Logilab -:copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" diff --git a/i18n/en.po b/i18n/en.po --- a/i18n/en.po +++ b/i18n/en.po @@ -1,5 +1,5 @@ # cubicweb-file i18n catalog -# Copyright 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# Copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # Logilab <contact@logilab.fr> msgid "" msgstr "" diff --git a/i18n/fr.po b/i18n/fr.po --- a/i18n/fr.po +++ b/i18n/fr.po @@ -1,5 +1,5 @@ # cubicweb-link i18n catalog -# Copyright 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# Copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # Logilab <contact@logilab.fr> msgid "" msgstr "" diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # pylint: disable=W0404,W0622,W0704,W0613 -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr __docformat__ = "restructuredtext en" diff --git a/views.py b/views.py --- a/views.py +++ b/views.py @@ -1,7 +1,7 @@ """Specific views for links :organization: Logilab -:copyright: 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en"