r32058 - in /desktop/experimental/totem/debian: changelog control control.in rules totem-coherence.install

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Dec 14 01:15:11 UTC 2011


Author: biebl
Date: Wed Dec 14 01:15:10 2011
New Revision: 32058

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32058
Log:
Remove coherence plugin leftovers. It doesn't look like this plugin is 
coming back.

http://git.gnome.org/browse/totem/commit/?id=adc3ba965ab46a94335ffee06dacdad24322a093

Removed:
    desktop/experimental/totem/debian/totem-coherence.install
Modified:
    desktop/experimental/totem/debian/changelog
    desktop/experimental/totem/debian/control
    desktop/experimental/totem/debian/control.in
    desktop/experimental/totem/debian/rules

Modified: desktop/experimental/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/changelog?rev=32058&op=diff
==============================================================================
--- desktop/experimental/totem/debian/changelog [utf-8] (original)
+++ desktop/experimental/totem/debian/changelog [utf-8] Wed Dec 14 01:15:10 2011
@@ -1,3 +1,10 @@
+totem (3.2.1-3) UNRELEASED; urgency=low
+
+  * Remove coherence plugin leftovers. It doesn't look like this plugin is
+    coming back.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 14 Dec 2011 02:11:44 +0100
+
 totem (3.2.1-2) experimental; urgency=low
 
   * Lower Build-Depends on libgdata-dev so we build against the version from

Modified: desktop/experimental/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/control?rev=32058&op=diff
==============================================================================
--- desktop/experimental/totem/debian/control [utf-8] (original)
+++ desktop/experimental/totem/debian/control [utf-8] Wed Dec 14 01:15:10 2011
@@ -99,8 +99,7 @@
             gstreamer0.10-ffmpeg
 Suggests: gnome-codec-install,
           gstreamer0.10-pulseaudio (>= 0.10.16-5),
-          totem-mozilla,
-          totem-coherence
+          totem-mozilla
 Description: Simple media player for the GNOME desktop based on GStreamer
  Totem is a simple yet featureful media player for GNOME which can read
  a large number of file formats. It features :
@@ -177,8 +176,7 @@
          python-httplib2,
          python-feedparser,
          python-beautifulsoup
-Recommends: gnome-settings-daemon,
-            totem-coherence
+Recommends: gnome-settings-daemon
 Suggests: gromit
 Description: Plugins for the Totem media player
  Totem is a simple yet featureful media player for GNOME which can read
@@ -202,27 +200,6 @@
  .
  Additional plugins can be written in C, Python or Vala.
 
-#Package: totem-coherence
-#Architecture: all
-#Depends: totem-plugins (>= ${source:Version}),
-#         totem-common (>= ${gnome:Version}),
-#         totem-common (<< ${gnome:NextVersion}),
-#         ${misc:Depends},
-#         ${python:Depends},
-#         python-gi (>= 2.90.3),
-#         gir1.2-totem-1.0 (>= ${source:Version}),
-#         gir1.2-peas-1.0,
-#         gir1.2-gtk-3.0,
-#         python-coherence
-#Conflicts: totem-plugins (<< 2.28.2-4)
-#Replaces: totem-plugins (<< 2.30.2-3)
-#Description: Coherence UPnP/DLNA plugin for totem
-# Totem is a simple yet featureful media player for GNOME which can read
-# a large number of file formats.
-# .
-# This plugin allows totem to read videos on a UPnP Media server on the 
-# network.
-
 Package: gir1.2-totem-1.0
 Section: introspection
 Architecture: any

Modified: desktop/experimental/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/control.in?rev=32058&op=diff
==============================================================================
--- desktop/experimental/totem/debian/control.in [utf-8] (original)
+++ desktop/experimental/totem/debian/control.in [utf-8] Wed Dec 14 01:15:10 2011
@@ -94,8 +94,7 @@
             gstreamer0.10-ffmpeg
 Suggests: gnome-codec-install,
           gstreamer0.10-pulseaudio (>= 0.10.16-5),
-          totem-mozilla,
-          totem-coherence
+          totem-mozilla
 Description: Simple media player for the GNOME desktop based on GStreamer
  Totem is a simple yet featureful media player for GNOME which can read
  a large number of file formats. It features :
@@ -172,8 +171,7 @@
          python-httplib2,
          python-feedparser,
          python-beautifulsoup
-Recommends: gnome-settings-daemon,
-            totem-coherence
+Recommends: gnome-settings-daemon
 Suggests: gromit
 Description: Plugins for the Totem media player
  Totem is a simple yet featureful media player for GNOME which can read
@@ -197,27 +195,6 @@
  .
  Additional plugins can be written in C, Python or Vala.
 
-#Package: totem-coherence
-#Architecture: all
-#Depends: totem-plugins (>= ${source:Version}),
-#         totem-common (>= ${gnome:Version}),
-#         totem-common (<< ${gnome:NextVersion}),
-#         ${misc:Depends},
-#         ${python:Depends},
-#         python-gi (>= 2.90.3),
-#         gir1.2-totem-1.0 (>= ${source:Version}),
-#         gir1.2-peas-1.0,
-#         gir1.2-gtk-3.0,
-#         python-coherence
-#Conflicts: totem-plugins (<< 2.28.2-4)
-#Replaces: totem-plugins (<< 2.30.2-3)
-#Description: Coherence UPnP/DLNA plugin for totem
-# Totem is a simple yet featureful media player for GNOME which can read
-# a large number of file formats.
-# .
-# This plugin allows totem to read videos on a UPnP Media server on the 
-# network.
-
 Package: gir1.2-totem-1.0
 Section: introspection
 Architecture: any

Modified: desktop/experimental/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/rules?rev=32058&op=diff
==============================================================================
--- desktop/experimental/totem/debian/rules [utf-8] (original)
+++ desktop/experimental/totem/debian/rules [utf-8] Wed Dec 14 01:15:10 2011
@@ -29,8 +29,6 @@
 	dh_python2 -ptotem /usr/lib/totem/totem
 binary-install/totem-plugins::
 	dh_python2 -ptotem-plugins /usr/lib/totem/plugins
-binary-install/totem-coherence::
-	dh_python2 -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