[SCM] rtmpdump/master: wrap-and-sort -s

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Aug 17 10:11:05 UTC 2011


The following commit has been merged in the master branch:
commit a0ea0c656f79e5ee350eca854a369b8f9c9f3350
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Aug 17 12:05:59 2011 +0200

    wrap-and-sort -s

diff --git a/debian/control b/debian/control
index 75c013e..823946d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,13 @@
 Source: rtmpdump
 Priority: extra
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Reinhard Tartler <siretart at tauware.de>, Sebastian Dröge <slomo at debian.org>
-Build-Depends: quilt (>= 0.46-7~), debhelper (>= 7.0.50~),
+Uploaders:
+ Reinhard Tartler <siretart at tauware.de>,
+ Sebastian Dröge <slomo at debian.org>
+Build-Depends:
+ debhelper (>= 7.0.50~),
  libgnutls-dev (>= 2.4.1),
+ quilt (>= 0.46-7~)
 Standards-Version: 3.9.2
 Section: web
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/rtmpdump.git
@@ -12,7 +16,7 @@ Homepage: http://rtmpdump.mplayerhq.hu/
 
 Package: rtmpdump
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: ffmpeg, mplayer
 Description: small dumper for media content streamed over the RTMP protocol
  A small dumper for media content streamed over the RTMP protocol (like BBC's
@@ -21,7 +25,7 @@ Description: small dumper for media content streamed over the RTMP protocol
 
 Package: librtmp0
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Architecture: any
 Description: toolkit for RTMP streams (shared library)
  A small dumper for media content streamed over the RTMP protocol (like BBC's
@@ -33,7 +37,7 @@ Description: toolkit for RTMP streams (shared library)
 
 Package: librtmp-dev
 Section: libdevel
-Depends: librtmp0 (= ${binary:Version}), libgnutls-dev, ${misc:Depends}
+Depends: libgnutls-dev, librtmp0 (= ${binary:Version}), ${misc:Depends}
 Architecture: any
 Description: toolkit for RTMP streams (development files)
  A small dumper for media content streamed over the RTMP protocol (like BBC's
diff --git a/debian/copyright b/debian/copyright
index 9b0f877..ff59a8a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -46,12 +46,12 @@ librmtp/ subdirectory in the  source tree):
     it under the terms of the GNU Lesser General Public License as
     published by the Free Software Foundation; either version 2.1,
     or (at your option) any later version.
-    
+
     librtmp is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     GNU General Public License for more details.
-    
+
     You should have received a copy of the GNU Lesser General Public License
     along with librtmp see the file COPYING.  If not, write to
     the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
@@ -69,6 +69,3 @@ and is licensed under the GNU Lesser General Public License.
 On Debian GNU/Linux systems, the complete text of the GNU General Public
 License can be found in `/usr/share/common-licenses/GPL-2' and the text of the
 GNU Lesser General Public License is in `/usr/share/common-licenses/LGPL-2.1'.
-
-
-

-- 
rtmpdump packaging



More information about the pkg-multimedia-commits mailing list