[SCM] ffms2/master: Use html writer instead of its alias html4

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Jun 7 20:54:54 UTC 2015


The following commit has been merged in the master branch:
commit bc419a02ffb68780a7acdef48bd975152c756d99
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Jun 7 22:53:48 2015 +0200

    Use html writer instead of its alias html4
    
    html4 was only introduced in 1.12.1.

diff --git a/debian/rules b/debian/rules
index 16d1d4c..ca4aaf4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
 	dh_auto_build
-	pandoc doc/ffms2-api.md -t html4 -s -o doc/ffms2-api.html
+	pandoc doc/ffms2-api.md -t html -s -o doc/ffms2-api.html
 
 override_dh_installchangelogs:
 	dh_installchangelogs doc/ffms2-changelog.md

-- 
ffms2 packaging



More information about the pkg-multimedia-commits mailing list