[med-svn] [pftools] 09/10: The data dir seems to contain only example data which are not used at runtime (which was not clear in version 2.3). Thus installing everything to the examples dir

Andreas Tille tille at debian.org
Wed Mar 29 14:16:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository pftools.

commit e8e91609c587da17547f8d6780fd8330fa199f45
Author: Andreas Tille <tille at debian.org>
Date:   Wed Mar 29 16:13:30 2017 +0200

    The data dir seems to contain only example data which are not used at runtime (which was not clear in version 2.3).  Thus installing everything to the examples dir
---
 debian/docs     | 3 ++-
 debian/examples | 3 +--
 debian/rules    | 8 +-------
 3 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/debian/docs b/debian/docs
index a1ab173..6d32ce8 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,3 +1,4 @@
 debian/README.test
 debian/tests/run-unit-test
-README
\ No newline at end of file
+README
+doc/profile.txt
diff --git a/debian/examples b/debian/examples
index c4d084c..60baa9c 100644
--- a/debian/examples
+++ b/debian/examples
@@ -1,2 +1 @@
-data/test.sh
-data/test.out
+data/*
diff --git a/debian/rules b/debian/rules
index 5a88483..b1291a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,13 +21,7 @@ override_dh_installman:
 override_dh_installexamples:
 	dh_installexamples
 	sed -i \
-	    -e 's:^([gh]top\) :pf\1 :' \
-	    -e "1a ln -sf /usr/lib/$(DEBPKGNAME)/[CGM]* ." \
-	    -e "1a ln -sf /usr/lib/$(DEBPKGNAME)/*.cmp ." \
-	    -e "1a ln -sf /usr/lib/$(DEBPKGNAME)/*.lis ." \
-	    -e "1a ln -sf /usr/lib/$(DEBPKGNAME)/*.prf ." \
-	    -e "1a ln -sf /usr/lib/$(DEBPKGNAME)/*.seq ." \
-	    -e "1a ln -sf /usr/lib/$(DEBPKGNAME)/*sh3.* ." \
+	    -e 's:^\([gh]top\) :pf\1 :' \
 	    debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/examples/test.sh
 
 override_dh_auto_test:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pftools.git



More information about the debian-med-commit mailing list