[Pkg-javascript-commits] [datatables-extensions] 01/05: there is no point in shipping useless README.md in binary package
Andreas Tille
tille at debian.org
Wed Jan 3 10:46:37 UTC 2018
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository datatables-extensions.
commit 0ca54d738b96ea2abc4861b7275a273dcb7b1b25
Author: Andreas Tille <tille at debian.org>
Date: Wed Jan 3 10:44:47 2018 +0100
there is no point in shipping useless README.md in binary package
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index c8e1865..d8b23b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,5 @@ override_dh_install:
for min in `find debian -name "*.min.css"` ; do \
sass --scss --stop-on-error --style compressed `echo $${min} | sed 's/\.min//'` > $${min} ; \
done
+ # there is no point in shipping useless README.md in binary package
+ find debian -name README.md -delete
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/datatables-extensions.git
More information about the Pkg-javascript-commits
mailing list