[Pkg-voip-commits] [portaudio19] 93/114: Work around Debian bug #622147.

Benjamin Drung bdrung at moszumanska.debian.org
Sun Dec 25 20:05:39 UTC 2016


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

bdrung pushed a commit to branch master
in repository portaudio19.

commit eb0aaac96ee52f6dbb0074db30b5d6daa7a905ec
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sat Apr 16 18:32:42 2011 +0000

    Work around Debian bug #622147.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 794b236..5c144df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,8 @@ override_dh_auto_configure:
 override_dh_auto_build:
 	dh_auto_build
 	doxygen
+	# Work around Debian bug #622147
+	rm -f doc/html/jquery.js
 
 DEBVERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
 UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/portaudio19.git



More information about the Pkg-voip-commits mailing list