Author: tille Date: 2015-03-07 19:41:42 +0000 (Sat, 07 Mar 2015) New Revision: 18923
Modified: trunk/packages/pylibtiff/trunk/debian/changelog trunk/packages/pylibtiff/trunk/debian/control Log: cme fix dpkg-control Modified: trunk/packages/pylibtiff/trunk/debian/changelog =================================================================== --- trunk/packages/pylibtiff/trunk/debian/changelog 2015-03-07 19:40:02 UTC (rev 18922) +++ trunk/packages/pylibtiff/trunk/debian/changelog 2015-03-07 19:41:42 UTC (rev 18923) @@ -3,6 +3,7 @@ * New upstream VCS commit * d/get-orig-source: use xz compression * Mathieu declared to leave the team so I add myself as uploader + * cme fix dpkg-control -- Andreas Tille <[email protected]> Sat, 07 Mar 2015 20:36:33 +0100 Modified: trunk/packages/pylibtiff/trunk/debian/control =================================================================== --- trunk/packages/pylibtiff/trunk/debian/control 2015-03-07 19:40:02 UTC (rev 18922) +++ trunk/packages/pylibtiff/trunk/debian/control 2015-03-07 19:41:42 UTC (rev 18923) @@ -1,19 +1,25 @@ Source: pylibtiff -Priority: optional -Section: python Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), python-numpy, python-bitarray -Standards-Version: 3.9.3 +Section: python +Priority: optional +Build-Depends: debhelper (>= 8), + python-all-dev, + python-numpy, + python-bitarray +Standards-Version: 3.9.6 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/pylibtiff/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/pylibtiff/trunk/ Homepage: http://code.google.com/p/pylibtiff/ -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/pylibtiff/trunk/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/pylibtiff/trunk/ Package: python-libtiff Architecture: any -Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends} +Depends: ${python:Depends}, + ${misc:Depends}, + ${shlibs:Depends} +Suggests: python-imaging, + tifffile Provides: ${python:Provides} -Suggests: python-imaging, tifffile Description: wrapper to the libtiff library to Python using ctypes PyLibTiff is a package that provides: . _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
