[SCM] pyliblo/master: wrap-and-sort -a -s

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Mar 30 20:53:09 UTC 2013


The following commit has been merged in the master branch:
commit 13c90d32caf515d26081dd01f792b45533e369b7
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Mar 30 20:51:53 2013 +0000

    wrap-and-sort -a -s
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 0e42baa..324303d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,14 @@ Source: pyliblo
 Section: devel
 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~),
- python-all-dev,
- liblo-dev (>= 0.26~repack)
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ liblo-dev (>= 0.26~repack),
+ python-all-dev
 Standards-Version: 3.9.1
 X-Python-Version: >= 2.5
 XS-Testsuite: autopkgtest
@@ -18,13 +20,17 @@ Homepage: http://das.nasophon.de/pyliblo/
 Package: python-liblo
 Section: python
 Architecture: any
-Depends: ${python:Depends},
+Depends:
  ${misc:Depends},
+ ${python:Depends},
  ${shlibs:Depends}
-Breaks: ${python:Breaks}
+Breaks:
+ ${python:Breaks}
 XB-Python-Version: ${python:Versions}
-Suggests: pyliblo-utils
-Provides: ${python:Provides}
+Suggests:
+ pyliblo-utils
+Provides:
+ ${python:Provides}
 Description: Python bindings for liblo, the lightweight OSC library
  pyliblo, provides Python bindings for liblo, which is an implementation
  of the Open Sound Control specification and facilitates communication
@@ -37,9 +43,10 @@ Description: Python bindings for liblo, the lightweight OSC library
 Package: pyliblo-utils
 Section: utils
 Architecture: all
-Depends: ${python:Depends},
+Depends:
+ python-liblo,
  ${misc:Depends},
- python-liblo
+ ${python:Depends}
 XB-Python-Version: ${python:Versions}
 Description: Command line utilities for sending and receiving OSC messages
  This package contains the send_osc and dump_osc utilities, which can be
diff --git a/debian/copyright b/debian/copyright
index cd7bf1d..9060c03 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,13 +1,13 @@
 This package was debianized by:
- 
+
        Jaromír Mikeš <mira.mikes at seznam.cz>  Fri, 02 Oct 2009 21:48:27 +0200
 
 It was downloaded from:
- 
+
         http://das.nasophon.de/pyliblo/
 
 Upstream Author:
- 
+
         Dominic Sacré <dominic.sacre at gmx.de>
 
 Copyright:
@@ -41,12 +41,12 @@ The dump_osc.py and send_osc.py files
     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 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 General Public License for more details.
-    
+
     You should have received a copy of the GNU 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

-- 
pyliblo packaging



More information about the pkg-multimedia-commits mailing list