Author: tille Date: 2016-12-02 09:31:11 +0000 (Fri, 02 Dec 2016) New Revision: 23196
Modified: trunk/packages/python-sqlsoup/trunk/debian/changelog trunk/packages/python-sqlsoup/trunk/debian/control trunk/packages/python-sqlsoup/trunk/debian/copyright Log: cme fix dpkg-control Modified: trunk/packages/python-sqlsoup/trunk/debian/changelog =================================================================== --- trunk/packages/python-sqlsoup/trunk/debian/changelog 2016-12-02 09:29:46 UTC (rev 23195) +++ trunk/packages/python-sqlsoup/trunk/debian/changelog 2016-12-02 09:31:11 UTC (rev 23196) @@ -3,6 +3,7 @@ * New upstream version * Add Python3 support * d/copyright: do not mention files removed from source + * cme fix dpkg-control -- Andreas Tille <[email protected]> Fri, 02 Dec 2016 09:56:26 +0100 Modified: trunk/packages/python-sqlsoup/trunk/debian/control =================================================================== --- trunk/packages/python-sqlsoup/trunk/debian/control 2016-12-02 09:29:46 UTC (rev 23195) +++ trunk/packages/python-sqlsoup/trunk/debian/control 2016-12-02 09:31:11 UTC (rev 23196) @@ -14,8 +14,8 @@ python3-setuptools, python3-nose, python3-sqlalchemy -Standards-Version: 3.9.5 -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-sqlsoup/trunk/ +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-sqlsoup/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-sqlsoup/trunk Homepage: https://pypi.python.org/pypi/sqlsoup X-Python-Version: >= 2.4 Modified: trunk/packages/python-sqlsoup/trunk/debian/copyright =================================================================== --- trunk/packages/python-sqlsoup/trunk/debian/copyright 2016-12-02 09:29:46 UTC (rev 23195) +++ trunk/packages/python-sqlsoup/trunk/debian/copyright 2016-12-02 09:31:11 UTC (rev 23196) @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sqlsoup Source: https://pypi.python.org/pypi/sqlsoup Files-Excluded: @@ -6,14 +6,14 @@ Files: * Copyright: 2005-2012 by Jonathan Ellis and Michael Bayer. -License: MIT +License: Expat Files: debian/* Copyright: 2013 Thorsten Alteholz <[email protected]>, 2013 Andreas Tille <[email protected]> -License: MIT +License: Expat -License: MIT +License: Expat This is the MIT license: http://www.opensource.org/licenses/mit-license.php . Permission is hereby granted, free of charge, to any person obtaining a copy @@ -33,29 +33,3 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -License: BSD - (According to website at http://sphinx-doc.org/ and package sphinx-common) - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are - met: - . - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - . - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - . - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
