[libdevice-usb-perl] 01/02: Drop Inline workaround (debian/rules), use versioned build-dep instead (debian/control).

gregor herrmann gregoa at debian.org
Thu Jul 24 15:29:24 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 b23a7dc9241ab2ce1c21d2e2dc7c8c6cbf7f09d2
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 24 17:25:22 2014 +0200

    Drop Inline workaround (debian/rules), use versioned build-dep instead (debian/control).
    
    Fixed libinline-perl is available now.
---
 debian/control |  2 +-
 debian/rules   | 14 --------------
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 959c79f..32fb26d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
                perl,
-               libinline-perl,
+               libinline-perl (>= 0.64) | libinline-perl (<< 0.57),
                libinline-c-perl,
                libusb-dev
 Standards-Version: 3.9.5
diff --git a/debian/rules b/debian/rules
index 3239849..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,17 +2,3 @@
 
 %:
 	dh $@
-
-
-# the following overrides work around a problem in Inline >= 0.57
-# cf. https://github.com/ingydotnet/inline-pm/pull/29 and
-# https://bugs.debian.org/754993
-
-override_dh_auto_configure:
-	mv $(CURDIR)/lib/Device/USB/FAQ.pod $(CURDIR)/debian/
-	dh_auto_configure
-
-override_dh_auto_build:
-	dh_auto_build
-	mv $(CURDIR)/debian/FAQ.pod $(CURDIR)/blib/lib/Device/USB/
-	pod2man --section 3pm --utf8 $(CURDIR)/blib/lib/Device/USB/FAQ.pod > $(CURDIR)/blib/man3/Device::USB::FAQ.3pm

-- 
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