Author: lkajan-guest Date: 2012-09-04 15:03:16 +0000 (Tue, 04 Sep 2012) New Revision: 12169
Added: trunk/packages/rostlab/proftmb/trunk/debian/proftmb.install Modified: trunk/packages/rostlab/proftmb/trunk/debian/changelog trunk/packages/rostlab/proftmb/trunk/debian/control trunk/packages/rostlab/proftmb/trunk/debian/copyright trunk/packages/rostlab/proftmb/trunk/debian/rules Log: Added debug package.; New upstream release. Modified: trunk/packages/rostlab/proftmb/trunk/debian/changelog =================================================================== --- trunk/packages/rostlab/proftmb/trunk/debian/changelog 2012-09-04 11:38:31 UTC (rev 12168) +++ trunk/packages/rostlab/proftmb/trunk/debian/changelog 2012-09-04 15:03:16 UTC (rev 12169) @@ -1,3 +1,10 @@ +proftmb (1.1.11-1) UNRELEASED; urgency=low + + * Added debug package. + * New upstream release. + + -- Laszlo Kajan <[email protected]> Tue, 04 Sep 2012 15:45:32 +0200 + proftmb (1.1.10-1) unstable; urgency=low * New upstream release Modified: trunk/packages/rostlab/proftmb/trunk/debian/control =================================================================== --- trunk/packages/rostlab/proftmb/trunk/debian/control 2012-09-04 11:38:31 UTC (rev 12168) +++ trunk/packages/rostlab/proftmb/trunk/debian/control 2012-09-04 15:03:16 UTC (rev 12169) @@ -5,7 +5,7 @@ Uploaders: Laszlo Kajan <[email protected]> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 8.0.0), autotools-dev, help2man, libgsl0-dev, opt -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://rostlab.org/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/rostlab/proftmb/trunk/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/rostlab/proftmb/trunk/ @@ -22,3 +22,14 @@ protein actually contains a membrane barrel, and a four-state per-residue labeling of upward- and downward-facing strands, periplasmic hairpins and extracellular loops. + +Package: proftmb-dbg +Architecture: any +Section: debug +Depends: proftmb (= ${binary:Version}), ${misc:Depends} +Enhances: proftmb +Description: debugging symbols for proftmb + proftmb predicts transmembrane beta-barrel (TMB) proteins in Gram-negative + bacteria. + . + This package contains the detached debug symbols. Modified: trunk/packages/rostlab/proftmb/trunk/debian/copyright =================================================================== --- trunk/packages/rostlab/proftmb/trunk/debian/copyright 2012-09-04 11:38:31 UTC (rev 12168) +++ trunk/packages/rostlab/proftmb/trunk/debian/copyright 2012-09-04 15:03:16 UTC (rev 12169) @@ -1,4 +1,4 @@ -Format: http://dep.debian.net/deps/dep5 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: proftmb Source: ftp://rostlab.org/proftmb/proftmb-([0-9.]+)\.tar\.gz @@ -26,3 +26,4 @@ . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + Added: trunk/packages/rostlab/proftmb/trunk/debian/proftmb.install =================================================================== --- trunk/packages/rostlab/proftmb/trunk/debian/proftmb.install (rev 0) +++ trunk/packages/rostlab/proftmb/trunk/debian/proftmb.install 2012-09-04 15:03:16 UTC (rev 12169) @@ -0,0 +1 @@ +usr Modified: trunk/packages/rostlab/proftmb/trunk/debian/rules =================================================================== --- trunk/packages/rostlab/proftmb/trunk/debian/rules 2012-09-04 11:38:31 UTC (rev 12168) +++ trunk/packages/rostlab/proftmb/trunk/debian/rules 2012-09-04 15:03:16 UTC (rev 12169) @@ -1,11 +1,19 @@ #!/usr/bin/make -f - # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +#export DH_VERBOSE=1 +export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) +export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) +export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) +export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) + %: dh $@ --parallel .PHONY: override_dh_compress override_dh_compress: dh_compress -Xexample.Q + +.PHONY: override_dh_strip +override_dh_strip: + dh_strip --dbg-package=proftmb-dbg _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
