Author: tille Date: 2016-05-01 06:41:07 +0000 (Sun, 01 May 2016) New Revision: 21834
Modified: trunk/packages/mgltools/gle/trunk/debian/changelog trunk/packages/mgltools/gle/trunk/debian/control Log: cme fix dpkg-control Modified: trunk/packages/mgltools/gle/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/gle/trunk/debian/changelog 2016-05-01 06:15:24 UTC (rev 21833) +++ trunk/packages/mgltools/gle/trunk/debian/changelog 2016-05-01 06:41:07 UTC (rev 21834) @@ -1,3 +1,11 @@ +mgltools-gle (1.5.7~rc1+cvs.20140424-2) UNRELEASED; urgency=medium + + * Fix FTBFS with stricter new swig (Thanks for the patch to Adam Conrad) + Closes: #813065 (LP: #1562470) + * cme fix dpkg-control + + -- Andreas Tille <[email protected]> Sun, 01 May 2016 08:34:31 +0200 + mgltools-gle (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium * New upstream version. Modified: trunk/packages/mgltools/gle/trunk/debian/control =================================================================== --- trunk/packages/mgltools/gle/trunk/debian/control 2016-05-01 06:15:24 UTC (rev 21833) +++ trunk/packages/mgltools/gle/trunk/debian/control 2016-05-01 06:41:07 UTC (rev 21834) @@ -1,23 +1,31 @@ Source: mgltools-gle +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Steffen Moeller <[email protected]>, + Sargis Dallakyan <[email protected]>, + Andreas Tille <[email protected]>, + Thorsten Alteholz <[email protected]> Section: non-free/libs +XS-Autobuild: yes Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -XS-Autobuild: yes -Uploaders: Steffen Moeller <[email protected]>, - Sargis Dallakyan <[email protected]>, - Andreas Tille <[email protected]>, - Thorsten Alteholz <[email protected]> -Build-Depends: debhelper (>= 8), swig (>= 1.3.20), python-all-dev (>= 2.6), python-numpy, libglu1-mesa-dev, mesa-common-dev -Standards-Version: 3.9.5 -XS-Python-Version: >= 2.6 -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/gle/trunk/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/gle/trunk/ +Build-Depends: debhelper (>= 8), + swig, + python-all-dev, + python-numpy, + libglu1-mesa-dev, + mesa-common-dev +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/mgltools/gle/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/mgltools/gle/trunk/ Homepage: http://mgltools.scripps.edu/ +X-Python-Version: >= 2.6 Package: mgltools-gle -XB-Python-Version: ${python:Versions} Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-numpy, libglu1-mesa +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python-numpy, + libglu1-mesa Description: GLE library Python extension This package is part of the mgltools set of Python libraries which provide an infrastructure for the analysis of protein structures and _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
