Author: moeller Date: 2011-10-12 20:15:24 +0000 (Wed, 12 Oct 2011) New Revision: 8130
Modified: trunk/packages/mrbayes/trunk/debian/changelog trunk/packages/mrbayes/trunk/debian/control trunk/packages/mrbayes/trunk/debian/rules Log: Added debug packages, released only to our PPA. Modified: trunk/packages/mrbayes/trunk/debian/changelog =================================================================== --- trunk/packages/mrbayes/trunk/debian/changelog 2011-10-12 18:47:45 UTC (rev 8129) +++ trunk/packages/mrbayes/trunk/debian/changelog 2011-10-12 20:15:24 UTC (rev 8130) @@ -1,3 +1,9 @@ +mrbayes (3.1.2-3) UNRELEASED; urgency=low + + * Added -dbg package. + + -- Steffen Moeller <[email protected]> Wed, 12 Oct 2011 21:36:05 +0200 + mrbayes (3.1.2-2) unstable; urgency=low * debian/control: Modified: trunk/packages/mrbayes/trunk/debian/control =================================================================== --- trunk/packages/mrbayes/trunk/debian/control 2011-10-12 18:47:45 UTC (rev 8129) +++ trunk/packages/mrbayes/trunk/debian/control 2011-10-12 20:15:24 UTC (rev 8130) @@ -41,3 +41,13 @@ posterior probabilities of trees. . This package offers a binary compiled for parallel computation with MPI. + +Package: mrbayes-dbg +Architecture: any +Depends: ${misc:Depends}, mrbayes (= ${binary:Version}) | mrbayes-mpi (= ${binary:Version})) +Conflicts: mrbayes (<< ${binary:Version}), mrbayes (<< ${binary:Version}), mrbayes-mpi (>> ${binary:Version}), mrbayes-mpi (>> ${binary:Version}) +Description: debug sysmbols for mrbayes + The package provides the debug sysmbols that are otherwise stripped from + the binaries to reduce the footprint of the package. You may be asked + to install the package to help the debugging of a problem you may + run into. Modified: trunk/packages/mrbayes/trunk/debian/rules =================================================================== --- trunk/packages/mrbayes/trunk/debian/rules 2011-10-12 18:47:45 UTC (rev 8129) +++ trunk/packages/mrbayes/trunk/debian/rules 2011-10-12 20:15:24 UTC (rev 8130) @@ -23,3 +23,6 @@ rm -f *.o MPI=no LIBS="-Wl,--as-needed" $(MAKE) + +override_dh_strip: + dh_strip --dbg-package=mrbayes-dbg _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
