[Pkg-javascript-devel] Bug#920342: node-istanbul: please fix changelog installation
    Gianfranco Costamagna 
    locutusofborg at debian.org
       
    Thu Jan 24 11:46:53 GMT 2019
    
    
  
Package: node-istanbul
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu disco ubuntu-patch
Version: 0.4.5+ds-4
Severity: normal
Tags: patch
Hello, can you please make explicit the CHANGELOG.md installation inside rules file?
This way debhelper picks it up without risk of making a mistake (this happens actually in Ubuntu,
where some changelogs are not automatically installed by debhelper)
thanks!
patch attached
G.
--- node-istanbul-0.4.5+ds/debian/rules 2019-01-23 17:32:20.000000000 +0100
+++ node-istanbul-0.4.5+ds/debian/rules 2019-01-24 10:06:27.000000000 +0100
@@ -33,5 +33,5 @@
 override_dh_installchangelogs:
 # fix mix of html and text
-       dh_installchangelogs
+       dh_installchangelogs CHANGELOG.md
        sed -i -e 's,</\?t[dr]>,,g' -e 's,</\?ul>,,g'  -e 's,</\?li>,,g' -e 's,</\?table>,,g' -e 's/td>//g' -e 's/[ \t]*$$//' debian/node-istanbul/usr/share/doc/node-istanbul/changelog
-------------- next part --------------
diff -Nru node-istanbul-0.4.5+ds/debian/rules node-istanbul-0.4.5+ds/debian/rules
--- node-istanbul-0.4.5+ds/debian/rules	2019-01-23 17:32:20.000000000 +0100
+++ node-istanbul-0.4.5+ds/debian/rules	2019-01-24 10:06:27.000000000 +0100
@@ -33,5 +33,5 @@
 
 override_dh_installchangelogs:
 # fix mix of html and text
-	dh_installchangelogs
+	dh_installchangelogs CHANGELOG.md
 	sed -i -e 's,</\?t[dr]>,,g' -e 's,</\?ul>,,g'  -e 's,</\?li>,,g' -e 's,</\?table>,,g' -e 's/td>//g' -e 's/[ \t]*$$//' debian/node-istanbul/usr/share/doc/node-istanbul/changelog
    
    
More information about the Pkg-javascript-devel
mailing list