[SCM] crtmpserver/master: normalize fields with 'wrap-and-sort -as'

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Mon Oct 3 08:59:02 UTC 2011


The following commit has been merged in the master branch:
commit a049b33272a866de5ae767f52bf3c40587312048
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon Oct 3 10:02:49 2011 +0200

    normalize fields with 'wrap-and-sort -as'

diff --git a/debian/control b/debian/control
index de865e5..f242738 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: crtmpserver
 Section: video
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Alessio Treglia <alessio at debian.org>,
+Uploaders:
+ Alessio Treglia <alessio at debian.org>,
  Andriy Beregovenko <jet at jet.kiev.ua>
-Build-Depends: cmake,
+Build-Depends:
+ cmake,
  debhelper (>= 7.3.7~),
  liblua5.1-0-dev,
  libssl-dev,
@@ -14,33 +16,13 @@ Homepage: http://www.rtmpd.com
 Vcs-Git: git://git.debian.org/pkg-multimedia/crtmpserver.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/crtmpserver.git;a=summary
 
-Package: crtmpserver
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- crtmpserver-libs,
- crtmpserver-apps
-Description: High performance RTMP/RTSP streaming server
- crtmpserver is a high performance streaming server able to stream
- (live or recorded) in the following technologies:
-  - To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE)
-  - To and from embedded devices: iPhone, Android
-  - From surveillance cameras
-  - IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols
- .
- Also, crtmpserver can be used as a high performance rendes-vous server.
- For example, it enables you to do:
-  - Audio/Video conferencing
-  - Online gaming
-  - Online collaboration
-  - Simple/complex chat applications
- 
 Package: crtmpserver-libs
 Architecture: any
-Depends: ${misc:Depends},
+Depends:
  liblua5.1-0,
+ libtinyxml2.6.2,
  openssl,
- libtinyxml2.6.2
+ ${misc:Depends}
 Description: shared libraries for the crtmpserver platform
  crtmpserver is a high performance streaming server able to stream
  (live or recorded) in the following technologies:
@@ -58,8 +40,9 @@ Description: shared libraries for the crtmpserver platform
 
 Package: crtmpserver-apps
 Architecture: any
-Depends: ${misc:Depends},
+Depends:
  crtmpserver-libs(>= ${binary:Version}),
+ ${misc:Depends}
 Description: base applications for the crtmpserver platform
  crtmpserver is a high performance streaming server able to stream
  (live or recorded) in the following technologies:
@@ -77,11 +60,12 @@ Description: base applications for the crtmpserver platform
 
 Package: crtmpserver-dev
 Architecture: any
-Depends: ${misc:Depends},
+Depends:
  crtmpserver-libs(= ${binary:Version}),
  liblua5.1-0-dev,
  libssl-dev,
- libtinyxml-dev
+ libtinyxml-dev,
+ ${misc:Depends}
 Description: Development files for the crtmpserver platform
  crtmpserver is a high performance streaming server able to stream
  (live or recorded) in the following technologies:

-- 
crtmpserver packaging



More information about the pkg-multimedia-commits mailing list