Author: tille Date: 2015-11-08 22:26:10 +0000 (Sun, 08 Nov 2015) New Revision: 20444
Modified: trunk/packages/tifffile/trunk/debian/changelog trunk/packages/tifffile/trunk/debian/copyright trunk/packages/tifffile/trunk/debian/patches/setuppy.patch Log: Fixed DEP5 + DEP3 Modified: trunk/packages/tifffile/trunk/debian/changelog =================================================================== --- trunk/packages/tifffile/trunk/debian/changelog 2015-11-08 22:15:47 UTC (rev 20443) +++ trunk/packages/tifffile/trunk/debian/changelog 2015-11-08 22:26:10 UTC (rev 20444) @@ -5,6 +5,7 @@ * cme fix dpkg-control * fix watch file * delete unused debian/get-orig-source + * fixed DEP5 -- Andreas Tille <[email protected]> Sun, 08 Nov 2015 22:54:28 +0100 Modified: trunk/packages/tifffile/trunk/debian/copyright =================================================================== --- trunk/packages/tifffile/trunk/debian/copyright 2015-11-08 22:15:47 UTC (rev 20443) +++ trunk/packages/tifffile/trunk/debian/copyright 2015-11-08 22:26:10 UTC (rev 20444) @@ -1,12 +1,19 @@ -Format: http://dep.debian.net/deps/dep5/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: tifffile Source: http://www.lfd.uci.edu/~gohlke/ Files: * -Copyright: © 2008-2011, Christoph Gohlke, - © 2008-2011, The Regents of the University of California - Produced by the Laboratory for Fluorescence Dynamics. -License: BSD +Copyright: 2008-2015, Christoph Gohlke, + 2008-2015, The Regents of the University of California + Produced by the Laboratory for Fluorescence Dynamics. +License: BSD-3-clause + +Files: debian/* +Copyright: 2011-2014 Mathieu Malaterre <[email protected]> + 2105 Andreas Tille <[email protected]> +License: BSD-3-clause + +License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . @@ -30,8 +37,3 @@ 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. - -Files: debian/* -Copyright: © 2011 Mathieu Malaterre <[email protected]> -License: BSD - Same as above Modified: trunk/packages/tifffile/trunk/debian/patches/setuppy.patch =================================================================== --- trunk/packages/tifffile/trunk/debian/patches/setuppy.patch 2015-11-08 22:15:47 UTC (rev 20443) +++ trunk/packages/tifffile/trunk/debian/patches/setuppy.patch 2015-11-08 22:26:10 UTC (rev 20444) @@ -1,7 +1,8 @@ -Index: tifffile-20130118/setup.py -=================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ tifffile-20130118/setup.py 2013-01-20 16:54:05.050851246 +0100 +Author: Mathieu Malaterre <[email protected]> +Description: Add setup.py to simplify building Python target + +--- /dev/null ++++ b/setup.py @@ -0,0 +1,23 @@ +"""A Python script to build the _tifffile extension module. + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
