This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmidi-alsa-perl.

commit f69aeec6d4898e8e4c7853f3fcd7e9f289bae181
Author: gregor herrmann <gre...@debian.org>
Date:   Sat Oct 22 17:16:14 2016 +0200

    d/control
---
 debian/control | 28 ++++++++++++----------------
 1 file changed, 12 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index d53021e..ae37e44 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,10 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: gregor herrmann <gre...@debian.org>
-Build-Depends: debhelper (>= 9),
- perl,
- perl-modules-5.24
+Build-Depends: alsa-utils,
+               debhelper (>= 9),
+               libasound2-dev,
+               perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmidi-alsa-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmidi-alsa-perl.git
@@ -14,21 +15,16 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libmidi-alsa-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: unknown
- MIDI::ALSA offers a Perl interface to the ALSA library. It is a
- call-compatible translation into Perl of the Lua module midialsa
- http://www.pjb.com.au/comp/lua/midialsa.html which is in turn based on the
- Python modules alsaseq.py and alsamidi.py by Patricio Paez.
- .
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
+Description: Perl interface to the ALSA library
+ MIDI::ALSA offers a Perl interface to the ALSA library.
  It also offers some functions to translate events from and to the event
- format used in Sean Burke's MIDI-Perl module.
+ format used in the MIDI-Perl module (packaged as libmidi-perl).
  .
  Nothing is exported by default, but all the functions and constants can be
  exported, e.g.:
  .
- use MIDI::ALSA(client, connectfrom, connectto, id, input, output);
- .
- use MIDI::ALSA(':CONSTS');
- .
- This description was automagically extracted from the module by dh-make-perl.
+  use MIDI::ALSA(client, connectfrom, connectto, id, input, output);
+  use MIDI::ALSA(':CONSTS');

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmidi-alsa-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to