[DRE-commits] [ruby-beautify] 02/02: debian/rules: Removed obsolete symlink creation (already done upstream).
Tomasz Nitecki
tnnn-guest at moszumanska.debian.org
Fri Aug 21 12:31:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
tnnn-guest pushed a commit to branch master
in repository ruby-beautify.
commit 06fa788bf178331cfc62c243f1d534a03ba72129
Author: Tomasz Nitecki <tnnn at tnnn.pl>
Date: Fri Aug 21 14:31:13 2015 +0200
debian/rules: Removed obsolete symlink creation (already done upstream).
---
debian/rules | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 76a314c..946643b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,7 @@
override_dh_installchangelogs:
dh_installchangelogs WHATSNEW.md
-# Use a symlink instead of a duplicated binary and remove tmp directory
+# Remove tmp directory (created if tests are run)
override_dh_auto_install:
dh_auto_install
- ln -sf ruby-beautify $(CURDIR)/debian/ruby-beautify/usr/bin/rbeautify
if [ -d tmp ]; then rmdir tmp; fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-beautify.git
More information about the Pkg-ruby-extras-commits
mailing list