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

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Aug 2 11:27:00 UTC 2012


The following commit has been merged in the master branch:
commit e51ff3a402b159161d3463679fefd8daf9434869
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Aug 2 13:15:41 2012 +0200

    wrap-and-sort -a -s

diff --git a/debian/control b/debian/control
index 033401a..8019f06 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,16 @@ Source: a2jmidid
 Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Adrian Knoth <adi at drcomp.erfurt.thur.de>,
+Uploaders:
+ Adrian Knoth <adi at drcomp.erfurt.thur.de>,
  Alessio Treglia <alessio at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~),
- python-all (>= 2.6.6-3),
+Build-Depends:
+ debhelper (>= 7.0.50~),
  libasound2-dev,
+ libdbus-1-dev,
  libjack-dev (>= 0.107.0) | libjack-jackd2-dev,
- libdbus-1-dev
+ python-all (>= 2.6.6-3)
 Standards-Version: 3.9.3
 X-Python-Version: >= 2.5
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/a2jmidid.git
@@ -18,9 +20,10 @@ Homepage: http://home.gna.org/a2jmidid/
 
 Package: a2jmidid
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
+ ${misc:Depends},
  ${python:Depends},
- ${misc:Depends}
+ ${shlibs:Depends}
 Description: Daemon for exposing legacy ALSA MIDI in JACK MIDI systems
  Main goal of this project is to ease usage of legacy, not JACK-ified
  apps, in a JACK MIDI enabled system.
diff --git a/debian/copyright b/debian/copyright
index 79c10b6..545ef0a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -46,29 +46,29 @@ The following files are licensed under either version 2 of the GPL
 License, or (at your option) any later version:
     a2jmidi_bridge.c
     j2amidi_bridge.c
-     
+
 
 The sigsegv.c file is licensed under the following license:
     This code is in the public domain.  Use it as you see fit, some credit
     would be appreciated, but is not a prerequisite for usage.  Feedback
     on it's use would encourage further development and maintenance.
- 
+
 
 The waf file is licensed under the following license:
     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions
     are met:
-    
+
     1. Redistributions of source code must retain the above copyright
        notice, this list of conditions and the following disclaimer.
-    
+
     2. Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in the
        documentation and/or other materials provided with the distribution.
-    
+
     3. The name of the author may not be used to endorse or promote products
        derived from this software without specific prior written permission.
-    
+
     THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
     IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

-- 
a2jmidid packaging



More information about the pkg-multimedia-commits mailing list