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

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon May 12 14:15:36 UTC 2008


Author: joss
Date: Mon May 12 14:15:36 2008
New Revision: 15905

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15905
Log:
* Require debhelper 5.0.51 for dh_icons.
* Build-depend on python-support; call dh_pysupport; depend on 
  ${python:Depends}. Adds correct dependencies for the python scripts 
  in totem-{gstreamer,xine} and the module in totem-plugins.
* Temporarily build-depend on libsoup2.4-dev because the dependency is 
  missing in libepc-dev.

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=15905&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog (original)
+++ desktop/unstable/totem/debian/changelog Mon May 12 14:15:36 2008
@@ -12,6 +12,12 @@
     gecko 1.8 and 1.9. Closes: #479344, #480809.
   * 01_gecko_iceape.patch: support iceape as a valid gecko variant.
   * 70_autoconf.patch: re-run autoconf on top of that.
+  * Require debhelper 5.0.51 for dh_icons.
+  * Build-depend on python-support; call dh_pysupport; depend on 
+    ${python:Depends}. Adds correct dependencies for the python scripts 
+    in totem-{gstreamer,xine} and the module in totem-plugins.
+  * Temporarily build-depend on libsoup2.4-dev because the dependency is 
+    missing in libepc-dev.
 
  -- Josselin Mouette <joss at debian.org>  Mon, 12 May 2008 15:04:36 +0200
 

Modified: desktop/unstable/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control?rev=15905&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control (original)
+++ desktop/unstable/totem/debian/control Mon May 12 14:15:36 2008
@@ -3,9 +3,10 @@
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at ubuntu.com>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>= 5),
+Build-Depends: debhelper (>= 5.0.51~),
                quilt,
-               libepc-ui-dev (>= 0.3),
+               python-support (>= 0.6),
+               libepc-ui-dev (>= 0.3), libsoup2.4-dev,
                libgmyth-dev (>= 0.3.0),
                libgtk2.0-dev (>= 2.12.6),
                libglib2.0-dev (>= 2.15),
@@ -74,6 +75,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         ${python:Depends},
          gnome-icon-theme (>= 2.15.90),
          iso-codes,
          totem-common (>= ${gnome:Version}),
@@ -111,6 +113,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         ${python:Depends},
          gstreamer0.10-gnomevfs,
          gstreamer0.10-plugins-base,
          gstreamer0.10-alsa | gstreamer0.10-audiosink,
@@ -193,6 +196,7 @@
 Depends: totem-gstreamer (= ${binary:Version}) | totem-xine (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends},
+         ${python:Depends},
          python-gdata
 Replaces: totem-xine (<< 2.20.0-3), totem-gstreamer (<< 2.20.0-3)
 Suggests: gromit

Modified: desktop/unstable/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control.in?rev=15905&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control.in (original)
+++ desktop/unstable/totem/debian/control.in Mon May 12 14:15:36 2008
@@ -3,9 +3,10 @@
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 5),
+Build-Depends: debhelper (>= 5.0.51~),
                quilt,
-               libepc-ui-dev (>= 0.3),
+               python-support (>= 0.6),
+               libepc-ui-dev (>= 0.3), libsoup2.4-dev,
                libgmyth-dev (>= 0.3.0),
                libgtk2.0-dev (>= 2.12.6),
                libglib2.0-dev (>= 2.15),
@@ -74,6 +75,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         ${python:Depends},
          gnome-icon-theme (>= 2.15.90),
          iso-codes,
          totem-common (>= ${gnome:Version}),
@@ -111,6 +113,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         ${python:Depends},
          gstreamer0.10-gnomevfs,
          gstreamer0.10-plugins-base,
          gstreamer0.10-alsa | gstreamer0.10-audiosink,
@@ -193,6 +196,7 @@
 Depends: totem-gstreamer (= ${binary:Version}) | totem-xine (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends},
+         ${python:Depends},
          python-gdata
 Replaces: totem-xine (<< 2.20.0-3), totem-gstreamer (<< 2.20.0-3)
 Suggests: gromit

Modified: desktop/unstable/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/rules?rev=15905&op=diff
==============================================================================
--- desktop/unstable/totem/debian/rules (original)
+++ desktop/unstable/totem/debian/rules Mon May 12 14:15:36 2008
@@ -162,6 +162,7 @@
 	dh_compress -i
 	dh_link -i
 	dh_fixperms -i
+	dh_pysupport -i
 	dh_installdeb -i
 	dh_gencontrol -i
 	dh_md5sums -i
@@ -182,6 +183,7 @@
 	dh_strip -a --dbg-package=totem-dbg
 	dh_shlibdeps -a
 	dh_perl -a
+	dh_pysupport -a /usr/lib/totem/plugins/totem
 	dh_installdeb -a
 	dh_gencontrol -a
 	dh_md5sums -a




More information about the pkg-gnome-commits mailing list