[SCM] xbmc packaging branch, master, updated. upstream/9.11.svn24588.deb1-39-gebbc753
ceros-guest at users.alioth.debian.org
ceros-guest at users.alioth.debian.org
Mon Nov 23 05:03:51 UTC 2009
The following commit has been merged in the master branch:
commit 62bff35b8d08d86904faed33b89e3a8ac128918b
Author: Andres Mejia <mcitadel at gmail.com>
Date: Sun Nov 22 14:36:20 2009 -0500
Switch to source package format 3.0 (quilt).
This means we drop build dependence on quilt too.
diff --git a/debian/control b/debian/control
index a915f99..2db2a8c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
Uploaders: Ouattara Oumar Aziz (alias wattazoum) <wattazoum at gmail.com>,
Andres Mejia <mcitadel at gmail.com>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50), quilt, python-support, cmake,
+Build-Depends: debhelper (>= 7.0.50), python-support, cmake,
autotools-dev, autoconf, automake, unzip, libboost-dev,
libgl1-mesa-dev | libgl-dev, libglu-dev, libglew-dev, libmad0-dev, libjpeg-dev,
libsamplerate-dev, libogg-dev, libvorbis-dev, libfreetype6-dev,
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index cafd205..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-# Nothing to patch
diff --git a/debian/rules b/debian/rules
index e8b5970..6cc131d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-include /usr/share/quilt/quilt.make
-
# 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)
@@ -27,9 +25,8 @@ endif
override_dh_clean:
dh_clean
rm -f debian/xbmc-live.init
- debian/rules unpatch
-override_dh_auto_configure: patch
+override_dh_auto_configure:
cp -f tools/XBMCLive/xbmc-live debian/xbmc-live.init
./configure $(XBMC_CONFIG_OPTIONS)
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
xbmc packaging
More information about the pkg-multimedia-commits
mailing list