[xml/sgml-commit] [xml-core] 01/13: Drop check for the presence of debhelper >= 9.20120909, it's old enough

Mattia Rizzolo mattia at debian.org
Fri Sep 30 16:59:01 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 cfcbcb86ec21b398490a67005bdf64e2a6475561
Author: Santiago Vila <sanvila at unex.es>
Date:   Mon Sep 26 14:38:42 2016 +0100

    Drop check for the presence of debhelper >= 9.20120909, it's old enough
    
    Closes: #837745
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debhelper/dh_installxmlcatalogs | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/debhelper/dh_installxmlcatalogs b/debhelper/dh_installxmlcatalogs
index b5b8463..cd0a743 100755
--- a/debhelper/dh_installxmlcatalogs
+++ b/debhelper/dh_installxmlcatalogs
@@ -110,11 +110,6 @@ use strict;
 use Debian::Debhelper::Dh_Lib;
 use Debian::Debhelper::Dh_Version;
 
-$Debian::Debhelper::Dh_Version::version =~ /^(\d+)\.(\d+)/
-	or error("Unexpected debhelper version format");
-# For the "sub" argument to autoscript:
-$1 > 9 or ($1 == 9 and $2 >= '20120909') or error('debhelper 9.20120909 or later required');
-
 ## ----------------------------------------------------------------------
 my $xmlcorever	= "0.12";
 

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