r1100 - in /experimental/ffmpeg.20080206/debian: changelog rules

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Fri Mar 21 18:00:44 UTC 2008


Author: siretart
Date: Fri Mar 21 18:00:43 2008
New Revision: 1100

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1100
Log:
fix invocation of the testsuite

Modified:
    experimental/ffmpeg.20080206/debian/changelog
    experimental/ffmpeg.20080206/debian/rules

Modified: experimental/ffmpeg.20080206/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg.20080206/debian/changelog?rev=1100&op=diff
==============================================================================
--- experimental/ffmpeg.20080206/debian/changelog (original)
+++ experimental/ffmpeg.20080206/debian/changelog Fri Mar 21 18:00:43 2008
@@ -13,6 +13,7 @@
   * introduce new package: libavdevice52 and libavdevice-dev.
   * Implemented debian/get-orig-source.sh and adjusted the get-orig-source
     target in debian/rules to use that.
+  * fix invocation of the testsuite.
 
   [ Fabian Greffrath ]
   * debian/changelog:

Modified: experimental/ffmpeg.20080206/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg.20080206/debian/rules?rev=1100&op=diff
==============================================================================
--- experimental/ffmpeg.20080206/debian/rules (original)
+++ experimental/ffmpeg.20080206/debian/rules Fri Mar 21 18:00:43 2008
@@ -94,7 +94,7 @@
 	touch ffmpeg ffmpeg_g ffplay ffplay_g
 
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
-	-$(MAKE) -C tests
+	-$(MAKE) tests
 endif
 
 	touch build-stamp
@@ -103,7 +103,6 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	[ ! -f tests/Makefile ] || $(MAKE) -C tests clean
 	[ ! -f Makefile ] || [ ! -f config.mak ] || $(MAKE) distclean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	for d in $(LIBS); do \




More information about the pkg-multimedia-commits mailing list