Author: moeller Date: 2010-06-05 12:39:30 +0000 (Sat, 05 Jun 2010) New Revision: 4874
Modified: trunk/packages/gentle/trunk/debian/changelog trunk/packages/gentle/trunk/debian/control trunk/packages/gentle/trunk/debian/gentle.install trunk/packages/gentle/trunk/debian/rules Log: Preparing for debug package. Modified: trunk/packages/gentle/trunk/debian/changelog =================================================================== --- trunk/packages/gentle/trunk/debian/changelog 2010-06-04 22:42:15 UTC (rev 4873) +++ trunk/packages/gentle/trunk/debian/changelog 2010-06-05 12:39:30 UTC (rev 4874) @@ -7,6 +7,7 @@ * declared 1.0 source format * removed doc-base lintian warning * explicitly listing man page as such + * added gentle-dbg package -- Steffen Moeller <[email protected]> Wed, 02 Jun 2010 12:07:21 +0200 Modified: trunk/packages/gentle/trunk/debian/control =================================================================== --- trunk/packages/gentle/trunk/debian/control 2010-06-04 22:42:15 UTC (rev 4873) +++ trunk/packages/gentle/trunk/debian/control 2010-06-05 12:39:30 UTC (rev 4874) @@ -2,7 +2,7 @@ Section: non-free/science Priority: optional Maintainer: Steffen Moeller <[email protected]> -Build-Depends: debhelper (>= 7), autotools-dev, libwxgtk2.8-dev, quilt, cdbs +Build-Depends: debhelper (>= 7), autotools-dev, libwxgtk2.8-dev, quilt, cdbs, libtinyxml-dev Standards-Version: 3.8.4 Homepage: http://gentle.magnusmanske.de Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gentle/trunk/?rev=0&sc=0 @@ -15,3 +15,14 @@ GENtle is a software for DNA and amino acid editing, database management, plasmid maps, restriction and ligation, alignments, sequencer data import, calculators, gel image display, PCR, and much more. + +Package: gentle-dbg +Architecture: any +Depends: gentle, ${shlibs:Depends}, ${misc:Depends} +Recommends: libtinyxml2.5.3-dbg +Description: debug symbols for gentle suite for genetic cloning + As every suite working with a series of independently developed + programs, also GENtle tends to be perceived as rather complex. + This package prepares users and developers to communicate + over hunting and eliminating bugs. + Modified: trunk/packages/gentle/trunk/debian/gentle.install =================================================================== --- trunk/packages/gentle/trunk/debian/gentle.install 2010-06-04 22:42:15 UTC (rev 4873) +++ trunk/packages/gentle/trunk/debian/gentle.install 2010-06-05 12:39:30 UTC (rev 4874) @@ -7,3 +7,4 @@ default.tab /usr/share/gentle/ commonvectors.db /usr/share/gentle/ blank.db /usr/share/gentle/ +GENtle /usr/bin/ Modified: trunk/packages/gentle/trunk/debian/rules =================================================================== --- trunk/packages/gentle/trunk/debian/rules 2010-06-04 22:42:15 UTC (rev 4873) +++ trunk/packages/gentle/trunk/debian/rules 2010-06-05 12:39:30 UTC (rev 4874) @@ -41,7 +41,7 @@ dh_installexamples dh_installman dh_link - dh_strip + dh_strip --dbg-package=gentle-dbg dh_compress -X.pdf dh_fixperms dh_makeshlibs _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
