[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 a2e549187dacb4b168e3f03c8aeae42f1c04b824
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Dec 9 22:32:43 2012 +0100

    Add CDBS utils.mk snippet, and build-depend on devscripts, to enable copyright checking.

diff --git a/debian/control b/debian/control
index f933228..65f21f7 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.deb
 Uploaders: Marcelo Jorge Vieira (metal) <metal at debian.org>,
  Jonas Smedegaard <dr at jones.dk>
 Build-Depends: cdbs,
+ devscripts,
  debhelper,
  dh-buildinfo
 Standards-Version: 3.9.3
diff --git a/debian/rules b/debian/rules
index e4e66e4..6306377 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 DEB_UPSTREAM_URL = https://github.com/mishoo/uglifyjs/archive

-- 
JavaScript parser/mangler/compressor/beautifier library for NodeJS



More information about the Pkg-javascript-commits mailing list