[Pkg-javascript-commits] [leaflet-geometryutil] 01/01: Incorporate sponsor hints on d/rules.
Dominik George
natureshadow-guest at moszumanska.debian.org
Sun Jan 22 08:05:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository leaflet-geometryutil.
commit 389f80a9f8c57d1328e18a9aabe1a4ac4233a876
Author: Dominik George <nik at naturalnet.de>
Date: Sun Jan 22 08:52:07 2017 +0100
Incorporate sponsor hints on d/rules.
---
debian/rules | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index 9686d3a..b5b15f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,12 @@
#!/usr/bin/make -f
-# test is a dummy make target that spawns a GUI browser
-export DEB_BUILD_OPTIONS=nocheck
-
%:
dh $@
override_dh_auto_build:
cd dist; uglifyjs -o leaflet.geometryutil.min.js leaflet.geometryutil.js
-override_dh_auto_install:
- dh_install
+# the upstream Makefile relies on npm doing a lot of work, and the tests
+# are no real tests as they just spawn an interactive browser
+override_dh_auto_test: ;
+override_dh_auto_install: ;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-geometryutil.git
More information about the Pkg-javascript-commits
mailing list