[med-svn] r11768 - trunk/packages/norsnet/trunk/debian
Laszlo Kajan
lkajan-guest at alioth.debian.org
Thu Jul 12 17:04:01 UTC 2012
Author: lkajan-guest
Date: 2012-07-12 17:04:00 +0000 (Thu, 12 Jul 2012)
New Revision: 11768
Added:
trunk/packages/norsnet/trunk/debian/README.source
Modified:
trunk/packages/norsnet/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/norsnet/trunk/debian/README.source
===================================================================
--- trunk/packages/norsnet/trunk/debian/README.source (rev 0)
+++ trunk/packages/norsnet/trunk/debian/README.source 2012-07-12 17:04:00 UTC (rev 11768)
@@ -0,0 +1,7 @@
+norsnet 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/norsnet/trunk/debian/rules
===================================================================
--- trunk/packages/norsnet/trunk/debian/rules 2012-07-12 16:58:23 UTC (rev 11767)
+++ trunk/packages/norsnet/trunk/debian/rules 2012-07-12 17:04:00 UTC (rev 11768)
@@ -3,6 +3,10 @@
# Uncomment this to turn on verbose mode.
# DH_VERBOSE=1
+.PHONY: override_dh_compress
+override_dh_compress:
+ dh_compress -Xexamples/cad23.f -Xexamples/cad23-fil.rdbProf -Xexamples/cad23-fil.hssp -Xexamples/cad23.profbval
+
%:
dh $@
More information about the debian-med-commit
mailing list