[DRE-commits] [redmine] 08/11: s/dh_auto_install/dh_install/
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Aug 25 23:47:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository redmine.
commit 8acb22af91ba68f39f5d6b56214a9b5b820164ac
Author: Antonio Terceiro <terceiro at debian.org>
Date: Tue Aug 25 17:50:32 2015 -0300
s/dh_auto_install/dh_install/
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index d063ed5..a891b7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,8 @@
%:
dh $@
-override_dh_auto_install:
- dh_auto_install
+override_dh_install:
+ dh_install
# Clean up the "extra" license files with typos :)
find debian/redmine/usr/share/redmine -name "*LICEN*E*" -exec rm -f '{}' \;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git
More information about the Pkg-ruby-extras-commits
mailing list