[Pkg-telepathy-commits] [SCM] farsight2 packaging branch, debian, updated. debian/0.0.24-2-5-g3e52791

Laurent Bigonville bigon at bigon.be
Sat Apr 2 16:02:54 UTC 2011


The following commit has been merged in the debian branch:
commit 3e52791a27001d82f47331db656a880e6fd22f6d
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Sat Apr 2 17:46:19 2011 +0200

    Use dh_python2 instead of python-central (Closes: #616804)
    
    * Use dh_python2 instead of python-central (Closes: #616804)
    * debian/control:
      - Bump cdbs build-dependency to (>= 0.4.90~)
      - Drop Build-dependency against python-central
      - Add Build-dependency against python-all-dev
      - Drop XB-Python-Version
      - Make python-farsight Provides ${python:Provides}
    * debian/rules:
      - Use python-autotools.mk instead of autotools.mk
      - Drop explicit call to dh_pycentral

diff --git a/debian/changelog b/debian/changelog
index 7b07b9a..46774c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+farsight2 (0.0.26-2) UNRELEASED; urgency=low
+
+  * Use dh_python2 instead of python-central (Closes: #616804)
+  * debian/control:
+    - Bump cdbs build-dependency to (>= 0.4.90~)
+    - Drop Build-dependency against python-central
+    - Add Build-dependency against python-all-dev
+    - Drop XB-Python-Version
+    - Make python-farsight Provides ${python:Provides}
+  * debian/rules:
+    - Use python-autotools.mk instead of autotools.mk
+    - Drop explicit call to dh_pycentral
+
+ -- Laurent Bigonville <bigon at debian.org>  Sat, 02 Apr 2011 17:56:21 +0200
+
 farsight2 (0.0.26-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 0f0856b..5344d64 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,11 @@ Uploaders: Dafydd Harries <daf at debian.org>,
            Laurent Bigonville <bigon at debian.org>,
            Jonny Lamb <jonny at debian.org>
 Build-Depends: debhelper (>= 7),
-               cdbs,
+               cdbs (>= 0.4.90~),
                libglib2.0-dev (>= 2.16),
                libgstreamer0.10-dev (>= 0.10.26),
                libgstreamer-plugins-base0.10-dev (>= 0.10.26),
-               python-central (>= 0.5),
+               python-all-dev (>= 2.6.6-3~),
                python-gobject-dev (>= 2.16),
                python-gst0.10-dev,
                libnice-dev (>= 0.1.0),
@@ -21,7 +21,7 @@ Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-telepathy/farsight2.git
 Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/farsight2.git
 Homepage: http://farsight.freedesktop.org
-XS-Python-Version: >= 2.4
+X-Python-Version: >= 2.4
 
 Package: libgstfarsight0.10-0
 Architecture: any
@@ -81,9 +81,9 @@ Description: Audio/Video communications framework: debugging symbols
 
 Package: python-farsight
 Section: python
-XB-Python-Version: ${python:Versions}
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gst0.10
+Provides: ${python:Provides}
 Description: Audio/Video communications framework: Python bindings
  The Farsight project is an effort to create a framework to deal with all
  known audio/video conferencing protocols. On one side it offers a generic
diff --git a/debian/rules b/debian/rules
index 274d5dd..72e761e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+DEB_BUILDDIR := debian/build
+
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/class/python-autotools.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS = --enable-python --enable-gupnp
 
@@ -14,7 +16,4 @@ DEB_DH_MAKESHLIBS_ARGS_libgstfarsight0.10-0 := -X/usr/lib/gstreamer-0.10 -X/usr/
 include /usr/share/cdbs/1/rules/utils.mk
 common-binary-post-install-arch:: list-missing
 
-binary-install/python-farsight::
-	dh_pycentral -p$(cdbs_curpkg)
-
 include $(CURDIR)/debian/update-patches.mk

-- 
farsight2 packaging



More information about the Pkg-telepathy-commits mailing list