[libdevice-usb-perl] 01/02: Add (build) dependency on libinline-c-perl.

gregor herrmann gregoa at debian.org
Sat Jul 12 14:01:58 UTC 2014


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

gregoa pushed a commit to branch master
in repository libdevice-usb-perl.

commit 03b0200c79e4153c351d594459c563699e1a74fe
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jul 12 15:59:10 2014 +0200

    Add (build) dependency on libinline-c-perl.
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index cee9588..959c79f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
                perl,
                libinline-perl,
+               libinline-c-perl,
                libusb-dev
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevice-usb-perl.git
@@ -17,7 +18,8 @@ Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          ${perl:Depends},
-         libinline-perl
+         libinline-perl,
+         libinline-c-perl
 Description: Perl module to access USB devices using libusb
  Device::USB provides a Perl interface to the C library libusb. This library
  supports a relatively full set of functionality to access a USB device. In

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



More information about the Pkg-perl-cvs-commits mailing list