[SCM] crtmpserver/master: Normalize with wrap-and-sort(1)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Tue Dec 6 17:57:14 UTC 2011


The following commit has been merged in the master branch:
commit fc2b1c9bc728fdbc831b2474e9b6bfd9cfa8be6e
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Tue Dec 6 17:25:58 2011 +0100

    Normalize with wrap-and-sort(1)

diff --git a/debian/control b/debian/control
index d996551..c954fa4 100644
--- a/debian/control
+++ b/debian/control
@@ -18,11 +18,11 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/crtmpserver.git;
 
 Package: crtmpserver
 Architecture: any
-Depends: 
- crtmpserver-libs,
+Depends:
  crtmpserver-apps,
- ${shlibs:Depends},
- ${misc:Depends}
+ crtmpserver-libs,
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: High performance RTMP/RTSP streaming server
  crtmpserver is a high performance streaming server able to stream
  (live or recorded) in the following technologies:
diff --git a/debian/crtmpserver.install b/debian/crtmpserver.install
index b69ed91..2c8d827 100644
--- a/debian/crtmpserver.install
+++ b/debian/crtmpserver.install
@@ -1,4 +1,4 @@
-usr/sbin/crtmpserver
+
 debian/crtmpserver-scripts/crtmpserver.lua	etc/crtmpserver
 debian/crtmpserver-scripts/log_appenders.lua	etc/crtmpserver
-
+usr/sbin/crtmpserver

-- 
crtmpserver packaging



More information about the pkg-multimedia-commits mailing list