[libmidi-alsa-perl] 06/08: d/control
gregor herrmann
gregoa at debian.org
Sat Oct 22 15:24:09 UTC 2016
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 <gregoa at 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-maintainers at lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa at 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
More information about the Pkg-perl-cvs-commits
mailing list