[med-svn] r21293 - trunk/packages/rostlab/rate4site/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Mon Jan 25 08:15:36 UTC 2016
Author: tille
Date: 2016-01-25 08:15:35 +0000 (Mon, 25 Jan 2016)
New Revision: 21293
Modified:
trunk/packages/rostlab/rate4site/trunk/debian/changelog
trunk/packages/rostlab/rate4site/trunk/debian/control
trunk/packages/rostlab/rate4site/trunk/debian/rules
Log:
Remove *-dbg file since this is created automatically, Cleanup d/rules
Modified: trunk/packages/rostlab/rate4site/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/rate4site/trunk/debian/changelog 2016-01-25 08:14:01 UTC (rev 21292)
+++ trunk/packages/rostlab/rate4site/trunk/debian/changelog 2016-01-25 08:15:35 UTC (rev 21293)
@@ -8,6 +8,8 @@
* cme fix dpkg-control
* remove empty debian/patches
* DEP5 fix
+ * Remove *-dbg file since this is created automatically
+ * Cleanup d/rules
-- Andreas Tille <tille at debian.org> Mon, 25 Jan 2016 09:06:20 +0100
Modified: trunk/packages/rostlab/rate4site/trunk/debian/control
===================================================================
--- trunk/packages/rostlab/rate4site/trunk/debian/control 2016-01-25 08:14:01 UTC (rev 21292)
+++ trunk/packages/rostlab/rate4site/trunk/debian/control 2016-01-25 08:15:35 UTC (rev 21293)
@@ -18,24 +18,9 @@
Depends: ${shlibs:Depends},
${misc:Depends}
Description: detector of conserved amino-acid sites
- Rate4Site calculates the relative evolutionary rate at each site using a
- probabilistic-based evolutionary model.
+ Rate4Site calculates the relative evolutionary rate at each site using a
+ probabilistic-based evolutionary model.
This allows taking into account the stochastic process underlying sequence
evolution within protein families
- and the phylogenetic tree of the proteins in the family.
- The conservation score at a site corresponds to the site's evolutionary rate.
-
-Package: rate4site-dbg
-Architecture: any
-Section: debug
-Depends: rate4site (= ${binary:Version}),
- ${misc:Depends}
-Description: debugging symbols for rate4site-dbg
- Rate4Site calculates the relative evolutionary rate at each site using a
- probabilistic-based evolutionary model.
- This allows taking into account the stochastic process underlying sequence
- evolution within protein families
- and the phylogenetic tree of the proteins in the family.
- The conservation score at a site corresponds to the site's evolutionary rate.
- .
- This package provides the detached debug symbols for rate4site.
+ and the phylogenetic tree of the proteins in the family.
+ The conservation score at a site corresponds to the site's evolutionary rate.
Modified: trunk/packages/rostlab/rate4site/trunk/debian/rules
===================================================================
--- trunk/packages/rostlab/rate4site/trunk/debian/rules 2016-01-25 08:14:01 UTC (rev 21292)
+++ trunk/packages/rostlab/rate4site/trunk/debian/rules 2016-01-25 08:15:35 UTC (rev 21293)
@@ -1,18 +1,10 @@
#!/usr/bin/make -f
#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 --with autotools_dev
-.PHONY: override_dh_strip
-override_dh_strip:
- dh_strip --dbg-package=rate4site-dbg
-
get-orig-source:
mkdir -p ../tarballs
uscan --verbose --force-download --destdir=../tarballs
-%:
- dh $@ --parallel --with autotools_dev
More information about the debian-med-commit
mailing list