Author: sascha-guest Date: 2012-10-08 06:05:54 +0000 (Mon, 08 Oct 2012) New Revision: 12325
Modified: trunk/packages/genometools/trunk/debian/changelog trunk/packages/genometools/trunk/debian/control Log: fix libpango issues Modified: trunk/packages/genometools/trunk/debian/changelog =================================================================== --- trunk/packages/genometools/trunk/debian/changelog 2012-10-07 17:33:05 UTC (rev 12324) +++ trunk/packages/genometools/trunk/debian/changelog 2012-10-08 06:05:54 UTC (rev 12325) @@ -1,3 +1,10 @@ +genometools (1.4.2-2) unstable; urgency=low + + * Fixed libpango-dev dependency + * Updated manpages + + -- Sascha Steinbiss <[email protected]> Mon, 08 Oct 2012 07:51:52 +0200 + genometools (1.4.2-1) unstable; urgency=low * New upstream release Modified: trunk/packages/genometools/trunk/debian/control =================================================================== --- trunk/packages/genometools/trunk/debian/control 2012-10-07 17:33:05 UTC (rev 12324) +++ trunk/packages/genometools/trunk/debian/control 2012-10-08 06:05:54 UTC (rev 12325) @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 9), liblua5.1-0-dev, liblua5.1-md5-dev, liblua5.1-filesystem-dev, liblua5.1-lpeg-dev, libcairo2-dev, zlib1g-dev, libbz2-dev, libexpat1-dev, - libncurses5-dev, libsqlite3-dev, libbam-dev + libncurses5-dev, libsqlite3-dev, libbam-dev, libpango1.0-dev Standards-Version: 3.9.4 DM-Upload-Allowed: yes Homepage: http://genometools.org @@ -27,7 +27,8 @@ Architecture: all Depends: ${misc:Depends}, liblua5.1-md5-0|liblua5.1-0, liblua5.1-lpeg2|liblua5.1-0, liblua5.1-filesystem0|liblua5.1-0, liblua5.1-0, - libcairo2, zlib1g, libbz2-1.0, libexpat1, libpth20, libncurses5, libsqlite3-0 + libcairo2, zlib1g, libbz2-1.0, libexpat1, libpth20, libncurses5, libsqlite3-0, + libpango1.0-0 Description: shared data files for GenomeTools This package contains configuration files such as alphabet transformations, style files, etc. required to use the GenomeTools _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
