summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2012-04-25 02:14:20 +0200
committerAlessio Treglia <alessio@debian.org>2012-04-25 02:14:20 +0200
commitc513b93fbbe272f3fed1c8429a7258293cf23fe9 (patch)
tree0ddf1c16f3d7bbe2d2b83f3b95d8f01fa1fa9474
parentdddefe1a5ef7c96abeec6037c798702e218eb0bd (diff)
wrap-and-sort -a -s
Git-Dch: Ignore
-rw-r--r--debian/control23
-rw-r--r--debian/copyright5
2 files changed, 17 insertions, 11 deletions
diff --git a/debian/control b/debian/control
index f46ec5c..5700397 100644
--- a/debian/control
+++ b/debian/control
@@ -2,24 +2,31 @@ Source: ladspa-sdk
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
- cdbs
+Build-Depends:
+ cdbs,
+ debhelper (>= 7.0.50~)
Standards-Version: 3.9.0
-Uploaders: Felipe Sateler <fsateler@debian.org>
+Uploaders:
+ Felipe Sateler <fsateler@debian.org>
Vcs-Git: git://git.debian.org/git/pkg-multimedia/ladspa-sdk.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/ladspa-sdk.git
Homepage: http://www.ladspa.org/
Package: ladspa-sdk
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: ladspa-host, ladspa-plugin, ladspa-sdk-dev
-Conflicts: ladspa-sdk-dev
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Provides:
+ ladspa-host,
+ ladspa-plugin,
+ ladspa-sdk-dev
+Conflicts:
+ ladspa-sdk-dev
Description: sample tools for linux-audio-dev plugin architecture
LADSPA is a free standard specification for audio effect plugins.
.
- Contains sample plugins, and analyseplugin, listplugin, applyplugin
+ Contains sample plugins, and analyseplugin, listplugin, applyplugin
programs, and the ladspa.h, the LADSPA specification.
.
Please build-depend on this package if you need ladspa.h
-
diff --git a/debian/copyright b/debian/copyright
index cb6e08f..7d8af48 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,8 +3,8 @@ Wed, 9 May 2001 20:19:32 +0900.
It was downloaded from http://www.ladspa.org
-Upstream Authors:
- Richard W.E. Furse
+Upstream Authors:
+ Richard W.E. Furse
Paul Barton-Davis
Stefan Westerfeld
@@ -15,4 +15,3 @@ The LADSPA Software Development Kit and the LADSPA plugin API
itself are licensed under LGPL version 2.1 or later.
See /usr/share/common-licenses/LGPL-2.1 on Debian systems.
-