[Pkg-javascript-commits] [select2.js] 03/12: dont clean or build full.js

Alexandre Viau aviau at moszumanska.debian.org
Thu Dec 31 15:24:32 UTC 2015


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

aviau pushed a commit to branch master
in repository select2.js.

commit 4f3ccec7df2e6e63ba7bec4e62da18a34c86197f
Author: aviau <alexandre at alexandreviau.net>
Date:   Thu Dec 31 10:10:37 2015 -0500

    dont clean or build full.js
---
 debian/rules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 682dbf5..2514bd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,8 @@
 	dh $@
 
 override_dh_auto_build:
-	uglifyjs -o dist/js/select2.full.min.js dist/js/select2.full.js
 	uglifyjs -o dist/js/select2.min.js dist/js/select2.js
 
 override_dh_auto_clean:
 	dh_clean
-	rm -f dist/js/select2.full.min.js
 	rm -f dist/js/select2.min.js

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



More information about the Pkg-javascript-commits mailing list