From: Kevin M. Rosenberg Date: Mon, 3 Mar 2003 02:09:10 +0000 (+0000) Subject: r4152: Auto commit for Debian build X-Git-Tag: v0.8.1~16 X-Git-Url: http://git.kpe.io/?p=wdq2wav.git;a=commitdiff_plain;h=d49e8a4bb65caf40ed034699ee034cd01071fea0 r4152: Auto commit for Debian build --- diff --git a/Makefile b/Makefile index 997e84f..c56bfb6 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: compile clean: rm -f $(base) $(base).o -compile: wdq2wav wdq2wav.txt +compile: wdq2wav debug: g++ -Wall -g -I. $(base).cpp -o $(base) diff --git a/debian/changelog b/debian/changelog index 6d23a57..83b1482 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +wdq2wav (0.7.1-1) unstable; urgency=low + + * Fix makefile so that html version of man page is no longer + automatically built by compile target (closes: 183179) + + -- Kevin M. Rosenberg Sun, 2 Mar 2003 19:08:58 -0700 + wdq2wav (0.7.0-1) unstable; urgency=low * Invert the meaning of the -z option