[Pkg-javascript-commits] [SCM] Mustache rendering engine for Javascript branch, master, updated. debian/0.4.0-1-9-gd30e1fb
David Paleino
dapal at debian.org
Thu Mar 1 08:25:34 UTC 2012
The following commit has been merged in the master branch:
commit 644a3e480a583e56db2ea623bab7e2377430870f
Author: David Paleino <dapal at debian.org>
Date: Thu Mar 1 09:11:31 2012 +0100
Don't (try to) install CHANGES.md anymore, since it was dropped upstream
diff --git a/debian/changelog b/debian/changelog
index 514494e..759cab5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ mustache.js (0.4.2-1) UNRELEASED; urgency=low
* New upstream version
* Updated debian/copyright
+ * Don't (try to) install CHANGES.md anymore, since it was dropped
+ upstream
- -- David Paleino <dapal at debian.org> Thu, 01 Mar 2012 09:10:07 +0100
+ -- David Paleino <dapal at debian.org> Thu, 01 Mar 2012 09:11:10 +0100
mustache.js (0.4.0-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 0b456e4..100ea9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,6 @@
%:
dh $@
-override_dh_installchangelogs:
- dh_installchangelogs -- CHANGES.md
-
override_dh_auto_build:
rake commonjs
rake jquery
--
Mustache rendering engine for Javascript
More information about the Pkg-javascript-commits
mailing list