[SCM] composite/master: Wrap and sort

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu May 17 08:54:53 UTC 2012


The following commit has been merged in the master branch:
commit cad16f7bc5a09ae0af608c658c93524050aa25e7
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu May 17 10:35:43 2012 +0200

    Wrap and sort
    
    Git-Dch: Ignore

diff --git a/debian/composite.install b/debian/composite.install
index b6dfe9d..c3a42f9 100644
--- a/debian/composite.install
+++ b/debian/composite.install
@@ -1,5 +1,5 @@
-usr/bin
-usr/lib/lv2
-usr/lib/libTritium.so usr/lib/composite
 debian/composite.desktop usr/share/applications/
 debian/composite32x32.xpm usr/share/pixmaps/
+usr/bin
+usr/lib/libTritium.so usr/lib/composite
+usr/lib/lv2
diff --git a/debian/control b/debian/control
index 81991ea..2c37102 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,21 @@ Source: composite
 Section: sound
 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>,
  Jaromír Mikeš <mira.mikes at seznam.cz>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends:
  cmake,
- libsndfile1-dev,
- libjack-dev,
- lv2-dev,
- libflac++-dev,
- libtar-dev,
- libqt4-dev,
+ debhelper (>= 7.0.50~),
  libboost-dev,
  libboost-test-dev,
- liblrdf-dev
+ libflac++-dev,
+ libjack-dev,
+ liblrdf-dev,
+ libqt4-dev,
+ libsndfile1-dev,
+ libtar-dev,
+ lv2-dev
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/composite.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/composite.git
@@ -22,11 +24,13 @@ Homepage: http://gabe.is-a-geek.org/composite/
 
 Package: composite
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
  composite-data (>= ${source:Version}),
  jackd,
- ${misc:Depends}
-Provides: lv2-plugin
+ ${misc:Depends},
+ ${shlibs:Depends}
+Provides:
+ lv2-plugin
 Description: Live performance sequencer
  Composite is a software application/system for real-time, in-performance
  sequencing, sampling, and looping. It has a strong emphasis on the needs
@@ -38,8 +42,10 @@ Description: Live performance sequencer
 
 Package: composite-data
 Architecture: all
-Depends: ${misc:Depends}
-Suggests: composite
+Depends:
+ ${misc:Depends}
+Suggests:
+ composite
 Description: Live performance sequencer (data files)
  Composite is a software application/system for real-time, in-performance
  sequencing, sampling, and looping. It has a strong emphasis on the needs
@@ -52,7 +58,8 @@ Package: composite-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: composite (= ${binary:Version}),
+Depends:
+ composite (= ${binary:Version}),
  ${misc:Depends}
 Description: Live performance sequencer (debugging symbols)
  Composite is a software application/system for real-time, in-performance
diff --git a/debian/copyright b/debian/copyright
index b1aa600..6c054e9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -21,7 +21,7 @@ Copyright:
  2008-2009 Sebastian Moors <mauser at smoors.de>
 License: GPL-2+
 
-Files: ./src/3rd-party/lv2/event.lv2/*, 
+Files: ./src/3rd-party/lv2/event.lv2/*,
 Copyright:
  2006-2007 Lars Luthman <lars.luthman at gmail.com>
  2008-2009 Dave Robillard <http://drobilla.net>
@@ -52,7 +52,7 @@ License: other
  the rights to use, copy, modify, merge, publish, distribute, sublicense,
  and/or sell copies of the Software, and to permit persons to whom the
  Software is furnished to do so, subject to the following conditions:
- . 
+ .
  The above copyright notice and this permission notice shall be included
  in all copies or substantial portions of the Software.
  .
@@ -70,7 +70,7 @@ Copyright:
  2009 Gabriel M. Beddingfield <gabriel at teuton.org>
 License: GPL-2+
 
-Files: ./src/Tritium/Tritium/DataPath.hpp 
+Files: ./src/Tritium/Tritium/DataPath.hpp
 Copyright:
  2002 Alessandro Cominu
  2005 Jonathan Dempsey
@@ -82,7 +82,7 @@ Copyright:
  2000 Paul Davis & Benno Senoner
 License: GPL-2+
 
-Files: ./src/Tritium/Tritium/fx/ladspa.h 
+Files: ./src/Tritium/Tritium/fx/ladspa.h
 Copyright:
  2000-2002 Richard W.E. Furse, Paul Barton-Davis
 License: LGPL-2.1+

-- 
composite packaging



More information about the pkg-multimedia-commits mailing list