[med-svn] [reapr] 02/02: include all built executables
Sascha Steinbiss
sascha-guest at moszumanska.debian.org
Sun Dec 13 22:12:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository reapr.
commit e4112e3fd62910811f8f0fb298443784a89d5fbb
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date: Sun Dec 13 22:11:09 2015 +0000
include all built executables
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index fe1a719..91c5142 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,6 @@ override_dh_auto_build:
override_dh_auto_install:
mkdir -p debian/reapr/usr/lib/reapr
cp src/reapr.pl debian/reapr/usr/lib/reapr/reapr.pl
- find src -name 'task*' -and -executable -exec \
- cp {} debian/reapr/usr/lib/reapr \;
+ chmod -x src/*.cpp
+ find src -executable -exec cp {} debian/reapr/usr/lib/reapr \;
dh_auto_install --
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/reapr.git
More information about the debian-med-commit
mailing list