From: john Date: Tue, 18 Sep 2007 06:42:09 +0000 (-0600) Subject: * debian/control: X-Git-Tag: 0.97.6-3 X-Git-Url: http://git.johnwright.org/?p=fmit.git;a=commitdiff_plain;h=272acf7fcf7e6786ab0c06ab4047a7a56da91682 * debian/control: - Update my email address - Update the XS-Vcs-* fields to indicate my new revision control system and URIs - Clarify the Description field a bit * debian/rules: - Add some hg cleanup stuff to the 'clean' target --- diff --git a/debian/changelog b/debian/changelog index b9050b7..2596613 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +fmit (0.97.6-3) unstable; urgency=low + + * debian/control: + - Update my email address + - Update the XS-Vcs-* fields to indicate my new revision control system and + URIs + - Clarify the Description field a bit + * debian/rules: + - Add some hg cleanup stuff to the 'clean' target + + -- John Wright Tue, 18 Sep 2007 00:41:36 -0600 + fmit (0.97.6-2) unstable; urgency=low * New maintainer. (Closes: 429756) diff --git a/debian/control b/debian/control index 19e4ba1..3484740 100644 --- a/debian/control +++ b/debian/control @@ -1,20 +1,21 @@ Source: fmit Section: sound Priority: optional -Maintainer: John Wright +Maintainer: John Wright Build-Depends: debhelper (>= 4), autotools-dev, dpatch, libqt3-mt-dev, fftw3-dev, freeglut3-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libjack-dev Standards-Version: 3.7.2 -XS-Vcs-Svn: svn://svn.johnwright.org/fmit/trunk -XS-Vcs-Browser: http://trac.johnwright.org/fmit/browser/trunk/ +XS-Vcs-Hg: http://debian.johnwright.org/hg/fmit +XS-Vcs-Browser: http://debian.johnwright.org/hg/fmit Package: fmit Architecture: any Depends: ${shlibs:Depends} Description: Free Music Instrument Tuner - fmit is a graphical software for tuning your music instruments, with - error and volume history and advanced features like wave-length shape, - harmonics ratio (formants) and microtonal tuning. + fmit is a graphical utility for tuning your musical instruments, with + error and volume history and advanced features like waveform shape, + harmonics ratio (formants), and microtonal tuning. . - This package use Qt as gui library and ALSA or JACK as sound input library. + fmit uses Qt for its GUI and ALSA (where available) or JACK as its + sound input library. . Homepage: http://home.gna.org/fmit/ diff --git a/debian/rules b/debian/rules index a44ec2a..ea4b74e 100755 --- a/debian/rules +++ b/debian/rules @@ -66,6 +66,13 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" "" endif rm -f $(CURDIR)/config.sub $(CURDIR)/config.guess + + # If we're not in a mercurial repository, make sure no hg metadata is + # lying around + if ! [ -d .hg ]; then \ + rm -f .hg*; \ + fi + dh_clean install: build