r854 - in /unstable/x264/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Aug 12 12:32:30 UTC 2007


Author: lool
Date: Sun Aug 12 12:32:30 2007
New Revision: 854

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=854
Log:
* Run ./configure before make clean as the upstream Makefile is present by
  default and will run configure automatically; grmpf.

Modified:
    unstable/x264/debian/changelog
    unstable/x264/debian/rules

Modified: unstable/x264/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/x264/debian/changelog?rev=854&op=diff
==============================================================================
--- unstable/x264/debian/changelog (original)
+++ unstable/x264/debian/changelog Sun Aug 12 12:32:30 2007
@@ -10,8 +10,10 @@
     larger refactoring.
   * Copy config.guess and .sub from autotools-dev before building; build-dep
     on autotools-dev.
+  * Run ./configure before make clean as the upstream Makefile is present by
+    default and will run configure automatically; grmpf.
 
- -- Loic Minier <lool at dooz.org>  Sun, 12 Aug 2007 14:29:33 +0200
+ -- Loic Minier <lool at dooz.org>  Sun, 12 Aug 2007 14:32:06 +0200
 
 x264 (0.svn20070309-4) unstable; urgency=low
 

Modified: unstable/x264/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/x264/debian/rules?rev=854&op=diff
==============================================================================
--- unstable/x264/debian/rules (original)
+++ unstable/x264/debian/rules Sun Aug 12 12:32:30 2007
@@ -29,10 +29,10 @@
 	dh_testdir
 	$(QUILT) push -a || test $$? = 2
 	# Build static lib
+	CFLAGS="$(CFLAGS)" ./configure $(confflags)
 	$(MAKE) clean
 	cp -a /usr/share/misc/config.guess .
 	cp -a /usr/share/misc/config.sub .
-	CFLAGS="$(CFLAGS)" ./configure $(confflags)
 	$(MAKE) libx264.a
 	# Backup static lib
 	mv libx264.a libx264.a.bak




More information about the pkg-multimedia-commits mailing list