r22302 - in /desktop/unstable/totem/debian: changelog control control.in rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Nov 12 16:32:22 UTC 2009


Author: joss
Date: Thu Nov 12 16:32:22 2009
New Revision: 22302

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22302
Log:
Call dh_pysupport and add ${python:Depends} for totem-coherence.

Modified:
    desktop/unstable/totem/debian/changelog
    desktop/unstable/totem/debian/control
    desktop/unstable/totem/debian/control.in
    desktop/unstable/totem/debian/rules

Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=22302&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog [utf-8] (original)
+++ desktop/unstable/totem/debian/changelog [utf-8] Thu Nov 12 16:32:22 2009
@@ -9,6 +9,9 @@
     - Build depend on xulrunner-dev rather than on iceape-dev.
       Closes: #555914.
     - Let totem-coherence depend on ${misc:Depends}.
+
+  [ Josselin Mouette ]
+  * Call dh_pysupport and add ${python:Depends} for totem-coherence.
 
  -- Josselin Mouette <joss at debian.org>  Wed, 11 Nov 2009 16:44:16 +0100
 

Modified: desktop/unstable/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control?rev=22302&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control [utf-8] (original)
+++ desktop/unstable/totem/debian/control [utf-8] Thu Nov 12 16:32:22 2009
@@ -30,7 +30,7 @@
                libmusicbrainz4-dev (>= 2.1.1-4.1),
                gnome-icon-theme (>= 2.15.90),
                libdbus-glib-1-dev (>= 0.61),
-               iceape-dev (>= 1.1.9-5),
+               xulrunner-dev,
                intltool (>= 0.40),
                autotools-dev,
                dpkg-dev (>= 1.13.19),
@@ -196,6 +196,8 @@
 Depends: totem (>= ${source:Version}),
          totem-common (>= ${gnome:Version}),
          totem-common (<< ${gnome:NextVersion}),
+         ${misc:Depends},
+         ${python:Depends},
          python-gtk2 (>= 2.13),
          python-coherence
 Conflicts: totem-plugins (<< 2.28.2-4)

Modified: desktop/unstable/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control.in?rev=22302&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control.in [utf-8] (original)
+++ desktop/unstable/totem/debian/control.in [utf-8] Thu Nov 12 16:32:22 2009
@@ -197,6 +197,7 @@
          totem-common (>= ${gnome:Version}),
          totem-common (<< ${gnome:NextVersion}),
          ${misc:Depends},
+         ${python:Depends},
          python-gtk2 (>= 2.13),
          python-coherence
 Conflicts: totem-plugins (<< 2.28.2-4)

Modified: desktop/unstable/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/rules?rev=22302&op=diff
==============================================================================
--- desktop/unstable/totem/debian/rules [utf-8] (original)
+++ desktop/unstable/totem/debian/rules [utf-8] Thu Nov 12 16:32:22 2009
@@ -22,7 +22,9 @@
 DEB_DH_MAKESHLIBS_ARGS += -Xdebian/
 
 binary-install/totem-plugins::
-	dh_pysupport /usr/lib/totem/plugins
+	dh_pysupport -ptotem-plugins /usr/lib/totem/plugins
+binary-install/totem-coherence::
+	dh_pysupport -ptotem-coherence /usr/lib/totem/plugins
 
 common-binary-predeb-arch::
 	find debian -name *.a -exec rm '{}' \;




More information about the pkg-gnome-commits mailing list