[Python-apps-commits] r11914 - in packages/oggconvert/trunk/debian (control)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Wed May 6 20:16:26 UTC 2015
Date: Wednesday, May 6, 2015 @ 20:16:25
Author: dktrkranz
Revision: 11914
Put dependencies on separate lines
Modified:
packages/oggconvert/trunk/debian/control
Modified: packages/oggconvert/trunk/debian/control
===================================================================
--- packages/oggconvert/trunk/debian/control 2015-05-06 20:13:26 UTC (rev 11913)
+++ packages/oggconvert/trunk/debian/control 2015-05-06 20:16:25 UTC (rev 11914)
@@ -4,7 +4,8 @@
Maintainer: Luca Falavigna <dktrkranz at debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 9~)
-Build-Depends-Indep: python (>= 2.6.6-3~), python-gst0.10
+Build-Depends-Indep: python (>= 2.6.6-3~),
+ python-gst0.10
Homepage: http://oggconvert.tristanb.net/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/oggconvert/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/oggconvert/trunk/
@@ -13,8 +14,17 @@
Package: oggconvert
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-glade2, python-gobject, python-gst0.10, librsvg2-common
-Recommends: gstreamer0.10-plugins-base, gstreamer0.10-plugins-good, gstreamer0.10-plugins-bad, gstreamer0.10-plugins-ugly
+Depends: ${python:Depends},
+ ${misc:Depends},
+ python-gtk2,
+ python-glade2,
+ python-gobject,
+ python-gst0.10,
+ librsvg2-common
+Recommends: gstreamer0.10-plugins-base,
+ gstreamer0.10-plugins-good,
+ gstreamer0.10-plugins-bad,
+ gstreamer0.10-plugins-ugly
Description: convert media files to free formats
OggConvert is a small GNOME utility which uses GStreamer to convert
(almost) any media file to the patent-free Ogg Vorbis, Theora and
@@ -33,4 +43,3 @@
* Supports the Schroedinger encoder for encoding to the Dirac video format
(note that this encoder is currently experimental).
* Supports encoding to the Matroska container format.
-
More information about the Python-apps-commits
mailing list