[SCM] libltcsmpte/master: Wrap and sort

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon May 7 19:45:36 UTC 2012


The following commit has been merged in the master branch:
commit 731c3e0a21b7041ac97fb8b2784c49ea87c51577
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon May 7 12:32:40 2012 -0700

    Wrap and sort
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index e7b0f69..27d054d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,16 @@ Source: libltcsmpte
 Section: libs
 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>,
  Robin Gareus <robin at gareus.org>
-Build-Depends: debhelper (>= 7),
- dh-autoreconf,
- autotools-dev,
+Build-Depends:
  automake,
- libtool,
- doxygen
+ autotools-dev,
+ debhelper (>= 7),
+ dh-autoreconf,
+ doxygen,
+ libtool
 Standards-Version: 3.9.3
 Homepage: http://ltcsmpte.sourceforge.net/
 Vcs-Git: git://git.debian.org/pkg-multimedia/libltcsmpte.git
@@ -18,12 +20,13 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/libltcsmpte.git
 Package: libltcsmpte-dev
 Section: libdevel
 Architecture: all
-Depends: libltcsmpte1 (>= ${source:Version}),
+Depends:
  libltcsmpte1 (<< ${source:Upstream-Version}+1~),
+ libltcsmpte1 (>= ${source:Version}),
  ${misc:Depends}
 Description: Development files for libltcsmpte
- Linear (or Longitudinal) Timecode (LTC) is an encoding of SMPTE timecode data 
- as a Manchester-Biphase encoded audio signal. The audio signal is commonly 
+ Linear (or Longitudinal) Timecode (LTC) is an encoding of SMPTE timecode data
+ as a Manchester-Biphase encoded audio signal. The audio signal is commonly
  recorded on a VTR track or other storage media.
  libltcsmpte provides functionality to both encode and decode LTC from/to SMPTE
  and can perform framerate conversion tasks.
@@ -32,11 +35,12 @@ Description: Development files for libltcsmpte
 
 Package: libltcsmpte1
 Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: linear timecode and framerate conversion library
- Linear (or Longitudinal) Timecode (LTC) is an encoding of SMPTE timecode data 
- as a Manchester-Biphase encoded audio signal. The audio signal is commonly 
+ Linear (or Longitudinal) Timecode (LTC) is an encoding of SMPTE timecode data
+ as a Manchester-Biphase encoded audio signal. The audio signal is commonly
  recorded on a VTR track or other storage media.
  libltcsmpte provides functionality to both encode and decode LTC from/to SMPTE
  and can perform framerate conversion tasks.
diff --git a/debian/copyright b/debian/copyright
index 5dba004..47d1bb2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,15 +6,15 @@ It was downloaded from:
 
     http://ltcsmpte.sf.net/
 
-Upstream Authors: 
+Upstream Authors:
 
     Robin Gareus <robin at gareus.org>
     Jan <jan at geheimwerk.de>
 
-Copyright: 
+Copyright:
 
     Copyright (C) 2003 Maarten de Boer
-    Copyright (C) 2007-2010 Robin Gareus 
+    Copyright (C) 2007-2010 Robin Gareus
     Copyright (C) 2008-2010 Jan Weiß
 
 License:
diff --git a/debian/libltcsmpte-dev.install b/debian/libltcsmpte-dev.install
index 791c9d5..f7ca58a 100644
--- a/debian/libltcsmpte-dev.install
+++ b/debian/libltcsmpte-dev.install
@@ -1,4 +1,4 @@
 usr/include/*
+usr/lib/lib*.so
 usr/lib/pkgconfig/*
 usr/share/man/man3/*.3
-usr/lib/lib*.so

-- 
libltcsmpte packaging



More information about the pkg-multimedia-commits mailing list