[SCM] zynjacku/master: Wrap and sort

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed May 16 19:53:03 UTC 2012


The following commit has been merged in the master branch:
commit 6c5837cad3d7204b56a68bd817035457ed0e2668
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed May 16 21:41:04 2012 +0200

    Wrap and sort
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 4ca2279..bf234f8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,20 @@ Source: zynjacku
 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~),
- dh-autoreconf,
+Build-Depends:
  autotools-dev (>= 20100122.1~),
- python-all-dev (>= 2.6.6-3),
- pkg-config,
+ debhelper (>= 7.0.50~),
+ dh-autoreconf,
  libjack-dev,
+ liblv2dynparam1-dev,
  lv2core,
- python-gtk2-dev,
- liblv2dynparam1-dev
+ pkg-config,
+ python-all-dev (>= 2.6.6-3),
+ python-gtk2-dev
 Standards-Version: 3.9.2
 X-Python-Version: >= 2.6
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/zynjacku.git
@@ -21,13 +23,15 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/zynjacku.git
 Homepage: http://home.gna.org/zynjacku/
 
 Package: zynjacku
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python:Depends},
+Depends:
+ jackd,
  python (>= 2.5.2),
  python-gtk2,
- jackd
-Provides: lv2-host
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Provides:
+ lv2-host
 Architecture: any
 Description: JACK based host for LV2 synths and LV2 plugins
  lv2rack and zynjacku are included in this package.
diff --git a/debian/copyright b/debian/copyright
index 94200f4..ba2cdab 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -84,12 +84,12 @@ The lv2_data_access.h
     it under the terms of the GNU Lesser General Public License as published by
     the Free Software Foundation; either version 2 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 program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 01222-1307  USA
@@ -104,12 +104,12 @@ The lv2_ui.h file is licenced by GNU LGPL version 2.1 of the License, or
     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 program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 01222-1307  USA
@@ -121,7 +121,7 @@ The lv2_progress.h
     lv2_external_ui.h files contain 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.

-- 
zynjacku packaging



More information about the pkg-multimedia-commits mailing list