[libhtml-embedded-turtle-perl] 27/28: (Build-)depend on libdata-uuid-perl as fallback for libossp-uuid-perl.

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 16:24:34 UTC 2013


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

js pushed a commit to branch master
in repository libhtml-embedded-turtle-perl.

commit c3eebcc34c539e1d3491dc2c8fd3084eafe1e9aa
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Aug 9 18:20:33 2013 +0200

    (Build-)depend on libdata-uuid-perl as fallback for libossp-uuid-perl.
---
 debian/rules |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 35c66cd..5cfbb75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,9 +28,9 @@ DEB_UPSTREAM_PACKAGE = HTML-Embedded-Turtle
 DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
 
 # Needed by upstream build and (always) at runtime
-perl-deps = namespace-clean ossp-uuid
-perl-deps += rdf-rdfa-parser rdf-trine rdf-trin3
+perl-deps = namespace-clean rdf-rdfa-parser rdf-trine rdf-trin3
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps +=, libossp-uuid-perl | libdata-uuid-perl
 deps +=, librole-commons-perl | libobject-authority-perl
 
 # Needed by upstream testsuite

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-embedded-turtle-perl.git



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