[Pkg-voip-commits] r8877 - /portaudio19/trunk/debian/rules
bdrung at alioth.debian.org
bdrung at alioth.debian.org
Sat Apr 16 18:32:43 UTC 2011
Author: bdrung
Date: Sat Apr 16 18:32:42 2011
New Revision: 8877
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8877
Log:
Work around Debian bug #622147.
Modified:
portaudio19/trunk/debian/rules
Modified: portaudio19/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/portaudio19/trunk/debian/rules?rev=8877&op=diff
==============================================================================
--- portaudio19/trunk/debian/rules (original)
+++ portaudio19/trunk/debian/rules Sat Apr 16 18:32:42 2011
@@ -14,6 +14,8 @@
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$$//')
More information about the Pkg-voip-commits
mailing list