Author: plessy Date: 2009-09-03 10:38:07 +0000 (Thu, 03 Sep 2009) New Revision: 3866
Modified: trunk/packages/samtools/trunk/debian/README.Debian trunk/packages/samtools/trunk/debian/changelog trunk/packages/samtools/trunk/debian/control trunk/packages/samtools/trunk/debian/rules Log: Rebuilt wit -fPIC and uploaded. Modified: trunk/packages/samtools/trunk/debian/README.Debian =================================================================== --- trunk/packages/samtools/trunk/debian/README.Debian 2009-09-03 07:24:12 UTC (rev 3865) +++ trunk/packages/samtools/trunk/debian/README.Debian 2009-09-03 10:38:07 UTC (rev 3866) @@ -5,6 +5,9 @@ placed in ‘/usr/share/samtools’ and ‘/usr/lib/samtools’ for Perl scripts and binary executables respectively. -Currently, the BAM library only exists in static version. +Currently, the BAM library only exists in static version. It (actually the +whole package) is built with the -fPIC option, to allow the compilation of the +Bio::SamTools Perl module on the amd64 platform (Debian package +libbio-samtools-perl). - -- Charles Plessy <[email protected]> Sat, 08 Aug 2009 11:50:09 +0900 + -- Charles Plessy <[email protected]> Thu, 03 Sep 2009 19:24:02 +0900 Modified: trunk/packages/samtools/trunk/debian/changelog =================================================================== --- trunk/packages/samtools/trunk/debian/changelog 2009-09-03 07:24:12 UTC (rev 3865) +++ trunk/packages/samtools/trunk/debian/changelog 2009-09-03 10:38:07 UTC (rev 3866) @@ -1,8 +1,11 @@ -samtools (0.1.5c-2) UNRELEASED; urgency=low +samtools (0.1.5c-2) unstable; urgency=low - * Small corrections to the description from upstream. + * Rebuilt with -fPIC (debian/rules, README.Debian). + * Small corrections to the description from upstream (debian/changelog). + * Incremented Standards-Version to reflect conformance with Policy 3.8.3 + (no changes needed). - -- Charles Plessy <[email protected]> Tue, 18 Aug 2009 20:10:22 +0900 + -- Charles Plessy <[email protected]> Thu, 03 Sep 2009 19:29:40 +0900 samtools (0.1.5c-1) unstable; urgency=low Modified: trunk/packages/samtools/trunk/debian/control =================================================================== --- trunk/packages/samtools/trunk/debian/control 2009-09-03 07:24:12 UTC (rev 3865) +++ trunk/packages/samtools/trunk/debian/control 2009-09-03 10:38:07 UTC (rev 3866) @@ -5,7 +5,7 @@ DM-Upload-Allowed: yes Uploaders: Charles Plessy <[email protected]> Build-Depends: debhelper (>= 7), cdbs, libncurses5-dev, zlib1g-dev -Standards-Version: 3.8.2 +Standards-Version: 3.8.3 Homepage: http://samtools.sourceforge.net Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/samtools/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/samtools/trunk/ Modified: trunk/packages/samtools/trunk/debian/rules =================================================================== --- trunk/packages/samtools/trunk/debian/rules 2009-09-03 07:24:12 UTC (rev 3865) +++ trunk/packages/samtools/trunk/debian/rules 2009-09-03 10:38:07 UTC (rev 3866) @@ -3,5 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk +CFLAGS += -fPIC + DEB_MAKE_BUILD_TARGET = all all-recur razip lib DEB_MAKE_CHECK_TARGET = -C examples all _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
