summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2008-08-02 18:54:20 +0200
committerBrice Goglin <bgoglin@debian.org>2008-08-02 18:54:20 +0200
commitecc615d2b29c695fb3870ab948a8e7945e22cadf (patch)
treec37ac3e5869c3730499392868da80dda04e6f377
parent51376d9827220f6b28f1ed126903ba4d9330d739 (diff)
downloadxf86-video-ati-frc-ecc615d2b29c695fb3870ab948a8e7945e22cadf.tar.gz
xf86-video-ati-frc-ecc615d2b29c695fb3870ab948a8e7945e22cadf.tar.bz2
Fix debian/rules build/patch dependencies
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules4
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 1e160d9..c615d2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,8 +18,9 @@ xserver-xorg-video-ati (1:6.9.0-1+lenny2) UNRELEASED; urgency=low
+ Add quirk for oem x300 card (closes: #492457).
+ Fix error in driver connector table for powerbook w/ vga.
+ R300: NUM_FPU adjustments for VAP_CNTL.
+ * Fix debian/rules build/patch dependencies.
- -- Brice Goglin <bgoglin@debian.org> Sat, 02 Aug 2008 18:25:52 +0200
+ -- Brice Goglin <bgoglin@debian.org> Sat, 02 Aug 2008 18:54:00 +0200
xserver-xorg-video-ati (1:6.9.0-1+lenny1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 28b1db1..92c7a24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,8 +31,8 @@ endif
# kbd_drv.a isn't phenomenally useful; kbd_drv.so more so
confflags += --disable-static
-build: patch build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: $(STAMP_DIR)/patch
dh_testdir
test -d obj-$(DEB_BUILD_GNU_TYPE) || mkdir obj-$(DEB_BUILD_GNU_TYPE)