Author: tille Date: 2011-05-04 14:37:52 +0000 (Wed, 04 May 2011) New Revision: 6770
Added: trunk/packages/mgltools/molkit/trunk/debian/lintian-overrides Removed: trunk/packages/mgltools/molkit/trunk/debian/pycompat Modified: trunk/packages/mgltools/molkit/trunk/debian/README.Debian trunk/packages/mgltools/molkit/trunk/debian/changelog trunk/packages/mgltools/molkit/trunk/debian/compat trunk/packages/mgltools/molkit/trunk/debian/control trunk/packages/mgltools/molkit/trunk/debian/rules Log: Use dh_python2, general packaging updates, lintian-overrides to disable warnings about outdated autotools stuff which is not used anyway Modified: trunk/packages/mgltools/molkit/trunk/debian/README.Debian =================================================================== --- trunk/packages/mgltools/molkit/trunk/debian/README.Debian 2011-05-04 14:06:30 UTC (rev 6769) +++ trunk/packages/mgltools/molkit/trunk/debian/README.Debian 2011-05-04 14:37:52 UTC (rev 6770) @@ -11,7 +11,7 @@ patches and providing more himself. Also, the leader of the Molecular Graphics Labs, Prof. Michael Sanner, is thanked for his support. -Please be continously reminded that that closer a software gets towards +Please be continuously reminded that that closer a software gets towards identifying or further describing functional compounds in medicine, the harder it is to get access to free (as in beer) solutions. And it certainly does not get much closer than with the AutoDockToolkit. To Modified: trunk/packages/mgltools/molkit/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/molkit/trunk/debian/changelog 2011-05-04 14:06:30 UTC (rev 6769) +++ trunk/packages/mgltools/molkit/trunk/debian/changelog 2011-05-04 14:37:52 UTC (rev 6770) @@ -1,3 +1,16 @@ +mgltools-molkit (1.5.4.cvs.20100912-2) unstable; urgency=low + + * Debhelper 8 (control+compat) + * debian/control: + - Build-Depends: python-all (>= 2.6) to enable python-support2 + Closes: #616892 + * debian/rules: switch to short dh syntax which makes + dh_python2 easy + * debian/lintian-overrides: Do not warn about outdated autotools + files because these are not used in the build process + + -- Andreas Tille <[email protected]> Wed, 04 May 2011 16:08:37 +0200 + mgltools-molkit (1.5.4.cvs.20100912-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/molkit/trunk/debian/compat =================================================================== --- trunk/packages/mgltools/molkit/trunk/debian/compat 2011-05-04 14:06:30 UTC (rev 6769) +++ trunk/packages/mgltools/molkit/trunk/debian/compat 2011-05-04 14:37:52 UTC (rev 6770) @@ -1 +1 @@ -5 +8 Modified: trunk/packages/mgltools/molkit/trunk/debian/control =================================================================== --- trunk/packages/mgltools/molkit/trunk/debian/control 2011-05-04 14:06:30 UTC (rev 6769) +++ trunk/packages/mgltools/molkit/trunk/debian/control 2011-05-04 14:37:52 UTC (rev 6770) @@ -4,18 +4,17 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes XS-Autobuild: yes -Uploaders: Steffen Moeller <[email protected]>, Sargis Dallakyan <[email protected]> -Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python-all, python-numpy -Standards-Version: 3.9.1.0 -XS-Python-Version: >= 2.5 +Uploaders: Steffen Moeller <[email protected]>, Sargis Dallakyan <[email protected]>, + Andreas Tille <[email protected]> +Build-Depends: debhelper (>= 8), python-all (>= 2.6), python-numpy +Standards-Version: 3.9.2 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/molkit/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/molkit/trunk/ Homepage: http://mgltools.scripps.edu/ Package: mgltools-molkit -XB-Python-Version: ${python:Versions} Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-pybabel, mgltools-dejavu, mgltools-bhtree, mgltools-sff, python-numpy +Depends: ${misc:Depends}, ${python:Depends}, mgltools-pybabel, mgltools-dejavu, mgltools-bhtree, mgltools-sff, python-numpy Recommends: mgltools-cmolkit Suggests: pdb2pqr Description: Python classes to read and manipulate molecules Added: trunk/packages/mgltools/molkit/trunk/debian/lintian-overrides =================================================================== --- trunk/packages/mgltools/molkit/trunk/debian/lintian-overrides (rev 0) +++ trunk/packages/mgltools/molkit/trunk/debian/lintian-overrides 2011-05-04 14:37:52 UTC (rev 6770) @@ -0,0 +1,9 @@ +# These outdated autotools files are not used in the build process - so there is no need to warn about them +mgltools-molkit source: ancient-autotools-helper-file MolKit/pdb2pqr/config/config.guess 2002-11-30 +mgltools-molkit source: ancient-autotools-helper-file MolKit/pdb2pqr/config/config.sub 2002-11-30 +mgltools-molkit source: ancient-autotools-helper-file MolKit/pdb2pqr/propka/config/config.guess 2002-11-30 +mgltools-molkit source: ancient-autotools-helper-file MolKit/pdb2pqr/propka/config/config.sub 2002-11-30 +mgltools-molkit source: ancient-libtool MolKit/pdb2pqr/config/ltconfig +mgltools-molkit source: ancient-libtool MolKit/pdb2pqr/config/ltmain.sh 1.4.3 +mgltools-molkit source: ancient-libtool MolKit/pdb2pqr/propka/config/ltconfig +mgltools-molkit source: ancient-libtool MolKit/pdb2pqr/propka/config/ltmain.sh 1.4.3 Deleted: trunk/packages/mgltools/molkit/trunk/debian/pycompat =================================================================== --- trunk/packages/mgltools/molkit/trunk/debian/pycompat 2011-05-04 14:06:30 UTC (rev 6769) +++ trunk/packages/mgltools/molkit/trunk/debian/pycompat 2011-05-04 14:37:52 UTC (rev 6770) @@ -1 +0,0 @@ -2 Modified: trunk/packages/mgltools/molkit/trunk/debian/rules =================================================================== --- trunk/packages/mgltools/molkit/trunk/debian/rules 2011-05-04 14:06:30 UTC (rev 6769) +++ trunk/packages/mgltools/molkit/trunk/debian/rules 2011-05-04 14:37:52 UTC (rev 6770) @@ -1,22 +1,19 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. +# debian/rules for mgltools-molkit # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export DEB_PYTHON_SYSTEM=pycentral +PYVERS := $(shell pyversions -vs) -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/python-distutils.mk -# no longer required because of source fomat 3.0 -#include /usr/share/cdbs/1/rules/patchsys-quilt.mk +%: + dh $@ --with python2 + ## No need for this, outdated files are not used in build process + ## --with autotools-dev -clean:: +override_dh_clean: + dh_clean find . -name CVS -a -type d| xargs -r rm -r rm -rf build build-stamp find . -name .cvsignore | xargs -r rm _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
