[med-svn] r11763 - trunk/packages/profbval/trunk/debian
Laszlo Kajan
lkajan-guest at alioth.debian.org
Thu Jul 12 16:37:48 UTC 2012
Author: lkajan-guest
Date: 2012-07-12 16:37:48 +0000 (Thu, 12 Jul 2012)
New Revision: 11763
Added:
trunk/packages/profbval/trunk/debian/README.source
Modified:
trunk/packages/profbval/trunk/debian/changelog
trunk/packages/profbval/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/profbval/trunk/debian/README.source
===================================================================
--- trunk/packages/profbval/trunk/debian/README.source (rev 0)
+++ trunk/packages/profbval/trunk/debian/README.source 2012-07-12 16:37:48 UTC (rev 11763)
@@ -0,0 +1,7 @@
+profbval 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/profbval/trunk/debian/changelog
===================================================================
--- trunk/packages/profbval/trunk/debian/changelog 2012-07-12 15:45:42 UTC (rev 11762)
+++ trunk/packages/profbval/trunk/debian/changelog 2012-07-12 16:37:48 UTC (rev 11763)
@@ -1,8 +1,8 @@
-profbval (1.0.19-1) UNRELEASED; urgency=low
+profbval (1.0.20-1) UNRELEASED; urgency=low
- * GPL license
+ * Initial release in Debian (Closes: #680140)
- -- Laszlo Kajan <lkajan at rostlab.org> Mon, 10 July 2012 13:20:18 +0200
+ -- Laszlo Kajan <lkajan at rostlab.org> Wed, 12 July 2012 18:20:18 +0200
profbval (1.0.16) unstable; urgency=low
Modified: trunk/packages/profbval/trunk/debian/rules
===================================================================
--- trunk/packages/profbval/trunk/debian/rules 2012-07-12 15:45:42 UTC (rev 11762)
+++ trunk/packages/profbval/trunk/debian/rules 2012-07-12 16:37:48 UTC (rev 11763)
@@ -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/cad23.f -Xexamples/cad23-fil.rdbProf -Xexamples/cad23-fil.hssp
+
%:
dh $@
More information about the debian-med-commit
mailing list