[Pkg-javascript-commits] [codemirror-js] 06/10: Build with rollup

Gordon Ball chronitis-guest at moszumanska.debian.org
Fri Apr 6 13:28:35 UTC 2018


This is an automated email from the git hooks/post-receive script.

chronitis-guest pushed a commit to branch master
in repository codemirror-js.

commit c610ec5264ae6cc3899f45bf90282e9139f8d398
Author: Gordon Ball <gordon at chronitis.net>
Date:   Fri Apr 6 10:32:00 2018 +0000

    Build with rollup
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 3 +++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2c23f2d..a8eec66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ codemirror-js (5.36.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Add myself to uploaders.
   * Standards-Version: 4.1.4
+  * The javascript library is now built using rollup
 
  -- Gordon Ball <gordon at chronitis.net>  Fri, 06 Apr 2018 10:26:54 +0000
 
diff --git a/debian/control b/debian/control
index 2d47ef0..ace342b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: javascript
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: David Paleino <dapal at debian.org>, Gordon Ball <gordon at chronitis.net>
-Build-Depends: debhelper (>= 10)
+Build-Depends: debhelper (>= 10), rollup (>= 0.41)
 Standards-Version: 4.1.4
 Homepage: https://codemirror.net/
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/codemirror-js.git
diff --git a/debian/rules b/debian/rules
index 528230d..1fc924c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@
 %:
 	dh $@
 
+override_dh_auto_build:
+	rollup -c
+
 override_dh_install:
 	dh_install
 	find $(CURDIR)/debian/libjs-codemirror/ -name "LICENSE*" -delete

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/codemirror-js.git



More information about the Pkg-javascript-commits mailing list