[Pkg-javascript-commits] [SCM] JavaScript parser/mangler/compressor/beautifier library for NodeJS branch, master, updated. debian/1.0.4-1-62-g8889e8f
Jonas Smedegaard
dr at jones.dk
Sun Dec 9 22:08:29 UTC 2012
The following commit has been merged in the master branch:
commit 0b9fa3d0f183883c4a0d0fac7c10c21fbb5224b7
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sun Dec 9 22:25:18 2012 +0100
Add CDBS upstream-tarball.mk snippet, to implement get-orig-tar target.
diff --git a/debian/rules b/debian/rules
index 895a947..e4e66e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,12 @@
#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/upstream-tarball.mk
include /usr/share/cdbs/1/rules/debhelper.mk
+DEB_UPSTREAM_URL = https://github.com/mishoo/uglifyjs/archive
+DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
+DEB_UPSTREAM_TARBALL_MD5 = 95f16697868af348cd7a47913bbb7237
+
# Unset executable bit on library file
binary-fixup/node-uglifyjs::
chmod -x debian/node-uglify/usr/lib/nodejs/uglify-js/process.js
--
JavaScript parser/mangler/compressor/beautifier library for NodeJS
More information about the Pkg-javascript-commits
mailing list