[SCM] terminatorx/master: Remove DTD update lines from debian/rules

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Wed Aug 3 10:38:15 UTC 2016


The following commit has been merged in the master branch:
commit 7b5a33d16987a2a3000f9d90b75c0252a2bd3cc1
Author: James Cowgill <jcowgill at debian.org>
Date:   Wed Aug 3 10:28:55 2016 +0000

    Remove DTD update lines from debian/rules
    
    The oasis DTD url is used in the terminatorx manual (index.docbook). It doesn't
    need to be changed since the URL is not used during the package build.

diff --git a/debian/rules b/debian/rules
index 72ef245..f421b46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,9 +20,7 @@ override_dh_auto_configure:
                       $(EXTRA_CONFIGURE) \
                       gnomedatadir=/usr/share/ \
                       gnomepresent=yes
-	find -name '*.xml' -exec perl -i -pe 's,http://www.oasis-open.org/docbook/xml/([^/]+)/docbookx.dtd,/usr/share/sgml/docbook/dtd/xml/\1/docbookx.dtd,' {} \;
 
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -f src/license.c
-	find -name '*.xml' -exec perl -i -pe 's,/usr/share/sgml/docbook/dtd/xml/([^/]+)/docbookx.dtd,http://www.oasis-open.org/docbook/xml/\1/docbookx.dtd,' {} \;

-- 
terminatorx packaging



More information about the pkg-multimedia-commits mailing list