[SCM] lv2fil/master: Wrap and sort
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon May 14 23:31:25 UTC 2012
The following commit has been merged in the master branch:
commit 1f1ac1aa5dee80cbc00a753f5f9f0ded7f8eafee
Author: Alessio Treglia <alessio at debian.org>
Date: Tue May 15 01:26:55 2012 +0200
Wrap and sort
Git-Dch: Ignore
diff --git a/debian/control b/debian/control
index 1f44bef..2e91fbc 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,14 @@ Source: lv2fil
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Free Ekanayaka <freee at debian.org>,
+Uploaders:
+ Free Ekanayaka <freee at debian.org>,
Jaromír Mikeš <mira.mikes at seznam.cz>,
Alessio Treglia <alessio at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
- pkg-config,
+Build-Depends:
+ debhelper (>= 7.0.50~),
lv2-dev,
+ pkg-config,
python
DM-Upload-Allowed: yes
Standards-Version: 3.9.2
@@ -17,12 +19,14 @@ Homepage: http://nedko.arnaudov.name/soft/lv2fil/
Package: lv2fil
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
+Depends:
python,
python-cairo,
- python-gtk2
-Provides: lv2-plugin
+ python-gtk2,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Provides:
+ lv2-plugin
Description: Stereo and mono LV2 plugins, four-band parametric equalisers
Each section has an active/bypass switch, frequency, bandwidth and
gain controls. There is also a global bypass switch and gain control.
diff --git a/debian/copyright b/debian/copyright
index b934454..0abc2f5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,12 +3,12 @@ Mon, 20 Jul 2009 16:18:05 +0200.
It was downloaded from http://nedko.arnaudov.name/soft/lv2fil/
-Upstream Authors:
+Upstream Authors:
Nedko Arnaudov <nedko at arnaudov.name>
Fons Adriaensen <fons.adriaensen at skynet.be>
-Copyright:
+Copyright:
Copyright (C) 2006,2007,2008,2009 Nedko Arnaudov
@@ -17,7 +17,7 @@ Copyright exceptions:
The lv2_ui.h file:
Copyright (C) 2006-2008 Lars Luthman <lars.luthman at gmail.com>
Based on lv2.h, which was
- Copyright (C) 2000-2002 Richard W.E. Furse, Paul Barton-Davis,
+ Copyright (C) 2000-2002 Richard W.E. Furse, Paul Barton-Davis,
Stefan Westerfeld
Copyright (C) 2006 Steve Harris, Dave Robillard.
@@ -27,7 +27,7 @@ The ui file:
The waf file:
Copyright (C) 2005-2008 Thomas Nagy
-
+
License:
@@ -35,12 +35,12 @@ License:
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
-
+
This package 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 General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
@@ -53,7 +53,7 @@ Lincense exeptions:
The lv2_external_ui.h file contains this notice:
This work is in public domain.
-
+
This file 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.
@@ -64,12 +64,12 @@ The lv2_ui.h file is licensed under the GNU LGPL v2.1 or later.
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
-
+
This program 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 Lesser General Public License for more details.
-
+
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
--
lv2fil packaging
More information about the pkg-multimedia-commits
mailing list