[xml/sgml-commit] [xml-core] 01/03: Call dh_perl with -d to avoid depending on perl

Mattia Rizzolo mattia at debian.org
Tue Oct 11 11:09:50 UTC 2016


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

mattia pushed a commit to branch master
in repository xml-core.

commit c49a638570996ca4ff620bcb74768efb3c9ba067
Author: Martin Pitt <martin.pitt at ubuntu.com>
Date:   Tue Oct 11 12:43:52 2016 +0200

    Call dh_perl with -d to avoid depending on perl
    
    update-xmlcatalog only needs modules from perl-base, and dh_installxmlcatalogs
    only depends on debhelper.
    
    Closes: #840410
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/changelog | 8 ++++++++
 debian/rules     | 3 +++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a7de9c2..3afe3af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xml-core (0.16) UNRELEASED; urgency=medium
+
+  * Call dh_perl with -d to avoid depending on perl. update-xmlcatalog only
+    needs modules from perl-base, and dh_installxmlcatalogs only depends on
+    debhelper.
+
+ -- Martin Pitt <mpitt at debian.org>  Tue, 11 Oct 2016 12:42:13 +0200
+
 xml-core (0.15) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index f01e904..36f2772 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,6 @@
 override_dh_install:
 		dh_install
 		DH_AUTOSCRIPTDIR=debhelper debhelper/dh_installxmlcatalogs
+
+override_dh_perl:
+	dh_perl -d

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-xml-sgml/xml-core.git



More information about the debian-xml-sgml-commit mailing list