[Pkg-octave-commit] [octave] 04/06: debian/rules: fix binary-arch rule.

Sébastien Villemot sebastien at moszumanska.debian.org
Sun Dec 22 15:23:33 UTC 2013


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

sebastien pushed a commit to branch master
in repository octave.

commit 4719b96406771879a4f0b2fa8c1d1290f11e8f29
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Dec 22 12:07:13 2013 +0100

    debian/rules: fix binary-arch rule.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3698155..2f84110 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ override_dh_auto_install:
 # The info files have references to .png images
 # Rename them by prefixing their name with "octave-", adapt the *.info files to
 #  this new name, and ship the images under /usr/share/info
-override_dh_installinfo:
+override_dh_installinfo-indep:
 	dh_installinfo
 	for f in `grep -a src=\".*\" doc/interpreter/*.info* | sed 's/.*src="\([^"]*\)".*/\1/'`; do \
 		cp doc/interpreter/$$f debian/octave-info/usr/share/info/octave-$$f; \

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list