Author: malat-guest Date: 2009-12-13 17:47:18 +0000 (Sun, 13 Dec 2009) New Revision: 4445
Modified: trunk/packages/vxl/trunk/debian/changelog trunk/packages/vxl/trunk/debian/control Log: Use system expat for VXL instead of convenient copy Modified: trunk/packages/vxl/trunk/debian/changelog =================================================================== --- trunk/packages/vxl/trunk/debian/changelog 2009-12-11 08:56:38 UTC (rev 4444) +++ trunk/packages/vxl/trunk/debian/changelog 2009-12-13 17:47:18 UTC (rev 4445) @@ -1,3 +1,9 @@ +vxl (1.13.0-2) unstable; urgency=low + + * Use system expat (Closes: #560945) + + -- Mathieu Malaterre <[email protected]> Sun, 13 Dec 2009 11:49:36 +0100 + vxl (1.13.0-1) unstable; urgency=low * Initial release (Closes: #390999) Modified: trunk/packages/vxl/trunk/debian/control =================================================================== --- trunk/packages/vxl/trunk/debian/control 2009-12-11 08:56:38 UTC (rev 4444) +++ trunk/packages/vxl/trunk/debian/control 2009-12-13 17:47:18 UTC (rev 4445) @@ -5,7 +5,7 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Mathieu Malaterre <[email protected]> -Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 7), cmake, libtiff-dev, libdcmtk1-dev, libpng-dev, libjpeg-dev, zlib1g-dev +Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 7), cmake, libtiff-dev, libdcmtk1-dev, libpng-dev, libjpeg-dev, zlib1g-dev, libexpat-dev Standards-Version: 3.8.3 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/vxl/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/vxl/trunk/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
