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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Aug 12 09:01:31 UTC 2007


Author: lool
Date: Sun Aug 12 09:01:31 2007
New Revision: 845

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=845
Log:
* Include gnome-pkg-tools' get-orig-source implementation if it's present.

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=845&op=diff
==============================================================================
--- unstable/x264/debian/changelog (original)
+++ unstable/x264/debian/changelog Sun Aug 12 09:01:31 2007
@@ -4,8 +4,9 @@
   * 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.
+  * Include gnome-pkg-tools' get-orig-source implementation if it's present.
 
- -- Loic Minier <lool at dooz.org>  Sun, 12 Aug 2007 10:45:54 +0200
+ -- Loic Minier <lool at dooz.org>  Sun, 12 Aug 2007 10:50:00 +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=845&op=diff
==============================================================================
--- unstable/x264/debian/rules (original)
+++ unstable/x264/debian/rules Sun Aug 12 09:01:31 2007
@@ -7,6 +7,12 @@
 # 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)
+
+# from the gnome-pkg-tools package (but optional): offers a get-orig-source
+# target which will retrieve, repack, or build from a SVN checkout an upstream
+# tarball
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+GNOME_SVN_URL ?= svn://svn.videolan.org/$(GNOME_MODULE)/$(GNOME_SVN_BRANCH)
 
 confflags := \
 	--enable-debug \




More information about the pkg-multimedia-commits mailing list