* Promote XS-Vcs-* fields to Vcs-* fields, since they are now natively
supported by dpkg.
* Use a Homepage field instead of a pseudo-field in the Description
+ * Remove dpatch dependency and references in debian/rules (no upstream
+ patches right now, and when I need some, I'll probably be using quilt)
* Don't ignore a make clean error (check for the existance of Makefile
instead)
- -- John Wright <jsw@debian.org> Wed, 02 Jan 2008 12:52:09 -0700
+ -- John Wright <jsw@debian.org> Wed, 02 Jan 2008 13:19:11 -0700
fmit (0.97.7-1) unstable; urgency=low
Section: sound
Priority: optional
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
+Build-Depends: debhelper (>= 4), autotools-dev, libqt3-mt-dev, fftw3-dev, freeglut3-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libjack-dev
Standards-Version: 3.7.3
Homepage: http://home.gna.org/fmit/
Vcs-Hg: http://debian.johnwright.org/hg/fmit
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# include file for dpatch system
-include /usr/share/dpatch/dpatch.make
-
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
CFLAGS += -O2
endif
-config.status: patch configure
+config.status: configure
dh_testdir
# Add here commands to configure the package.
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-Qt-dir=/usr/share/qt3 $(DEB_CONFIGURE_ALSA) CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
touch $@
-clean: unpatch
+clean:
dh_testdir
dh_testroot
rm -f build-stamp
dh_builddeb
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch
+.PHONY: build clean binary-indep binary-arch binary install