[med-svn] r11766 - trunk/packages/rostlab/profisis/trunk/debian
Laszlo Kajan
lkajan-guest at alioth.debian.org
Thu Jul 12 16:56:25 UTC 2012
Author: lkajan-guest
Date: 2012-07-12 16:56:25 +0000 (Thu, 12 Jul 2012)
New Revision: 11766
Added:
trunk/packages/rostlab/profisis/trunk/debian/README.source
Modified:
trunk/packages/rostlab/profisis/trunk/debian/changelog
trunk/packages/rostlab/profisis/trunk/debian/rules
Log:
keeping dh_compress from compressing examples on man page - in order to allow the example to work if it is just pasted on the cmd line from the man page
Added: trunk/packages/rostlab/profisis/trunk/debian/README.source
===================================================================
--- trunk/packages/rostlab/profisis/trunk/debian/README.source (rev 0)
+++ trunk/packages/rostlab/profisis/trunk/debian/README.source 2012-07-12 16:56:25 UTC (rev 11766)
@@ -0,0 +1,7 @@
+profisis for Debian
+===================
+
+Uncompressed examples
+---------------------
+dh_compress excludes examples that appear on the man page.
+This is in order to allow the example to work as it is pasted on the command like from the man page.
Modified: trunk/packages/rostlab/profisis/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/profisis/trunk/debian/changelog 2012-07-12 16:46:03 UTC (rev 11765)
+++ trunk/packages/rostlab/profisis/trunk/debian/changelog 2012-07-12 16:56:25 UTC (rev 11766)
@@ -1,4 +1,4 @@
-profisis (1.0.8-1) UNRELEASED; urgency=low
+profisis (1.0.9-1) UNRELEASED; urgency=low
* Initial release (Closes: #680106)
Modified: trunk/packages/rostlab/profisis/trunk/debian/rules
===================================================================
--- trunk/packages/rostlab/profisis/trunk/debian/rules 2012-07-12 16:46:03 UTC (rev 11765)
+++ trunk/packages/rostlab/profisis/trunk/debian/rules 2012-07-12 16:56:25 UTC (rev 11766)
@@ -3,5 +3,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+.PHONY: override_dh_compress
+override_dh_compress:
+ dh_compress -Xexamples/3A1P_A.fasta -Xexamples/3A1P_A.hssp -Xexamples/3A1P_A.rdbProf
+
%:
dh $@
More information about the debian-med-commit
mailing list