- 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
+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 <jsw@debian.org> Tue, 18 Sep 2007 00:41:36 -0600
+
fmit (0.97.6-2) unstable; urgency=low
* New maintainer. (Closes: 429756)
fmit (0.97.6-2) unstable; urgency=low
* New maintainer. (Closes: 429756)
Source: fmit
Section: sound
Priority: optional
Source: fmit
Section: sound
Priority: optional
-Maintainer: John Wright <john@movingsucks.org>
+Maintainer: John Wright <jsw@debian.org>
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
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
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/
.
Homepage: http://home.gna.org/fmit/
endif
rm -f $(CURDIR)/config.sub $(CURDIR)/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
+