[med-svn] r12629 - trunk/packages/libhmsbeagle/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sat Dec 15 21:55:12 UTC 2012
Author: tille
Date: 2012-12-15 21:55:12 +0000 (Sat, 15 Dec 2012)
New Revision: 12629
Modified:
trunk/packages/libhmsbeagle/trunk/debian/control
trunk/packages/libhmsbeagle/trunk/debian/rules
Log:
Fix even more lintian issues
Modified: trunk/packages/libhmsbeagle/trunk/debian/control
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/control 2012-12-15 20:14:32 UTC (rev 12628)
+++ trunk/packages/libhmsbeagle/trunk/debian/control 2012-12-15 21:55:12 UTC (rev 12629)
@@ -17,7 +17,7 @@
Section: libdevel
Architecture: linux-any
Depends: libhmsbeagle1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics (development files)
+Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics (devel)
BEAGLE is a high-performance library that can perform the core calculations at
the heart of most Bayesian and Maximum Likelihood phylogenetics packages. It
can make use of highly-parallel processors such as those in graphics cards
@@ -36,7 +36,7 @@
Package: libhmsbeagle1
Architecture: linux-any
-Pre-Depend: multiarch-support
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics
BEAGLE is a high-performance library that can perform the core calculations at
@@ -58,7 +58,7 @@
Section: java
Depends: ${java:Depends}, ${misc:Depends}, ${shlibs:Depends}
Recommends: ${java:Recommends}
-Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics (java interface)
+Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics (java)
BEAGLE is a high-performance library that can perform the core calculations at
the heart of most Bayesian and Maximum Likelihood phylogenetics packages. It
can make use of highly-parallel processors such as those in graphics cards
Modified: trunk/packages/libhmsbeagle/trunk/debian/rules
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/rules 2012-12-15 20:14:32 UTC (rev 12628)
+++ trunk/packages/libhmsbeagle/trunk/debian/rules 2012-12-15 21:55:12 UTC (rev 12629)
@@ -27,11 +27,6 @@
mkdir -p `dirname $$jniso`/jni ; \
mv $$jniso `dirname $$jniso`/jni
-override_dh_installman:
- # Fix whatis entry of doxygen generated man pages if possible
- find doc/man/man3 -name "*.3" -exec sed -i "/^.SH NAME/{;N;N;N;s/\(.SH NAME\)[[:space:]]*\([A-Za-z].*-\).*.PP[[:space:]]*\([A-Za-z].*\)/\1\n\2 \3/g;}" \{\} \;
- dh_installman
-
override_dh_auto_clean:
$(MAKE) -f Makefile distclean || true
rm -rf doc .config configure
@@ -42,5 +37,9 @@
# # somehow shlibdeps is not called for jni subdir
# dh_shlibdeps -- debian/$(pkg)1/usr/lib/jni/* debian/$(pkg)1/usr/lib/lib*
+override_dh_installdocs:
+ dh_installdocs
+ find debian/$(pkg)-dev -name jquery.js -delete
+
get-orig-source:
. debian/get-orig-source
More information about the debian-med-commit
mailing list