Author: plessy Date: 2011-12-03 03:21:00 +0000 (Sat, 03 Dec 2011) New Revision: 8750
Modified: trunk/packages/seaview/trunk/debian/changelog trunk/packages/seaview/trunk/debian/control Log: New upstream release; explicit build-depend on libjpeg62-dev; build on armel. No new copyright statement nor license notice. Modified: trunk/packages/seaview/trunk/debian/changelog =================================================================== --- trunk/packages/seaview/trunk/debian/changelog 2011-12-02 16:05:09 UTC (rev 8749) +++ trunk/packages/seaview/trunk/debian/changelog 2011-12-03 03:21:00 UTC (rev 8750) @@ -1,3 +1,12 @@ +seaview (1:4.3.1-1) unstable; urgency=low + + * New upstream release incorporating debian/patches/format-security.patch. + * Build seaview on armel architecture (debian/control). + * Build-depend on libjpeg62-dev directly (debian/control), as libjpeg62-dev + no more Provides libjpeg-dev since 6b1-2. + + -- Charles Plessy <[email protected]> Sat, 03 Dec 2011 11:17:44 +0900 + seaview (1:4.3.0-2) unstable; urgency=low * debian/patches/format-security.patch: Handle format strings properly Modified: trunk/packages/seaview/trunk/debian/control =================================================================== --- trunk/packages/seaview/trunk/debian/control 2011-12-02 16:05:09 UTC (rev 8749) +++ trunk/packages/seaview/trunk/debian/control 2011-12-03 03:21:00 UTC (rev 8750) @@ -5,7 +5,7 @@ DM-Upload-Allowed: yes Uploaders: Charles Plessy <[email protected]>, Andreas Tille <[email protected]> -Build-Depends: cdbs, debhelper ( >= 8 ), libfltk1.3-dev, libjpeg-dev, libpng12-dev, +Build-Depends: cdbs, debhelper ( >= 8 ), libfltk1.3-dev, libjpeg62-dev, libpng12-dev, libxft-dev, libxext-dev, libxinerama-dev, zlib1g-dev Standards-Version: 3.9.2 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/seaview/trunk/ @@ -14,7 +14,7 @@ XS-Autobuild: yes Package: seaview -Architecture: i386 amd64 +Architecture: i386 amd64 armel Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: clustalw, muscle, phyml Description: Multiplatform interface for sequence alignment and phylogeny _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
