[SCM] flumotion/master: Prepare for release: Update changelog, control file and copyright hints.

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Mar 9 00:29:51 UTC 2012


The following commit has been merged in the master branch:
commit 60ef870f374664b8ba9b5d6401931f7987f4b611
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Mar 9 01:28:13 2012 +0100

    Prepare for release: Update changelog, control file and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index 9d81620..6f91582 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,43 +1,64 @@
-flumotion (0.10.0-1) UNRELEASED; urgency=low
+flumotion (0.10.0-1) unstable; urgency=low
 
-  [ IOhannes m zmölnig ]
-  * New upstream (Closes: #602828)
+  * New upstream release. (Closes: #602828)
     - Uses python2.7 (Closes: #660553, #585197)
-    - (Closes: #590325)
-    - (Closes: #650034)
-  * Bumped Standards-Version to 3.9.3
-  * Update to source-format 3.0(quilt)
+    - Correctly reports sound card in use (Closes: #590325).
+    - Properly loads module "pk-gtk-module" (Closes: #650034).
+
+  [ IOhannes m zmölnig ]
+  * Bump Standards-Version to 3.9.3.
+  * Update to source-format 3.0 (quilt).
   * debian/control:
-    - Set DMM as maintainer and add myself to uploaders
-    - Added homepage-field
-    - Updated VCS-stanzas to point to git-repository
-    - Removed 'Suggests: hal' (Closes: #615217)
+    - Set DMM as maintainer and add myself to uploaders.
+    - Add homepage-field.
+    - Update VCS-* fields to point to git repository.
+    - Stop suggesting hal (Closes: #615217).
   * debian/patches:
-    - Removed numbering from patches
-    - Delete unused patch(s)
-    - Updated preserve-umask patch
-    - Patch to handle twisted.internet.posixbase lacking the 'sslEnabled' attribute
-    - Patch to remove extronous Encoding-stanza from desktop file
+    - Remove numbering from patches.
+    - Delete unused patch(es).
+    - Update preserve-umask patch.
+    - Patch to handle twisted.internet.posixbase lacking the
+      'sslEnabled' attribute.
+    - Patch to remove extronous Encoding-stanza from desktop file.
   * debian/rules:
-    - debian/rules: use the powers of CDBS
-    - Use destdir variables rather than hardcode path to destdir
-    - copyright notice for debian/rules
-    - use non-deprecated variables
-    - set variables for get-orig-source
+    - Use the powers of CDBS
+    - Use dh_python2 install helper (not python-central).
+    - Use destdir variables rather than hardcode path to destdir.
+    - Add copyright header in rules file.
+    - Use non-deprecated variables
+    - Set variables for get-orig-source.
   * debian/copyright:
-    - updated copyright to DEP-5
-    - exclude binary files from cdbs copyright check
-    - generated copyright_hints
+    - Update copyright to DEP-5.
+    - Exclude binary files from cdbs copyright check.
+    - Generate copyright_hints.
   * debian/flumotion.postinst:
-    - update-rc.d is automagically called by dh_installinit
-  * Generate missing manpages
-  * Fixed spelling and typos in manpages
-  * Remove duplicate examples
-  * Create /var/run/flumotion with permissions 0755 (Closes: #510031)
-  * lintian-override for etc/flumotion permissions
-  * git-buildpackage configuration
-
- -- IOhannes m zmoelnig (gpg-key at iem) <zmoelnig at iem.at>  Tue, 06 Mar 2012 12:38:21 +0100
+    - Simplify: update-rc.d is automagically called by dh_installinit.
+  * Generate missing manpages.
+  * Fix spelling and typos in manpages.
+  * Remove duplicate examples.
+  * Create /var/run/flumotion with permissions 0755 (Closes: #510031).
+  * Add lintian-override for etc/flumotion permissions.
+  * Add git-buildpackage configuration.
+
+  [ Jonas Smedegaard ]
+  * Drop dpkg-source local-options: Defaults since dpkg-source 1.16.1.
+  * Drop postinst upgrade transformation predating oldstable.
+  * Update copyright file:
+    + List upstream issue tracker as Upstream-Contact.
+    + Fix double-indent copyright lines.
+  * Add myself as uploader.
+  * Update package relations:
+    + Stop (build-)depending on python-central, and drop
+      XS-Python-Version and XB-Python-Version fields: Obsolete with
+      dh_python2.
+    + Drop fallback (build-)dependency on python-rrd: Gone since 2005.
+    + Relax (build-)depend unversioned on python-twisted,
+      python-gst0.10, libgstreamer-plugins-base0.10-dev, ssl-cert,
+      python-gtk2, python-kiwi, python-cairo and python-twisted-core
+      (needed versions satisfied even in oldstable).
+  * Git-ignore quilt .pc dir.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Fri, 09 Mar 2012 01:19:40 +0100
 
 flumotion (0.6.1-1.2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index cba2222..04b2c54 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Loic Minier <lool at dooz.org>,
  Marc-André Lureau <mlureau at flumotion.com>,
- IOhannes m zmoelnig (gpg-key at iem) <zmoelnig at iem.at>
+ IOhannes m zmoelnig (gpg-key at iem) <zmoelnig at iem.at>,
+ Jonas Smedegaard <dr at jones.dk>
 Build-Depends: autotools-dev,
  gnulib,
  devscripts,
@@ -16,17 +17,15 @@ Build-Depends: autotools-dev,
  help2man (>= 1.37.1~),
                pkg-config,
                intltool,
-               python-central (>=0.5),
-               python-twisted (>= 2.5.1),
+               python-twisted,
                python-epydoc,
-               python-rrdtool | python-rrd,
-               python-gst0.10 (>= 0.10.1),
-               libgstreamer-plugins-base0.10-dev (>= 0.10.1)
+               python-rrdtool,
+               python-gst0.10,
+               libgstreamer-plugins-base0.10-dev
 Standards-Version: 3.9.3
 Homepage: http://flumotion.net/
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/flumotion
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/flumotion.git
-XS-Python-Version: >= 2.4
 
 Package: flumotion
 Architecture: any
@@ -34,25 +33,24 @@ Depends: ${python:Depends},
          ${misc:Depends},
          ${shlibs:Depends},
          adduser,
-         ssl-cert (>= 1.0-11),
+         ssl-cert,
          xsltproc,
          python-dateutil,
          python-glade2,
          python-gobject,
-         python-gst0.10 (>= 0.10.0.1),
-         python-gtk2 (>= 2.4.0),
-         python-kiwi (>= 1.9.14),
-         python-cairo (>= 1.2.0),
+         python-gst0.10,
+         python-gtk2,
+         python-kiwi,
+         python-cairo,
          python-openssl,
-         python-rrdtool | python-rrd,
-         python-twisted-core (>= 2.5.0),
+         python-rrdtool,
+         python-twisted-core,
          python-twisted-web,
          gstreamer0.10-plugins-base,
          gstreamer0.10-plugins-good,
          gstreamer0.10-schroedinger,
          gstreamer0.10-ffmpeg
 Recommends: python-gnome2
-XB-Python-Version: ${python:Versions}
 Description: Fluendo Streaming Server - manager, worker and admin
  Flumotion is a modern streaming media server built with a modular
  distributed design. This gives you unprecedented stability and
diff --git a/debian/copyright_hints b/debian/copyright_hints
index cfaa7bc..beca87f 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -1,4 +1,4 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: FIXME
 Upstream-Contact: FIXME
 Source: FIXME
@@ -573,7 +573,7 @@ Files: bin/flumotion-admin-text.in
  tests/integration/test_qa.py
  tests/integration/test_torture.py
 Copyright: 2004-2009, Fluendo, S.L
- 2010-2011, Flumotion Services, S.A
+  2010-2011, Flumotion Services, S.A
 License: UNKNOWN
  FIXME
 
@@ -682,7 +682,6 @@ Files: ABOUT-NLS
  debian/patches/series
  debian/planet.xml
  debian/source/format
- debian/source/local-options
  debian/watch
  doc/Makefile.am
  doc/man/Makefile.am
@@ -1042,7 +1041,7 @@ Files: INSTALL
  tests/Makefile.in
  tests/integration/Makefile.in
 Copyright: 1994-1996, 1999-2002, 2004-2005
- 1994-2002
+  1994-2002
 License: UNKNOWN
  FIXME
 
@@ -1056,12 +1055,12 @@ Files: m4/gettext.m4
  m4/lt~obsolete.m4
  m4/progtest.m4
 Copyright: 1995-2002, Free Software Foundation, Inc
- 1996-2002, Free Software Foundation, Inc
- 2000-2002, Free Software Foundation, Inc
- 2001-2002, Free Software Foundation, Inc
- 2004, Free Software Foundation, Inc
- 2004-2005, 2007, 2009, Free Software Foundation, Inc
- 2004-2005, 2007-2008, Free Software Foundation, Inc
+  1996-2002, Free Software Foundation, Inc
+  2000-2002, Free Software Foundation, Inc
+  2001-2002, Free Software Foundation, Inc
+  2004, Free Software Foundation, Inc
+  2004-2005, 2007, 2009, Free Software Foundation, Inc
+  2004-2005, 2007-2008, Free Software Foundation, Inc
 License: UNKNOWN
  FIXME
 
@@ -1069,8 +1068,8 @@ Files: config.guess
  config.sub
  missing
 Copyright: 1992-1999
- 1992-2000,
- 1996-1997, 1999-2000, 2002-2006
+  1992-2000,
+  1996-1997, 1999-2000, 2002-2006
 License: GPL-2+
  FIXME
 
@@ -1078,7 +1077,7 @@ Files: po/nb.po
  po/nl.po
  po/sv.po
 Copyright: 2004-2005, Fluendo S.L."
- 2004-2008, Fluendo S.L."
+  2004-2008, Fluendo S.L."
 License: UNKNOWN
  FIXME
 
@@ -1099,66 +1098,66 @@ License: UNKNOWN
 Files: common/py-compile-destdir
  config.rpath
 Copyright: 1996-2002, Free Software Foundation, Inc
- 2000-2001, 2003-2004, Free Software Foundation, Inc
+  2000-2001, 2003-2004, Free Software Foundation, Inc
 License: GPL-2+
  FIXME
 
 Files: flumotion/component/producers/playlist/singledecodebin.py
  flumotion/component/producers/playlist/smartscale.py
 Copyright: 2004-2009, Fluendo, S.L
- 2005-2007, Edward Hervey <bilboed at bilboed.com>
- 2010-2011, Flumotion Services, S.A
+  2005-2007, Edward Hervey <bilboed at bilboed.com>
+  2010-2011, Flumotion Services, S.A
 License: UNKNOWN
  FIXME
 
 Files: intltool-merge.in
 Copyright: 2000, 2003 Free Software Foundation
- 2000-2001, Eazel, Inc
- 2000-2003, Free Software Foundation, Inc
+  2000-2001, Eazel, Inc
+  2000-2003, Free Software Foundation, Inc
 License: GPL
  FIXME
 
 Files: flumotion/admin/gtk/about.py
 Copyright: 2004-2009, Fluendo S.L.\n'
- 2004-2009, Fluendo, S.L
- 2004-2009, Fluendo, S.L.\n'
- 2010-2011, Flumotion Services, S.A
- 2010-2011, Flumotion Services, S.A.\n'
- 2010-2011, Flumotion Services, S.A.\n')
- Lureau'
+  2004-2009, Fluendo, S.L
+  2004-2009, Fluendo, S.L.\n'
+  2010-2011, Flumotion Services, S.A
+  2010-2011, Flumotion Services, S.A.\n'
+  2010-2011, Flumotion Services, S.A.\n')
+  Lureau'
 License: GPL
  FIXME
 
 Files: COPYING
 Copyright: 2004-2009, Fluendo, S.L
- 2010-2011, Flumotion Services, S.A
+  2010-2011, Flumotion Services, S.A
 License: GPL
  FIXME
 
 Files: intltool-update.in
 Copyright: 2000-2003, Free Software Foundation
- 2000-2003, Free Software Foundation, Inc
+  2000-2003, Free Software Foundation, Inc
 License: GPL
  FIXME
 
 Files: configure
 Copyright: (ISLOWER ? 'A' + ( - 'a') : )
- (ISLOWER ? ( | 0x40) : )
- 1992-1996, 1998-2001,
- 1996-2001, 2003-2005
- 2010, Free Software Foundation, Inc
+  (ISLOWER ? ( | 0x40) : )
+  1992-1996, 1998-2001,
+  1996-2001, 2003-2005
+  2010, Free Software Foundation, Inc
 License: GPL-2+
  FIXME
 
 Files: m4/libtool.m4
 Copyright: 1996-2001, 2003-2005
- 2010, Free Software Foundation, Inc
+  2010, Free Software Foundation, Inc
 License: GPL-2+
  FIXME
 
 Files: ltmain.sh
 Copyright: 1996-2001, 2003-2006
- all begin with the string "--lt-"
+  all begin with the string "--lt-"
 License: GPL-2+
  FIXME
 
@@ -1179,49 +1178,49 @@ License: GPL-2+
 
 Files: intltool-extract.in
 Copyright: 2000, 2003 Free Software Foundation, Inc
- 2000-2001, 2003 Free Software Foundation
+  2000-2001, 2003 Free Software Foundation
 License: GPL-2+
  FIXME
 
 Files: debian/rules
 Copyright: 2006-2009, Loic Minier <lool at dooz.org>
- 2012, IOhannes m zmölnig <zmoelnig at iem.at>
+  2012, IOhannes m zmölnig <zmoelnig at iem.at>
 License: GPL-2+
  FIXME
 
 Files: flumotion/extern/exceptiondialog.py
 Copyright: 2005-2007, Async Open Source and Sicem S.L
- 2008-2009, Fluendo, S.L
- 2010-2011, Flumotion Services, S.A
+  2008-2009, Fluendo, S.L
+  2010-2011, Flumotion Services, S.A
 License: LGPL-2+
  FIXME
 
 Files: LICENSE.LGPL
 Copyright: 1991, 1999 Free Software Foundation, Inc
- <year> <name of author>
- HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
- HOLDERS AND/OR
- disclaimer" for the library, if
- holder or
- holder who places the Library under this License may add
- interest in the
- law: that is to say, a work containing the Library or a
- notices, you must include the
- the
+  <year> <name of author>
+  HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+  HOLDERS AND/OR
+  disclaimer" for the library, if
+  holder or
+  holder who places the Library under this License may add
+  interest in the
+  law: that is to say, a work containing the Library or a
+  notices, you must include the
+  the
 License: LGPL-2.1+
  FIXME
 
 Files: flumotion/common/manhole.py
 Copyright: 2001-2007, Paul
- 2004-2009, Fluendo, S.L
- 2010-2011, Flumotion Services, S.A
- HOLDERS BE
+  2004-2009, Fluendo, S.L
+  2010-2011, Flumotion Services, S.A
+  HOLDERS BE
 License: MIT/X11 (BSD like)
  FIXME
 
 Files: common/pep8.py
 Copyright: 2006, Johann C. Rocholl <johann at browsershots.org>
- HOLDERS
+  HOLDERS
 License: MIT/X11 (BSD like)
  FIXME
 
@@ -1232,101 +1231,101 @@ License: MIT/X11 (BSD like)
 
 Files: aclocal.m4
 Copyright: 1996-1997, 2000-2001, 2003, 2005, 2008
- 1996-2004,
- 1997, 1999-2001, 2003-2005, 2008
- 1997, 2000-2001, 2003-2006, 2008
- 1999-2005, 2008
- 1999-2005, 2008-2009,
- 1999-2006, 2009
- 2001, 2003, 2005, 2008 Free Software Foundation, Inc
- 2001, 2003, 2005, Free Software Foundation, Inc
- 2001-2003, 2005, 2008, Free Software Foundation, Inc
- 2001-2003, 2005, 2009, Free Software Foundation, Inc
- 2002-2003, 2005-2008, Free Software Foundation, Inc
- 2003, 2005 Free Software Foundation, Inc
- 2003-2006, Free Software Foundation, Inc
- 2004-2005, Free Software Foundation, Inc
- 2006, 2008 Free Software Foundation, Inc
+  1996-2004,
+  1997, 1999-2001, 2003-2005, 2008
+  1997, 2000-2001, 2003-2006, 2008
+  1999-2005, 2008
+  1999-2005, 2008-2009,
+  1999-2006, 2009
+  2001, 2003, 2005, 2008 Free Software Foundation, Inc
+  2001, 2003, 2005, Free Software Foundation, Inc
+  2001-2003, 2005, 2008, Free Software Foundation, Inc
+  2001-2003, 2005, 2009, Free Software Foundation, Inc
+  2002-2003, 2005-2008, Free Software Foundation, Inc
+  2003, 2005 Free Software Foundation, Inc
+  2003-2006, Free Software Foundation, Inc
+  2004-2005, Free Software Foundation, Inc
+  2006, 2008 Free Software Foundation, Inc
 License: UNKNOWN
  FIXME
 
 Files: flumotion/extern/unixcrypt.py
 Copyright: & 0x3f
- << 1, plaintext)
+  << 1, plaintext)
 License: UNKNOWN
  FIXME
 
 Files: po/pt_BR.po
 Copyright: '%s' no worker '%s'."
- 2004-2008, Fluendo S.L."
- mais antigo que 0.8.5.\n"
- muito antigo. Por favor, atualize o gst-"
- um servidor de streaming de mídia.\n"
- uma tela de computador"
+  2004-2008, Fluendo S.L."
+  mais antigo que 0.8.5.\n"
+  muito antigo. Por favor, atualize o gst-"
+  um servidor de streaming de mídia.\n"
+  uma tela de computador"
 License: UNKNOWN
  FIXME
 
 Files: po/fr.po
 Copyright: 'drop-probabilitÃ' doit être entre 0.0 et 1.0."
- 'drop-probabilitÃ' est spÃcifiÃe mais ne fonctionne qu'avec les "
- 'eater-with-stream-markers' doit être 'video-"
- 2004-2008, Fluendo S.L."
- JPEG maximale (0-100%. default : 85%)"
- JPEG minimale (0-100%. default : 10 %)"
- au bruit (dÃfaut à 1)"
- au bruit :"
- avec cette version de 'gst-"
- avec un code de sortie de %d."
- avec une configuration trop ancienne. Pour corriger cela, "
- car aucun worker n'est connectÃ."
- crÃÃs.\n"
- d'encodage (0-63, sauf utilisation du dÃbit)."
- de configuration '%s' doit être spÃcifiÃe. Veuillez corriger la "
- de configuration 'rotate-type' devrait être 'size', 'time' ou "
- de l'encodage JPEG (de 0 à 100 %)."
- de l'encodeur : 0, 1 ou 2."
- de la piste d'entrÃe à utiliser pour l'enregistrement (le "
- de la vidÃo (0-65535)."
- depuis :"
- du pÃriphÃrique à utiliser pour l'ÃlÃment source."
- dÃconnectÃ."
- en kbit/sec. S'il vous "
- et/ou que "
- etait :\n"
- gÃnÃrÃ. Vous pourriez avoir besoin de "
- m_aximale:"
- m_inimale:"
- moindre."
- par l'applet cortado."
- par un autre programme. Veuillez "
- plus basse."
- pour Flumotion '%s' version %s, mais vous avez la "
- pour la visualisation sur moniteur d'ordinateur"
- pour le moment!</i>"
- pour le projet Flumotion '%s', mais ce projet "
- pour le worker %s et le port %s. "
- pour le worker.\n"
- programmÃ."
- refusÃe."
- spÃcifiÃ(s) mais pas tous. Les paramètres manquants "
- spÃcifiÃ, mais le module '%s' n'est pas installÃ.\n"
- spÃcifiÃ, mais les modules nÃcessaires ne sont pas "
- sur %s."
- sur %s.\n"
- sur votre rÃseau.\n"
- tuÃ.\n"
- vide.\n"
- votre connexion.\n"
- à laquelle encoder (de -0.1 à 1.0). UtilisÃe seulement si le "
- à un manager"
+  'drop-probabilitÃ' est spÃcifiÃe mais ne fonctionne qu'avec les "
+  'eater-with-stream-markers' doit être 'video-"
+  2004-2008, Fluendo S.L."
+  JPEG maximale (0-100%. default : 85%)"
+  JPEG minimale (0-100%. default : 10 %)"
+  au bruit (dÃfaut à 1)"
+  au bruit :"
+  avec cette version de 'gst-"
+  avec un code de sortie de %d."
+  avec une configuration trop ancienne. Pour corriger cela, "
+  car aucun worker n'est connectÃ."
+  crÃÃs.\n"
+  d'encodage (0-63, sauf utilisation du dÃbit)."
+  de configuration '%s' doit être spÃcifiÃe. Veuillez corriger la "
+  de configuration 'rotate-type' devrait être 'size', 'time' ou "
+  de l'encodage JPEG (de 0 à 100 %)."
+  de l'encodeur : 0, 1 ou 2."
+  de la piste d'entrÃe à utiliser pour l'enregistrement (le "
+  de la vidÃo (0-65535)."
+  depuis :"
+  du pÃriphÃrique à utiliser pour l'ÃlÃment source."
+  dÃconnectÃ."
+  en kbit/sec. S'il vous "
+  et/ou que "
+  etait :\n"
+  gÃnÃrÃ. Vous pourriez avoir besoin de "
+  m_aximale:"
+  m_inimale:"
+  moindre."
+  par l'applet cortado."
+  par un autre programme. Veuillez "
+  plus basse."
+  pour Flumotion '%s' version %s, mais vous avez la "
+  pour la visualisation sur moniteur d'ordinateur"
+  pour le moment!</i>"
+  pour le projet Flumotion '%s', mais ce projet "
+  pour le worker %s et le port %s. "
+  pour le worker.\n"
+  programmÃ."
+  refusÃe."
+  spÃcifiÃ(s) mais pas tous. Les paramètres manquants "
+  spÃcifiÃ, mais le module '%s' n'est pas installÃ.\n"
+  spÃcifiÃ, mais les modules nÃcessaires ne sont pas "
+  sur %s."
+  sur %s.\n"
+  sur votre rÃseau.\n"
+  tuÃ.\n"
+  vide.\n"
+  votre connexion.\n"
+  à laquelle encoder (de -0.1 à 1.0). UtilisÃe seulement si le "
+  à un manager"
 License: UNKNOWN
  FIXME
 
 Files: flumotion/extern/code.py
 Copyright: 2001, Brian McErlean
- 2003, John Finlay
- 2004, Guilherme Salgado
- 2005, Andy Wingo
+  2003, John Finlay
+  2004, Guilherme Salgado
+  2005, Andy Wingo
 License: UNKNOWN
  FIXME
 
@@ -1337,51 +1336,51 @@ License: UNKNOWN
 
 Files: po/es.po
 Copyright: 2004-2008, Fluendo S.L."
- audio debiera estar en \"stream\"."
- bien instalado."
- correctamente conectado y que "
- disponible."
- listo.\n"
- puesto en ese momento)."
+  audio debiera estar en \"stream\"."
+  bien instalado."
+  correctamente conectado y que "
+  disponible."
+  listo.\n"
+  puesto en ese momento)."
 License: UNKNOWN
  FIXME
 
 Files: po/ca.po
 Copyright: 2004-2008, Fluendo S.L."
- el flux l'actual"
- instal·lat l'element de GStreamer '%s'"
- instal·lats els elements de GStreamer '%s'"
- l'element '%s' instal·lat.\n"
- un error a la interfície d'usuari."
- un error en aquesta versió (0.10.7). "
- un error en les versions anteriors a la (0.10.11). "
- un error.\n"
- una configuració diferent."
- una gran pèrdua de memòria.\n"
- una pèrdua de memòria.\n"
+  el flux l'actual"
+  instal·lat l'element de GStreamer '%s'"
+  instal·lats els elements de GStreamer '%s'"
+  l'element '%s' instal·lat.\n"
+  un error a la interfície d'usuari."
+  un error en aquesta versió (0.10.7). "
+  un error en les versions anteriors a la (0.10.11). "
+  un error.\n"
+  una configuració diferent."
+  una gran pèrdua de memòria.\n"
+  una pèrdua de memòria.\n"
 License: UNKNOWN
  FIXME
 
 Files: flumotion/admin/gtk/dialogs.py
 Copyright: 2004-2008, Fluendo S.L.')
- 2004-2009, Fluendo, S.L
- 2010-2011, Flumotion Services, S.A
- Lureau'
+  2004-2009, Fluendo, S.L
+  2010-2011, Flumotion Services, S.A
+  Lureau'
 License: UNKNOWN
  FIXME
 
 Files: flumotion/common/common.py
 Copyright: 2004-2009, Fluendo, S.L
- 2004-2009, Fluendo, S.L.")
- 2010-2011, Flumotion Services, S.A
- 2010-2011, Flumotion Services, S.A.")
+  2004-2009, Fluendo, S.L.")
+  2010-2011, Flumotion Services, S.A
+  2010-2011, Flumotion Services, S.A.")
 License: UNKNOWN
  FIXME
 
 Files: flumotion/common/boot.py
 Copyright: 2004-2009, Fluendo, S.L
- 2010-2011, Flumotion Services, S.A
- import version
+  2010-2011, Flumotion Services, S.A
+  import version
 License: UNKNOWN
  FIXME
 
@@ -1392,10 +1391,10 @@ License: UNKNOWN
 
 Files: ChangeLog
 Copyright: Lureau
- Lureau <mlureau at flumotion.com>
- header. Remove pre-Twisted 2 stuff. Add doc
- message (--version)
- symbol in the admin about box
+  Lureau <mlureau at flumotion.com>
+  header. Remove pre-Twisted 2 stuff. Add doc
+  message (--version)
+  symbol in the admin about box
 License: UNKNOWN
  FIXME
 
@@ -1421,9 +1420,9 @@ License: UNKNOWN
 
 Files: po/Makevars
 Copyright: for their translations to this person
- holder of the package.) Translators are
- holder of the surrounding
- holder that gets inserted into the header of the
+  holder of the package.) Translators are
+  holder of the surrounding
+  holder that gets inserted into the header of the
 License: UNKNOWN
  FIXME
 

-- 
flumotion packaging



More information about the pkg-multimedia-commits mailing list