[libzmq-ffi-perl] 01/03: Revert "add ugly hack to get a dependency on libzmqN"

gregor herrmann gregoa at debian.org
Mon Jun 27 20:54:34 UTC 2016


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

gregoa pushed a commit to branch master
in repository libzmq-ffi-perl.

commit 4e1477d934235242be1fd6362f3e3182bb8cd3fb
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 27 22:47:51 2016 +0200

    Revert "add ugly hack to get a dependency on libzmqN"
    
    This reverts commit cfe2b0d637c96ed126780e89a7049406673e0b83.
    
    we most probably need to depend on the -dev package anyway
    
    Gbp-Dch: Ignore
---
 debian/control | 2 +-
 debian/rules   | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index c3e4d71..60ef2d7 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libzmq-ffi-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, ${zmq:Depends},
+Depends: ${misc:Depends}, ${perl:Depends},
  libclass-xsaccessor-perl (>= 1.18),
  libffi-platypus-perl,
  libimport-into-perl,
diff --git a/debian/rules b/debian/rules
index 95d4135..8754068 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
-# this is UGLY. how do we get to libzmq5 otherwise?
-ZMQBINPKG = $(shell dpkg -l | grep -v \\-dev | egrep -o '(libzmq[0-9])')
-
 %:
 	dh $@
 
@@ -24,6 +21,3 @@ override_dh_auto_install:
 	; do \
 		$(RM) -v $(TMP)/usr/share/man/man3/ZMQ::FFI::$$M.3pm ; \
 	done
-
-override_dh_gencontrol:
-	dh_gencontrol -- -V'zmq:Depends=$(ZMQBINPKG)'

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



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