Author: tille Date: 2013-08-10 10:26:40 +0000 (Sat, 10 Aug 2013) New Revision: 14426
Modified: trunk/packages/python-sqlsoup/trunk/debian/changelog trunk/packages/python-sqlsoup/trunk/debian/control trunk/packages/python-sqlsoup/trunk/debian/copyright trunk/packages/python-sqlsoup/trunk/debian/watch Log: Deal with the removal of *.JS files as requested by FTPmaster. I decided for straight removal because the docs are not installed anyway. There is some commented out code which might be a starter for really replacing the docs. Modified: trunk/packages/python-sqlsoup/trunk/debian/changelog =================================================================== --- trunk/packages/python-sqlsoup/trunk/debian/changelog 2013-08-10 10:24:59 UTC (rev 14425) +++ trunk/packages/python-sqlsoup/trunk/debian/changelog 2013-08-10 10:26:40 UTC (rev 14426) @@ -1,4 +1,4 @@ -python-sqlsoup (0.9.0-1) UNRELEASED; urgency=low +python-sqlsoup (0.9.0+dfsg-1) UNRELEASED; urgency=low [ Thorsten Alteholz ] * initial release (Closes: #712411) @@ -6,5 +6,11 @@ [ Andreas Tille ] * cme fix dpkg-control + * make debian/rules executable + * simply remove all files docs/_static/*.js from source since we do not + install the docs anyway. Alternatively we could strip JS step by step + by depending from libjs-underscore etc. and create links via dh_linktrees + Attention: the enhanced uscan was used to simplify the removal (see comment + in debian/rules -- Thorsten Alteholz <[email protected]> Tue, 16 Jul 2013 18:00:00 +0200 Modified: trunk/packages/python-sqlsoup/trunk/debian/control =================================================================== --- trunk/packages/python-sqlsoup/trunk/debian/control 2013-08-10 10:24:59 UTC (rev 14425) +++ trunk/packages/python-sqlsoup/trunk/debian/control 2013-08-10 10:26:40 UTC (rev 14426) @@ -8,6 +8,8 @@ python | python-all | python-dev | python-all-dev, python-setuptools, python-sqlalchemy +# dh-linktree, +# libjs-underscore Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-sqlsoup/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-sqlsoup/trunk Modified: trunk/packages/python-sqlsoup/trunk/debian/copyright =================================================================== --- trunk/packages/python-sqlsoup/trunk/debian/copyright 2013-08-10 10:24:59 UTC (rev 14425) +++ trunk/packages/python-sqlsoup/trunk/debian/copyright 2013-08-10 10:26:40 UTC (rev 14426) @@ -1,6 +1,8 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sqlsoup Source: https://pypi.python.org/pypi/sqlsoup +Files-Excluded: + docs/_static/*.js Files: * Copyright: 2005-2012 by Jonathan Ellis and Michael Bayer. Modified: trunk/packages/python-sqlsoup/trunk/debian/watch =================================================================== --- trunk/packages/python-sqlsoup/trunk/debian/watch 2013-08-10 10:24:59 UTC (rev 14425) +++ trunk/packages/python-sqlsoup/trunk/debian/watch 2013-08-10 10:26:40 UTC (rev 14426) @@ -1,3 +1,4 @@ version=3 # opts=uversionmangle=s/(beta|rc|a|b|c)/~$1/ -http://pypi.python.org/packages/source/s/sqlsoup/sqlsoup-(.*)\.tar\.gz debian uupdate +opts=dversionmangle=s/(\+dfsg)// \ +http://pypi.python.org/packages/source/s/sqlsoup/sqlsoup-(.*)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
