[Pkg-freevo-maint] r51 - packages/freevo/trunk/debian

mennucc1 at alioth.debian.org mennucc1 at alioth.debian.org
Tue Jan 8 21:25:57 UTC 2008


Author: mennucc1
Date: 2008-01-08 21:25:57 +0000 (Tue, 08 Jan 2008)
New Revision: 51

Modified:
   packages/freevo/trunk/debian/control
Log:
No need for a package to conflict on self.
Package python-freevo is section python.
Vcs-* is OK now.
Substitute  ${Source-Version} by ${binary:Version} .
Delete ${misc:Depends} (I dont think it is useful, lintian complains
 about it).


Modified: packages/freevo/trunk/debian/control
===================================================================
--- packages/freevo/trunk/debian/control	2008-01-08 21:01:50 UTC (rev 50)
+++ packages/freevo/trunk/debian/control	2008-01-08 21:25:57 UTC (rev 51)
@@ -5,25 +5,24 @@
 Uploaders: Julien Danjou <acid at debian.org>, Georg W. Leonhardt <repo at geole.info>
 Build-Depends-Indep: po-debconf
 Build-Depends: cdbs (>= 0.4.48), python-all-dev (>= 2.4), python-central (>= 0.5), debhelper (>= 5.0.38), quilt
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3.0
 XS-Python-Version: all
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-freevo/freevo/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-freevo/freevo/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-freevo/freevo/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-freevo/freevo/
 Homepage: http://freevo.org/
 
 Package: python-freevo
 Architecture: all
+Section: python
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python-alsaaudio, python-xml, python-libxml2, python-beautifulsoup (>= 3.0.1), python-kaa-imlib2 (>= 0.2.2), python-kaa-metadata (>= 0.7.1), python-elementtree, python-pygame, python-imaging, python-twisted, python-sqlite
-Conflicts: python-freevo (<< ${Source-Version})
+Depends: ${python:Depends},  python-alsaaudio, python-xml, python-libxml2, python-beautifulsoup (>= 3.0.1), python-kaa-imlib2 (>= 0.2.2), python-kaa-metadata (>= 0.7.1), python-elementtree, python-pygame, python-imaging, python-twisted, python-sqlite
 Description: Python modules for Freevo
  This package contains python modules for Freevo
 
 Package: freevo
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python-freevo (>= ${Source-Version}), freevo-common (>= ${Source-Version}), ucf (>= 0.30), mplayer-nogui | mplayer | mplayer-386 | player-586 | mplayer-686 | mplayer-k7 , lsdvd, xmltv-util, libxmltv-perl
-Conflicts: freevo (<< ${Source-Version})
+Depends: ${python:Depends},  python-freevo (= ${binary:Version}), freevo-common (= ${binary:Version}), ucf (>= 0.30), mplayer-nogui | mplayer | mplayer-386 | player-586 | mplayer-686 | mplayer-k7 , lsdvd, xmltv-util, libxmltv-perl
 Recommends: lame, cdparanoia, msttcorefonts, xine-ui, fbxine
 Suggests: flac, vorbis-tools, fbset, matrox-tools
 Description: A Python based PVR/DVR Framework for Music and Movies
@@ -36,23 +35,22 @@
 
 Package: freevo-common
 Architecture: all
-Recommends: freevo (>= ${Source-Version})
+Recommends: freevo (= ${binary:Version})
 Depends: ttf-bitstream-vera, ttf-dejavu
-Conflicts: freevo-media, freevo-common (<< ${Source-Version})
+Conflicts: freevo-media
 Description: Themes and non-application data for Freevo
  This package contains themes, fonts and other non-application data
  for Freevo.
 
 Package: freevo-lirc
 Architecture: all
-Depends: freevo (>= ${Source-Version}), python-lirc, lirc
-Conflicts: freevo-lirc (<< ${Source-Version})
+Depends: freevo (= ${binary:Version}), python-lirc, lirc
 Description: Lirc control for Freevo
  This package add lirc support for Freevo.
 
 Package: freevo-doc
 Section: doc
 Architecture: all
-Recommends: freevo (>= ${Source-Version})
+Recommends: freevo
 Description: Documentation for Freevo
  This package contains documentation files for Freevo.




More information about the Pkg-freevo-maint mailing list