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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Aug 12 09:34:52 UTC 2007


Author: lool
Date: Sun Aug 12 09:34:52 2007
New Revision: 848

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=848
Log:
* Remove autoconf args, this is not autoconf based.

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=848&op=diff
==============================================================================
--- unstable/x264/debian/changelog (original)
+++ unstable/x264/debian/changelog Sun Aug 12 09:34:52 2007
@@ -1,8 +1,6 @@
 x264 (0.svn20070309-5) UNRELEASED; urgency=low
 
   * Cleanup rules.
-  * Pass --build to configure and only pass --host to configure if
-    DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE differ.
   * Pass --quiltrc /dev/null to quilt.
   * get-orig-source implementaiton; thanks Kilian Krause.
 

Modified: unstable/x264/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/x264/debian/rules?rev=848&op=diff
==============================================================================
--- unstable/x264/debian/rules (original)
+++ unstable/x264/debian/rules Sun Aug 12 09:34:52 2007
@@ -3,20 +3,10 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
-# 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)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
 confflags := \
 	--enable-debug \
 	--enable-pthread \
 	--prefix=/usr \
-	--build=$(DEB_BUILD_GNU_TYPE)
-
-ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
-confflags += --host=$(DEB_HOST_GNU_TYPE)
-endif
 
 CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 




More information about the pkg-multimedia-commits mailing list