[Pkg-javascript-commits] [node-uglifycss] 03/04: adding files which were changed
Abhijit A. M.
abhijit13-guest at moszumanska.debian.org
Wed Jan 4 10:08:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
abhijit13-guest pushed a commit to branch master
in repository node-uglifycss.
commit e1732c2d3a90c29eaa43872a6e34c262b4d4c832
Author: Abhijit A. M <abhijit13 at gmail.com>
Date: Wed Jan 4 05:52:22 2017 +0000
adding files which were changed
---
debian/changelog | 7 +++----
debian/control | 6 +++++-
debian/copyright | 14 ++++++++++++++
debian/rules | 6 ++----
debian/tests/control | 3 +++
5 files changed, 27 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7e94efa..4100b73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-node-uglifycss (0.0.25-1) UNRELEASED; urgency=low
+node-uglifycss (0.0.25-1) unstable; urgency=low
- * Initial release (Closes: #nnnn)
- * New upstream release
+ * Initial release (Closes: #794479)
- -- Abhijit A. M. <abhijit13 at gmail.com> Wed, 04 Jan 2017 05:34:14 +0000
+ -- Abhijit A. M. <abhijit13 at gmail.com> Tue, 03 Jan 2017 17:50:58 +0000
diff --git a/debian/control b/debian/control
index 6902600..ed89150 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,10 @@ Depends:
${misc:Depends}
, nodejs
Description: Port of YUI CSS Compressor to NodeJS
- FIX_ME long description
+ UglifyCSS is a port of YUI Compressor to NodeJS for its CSS part.
+ Its name is a reference to the awesome UglifyJS but UglifyCSS is
+ not a CSS parser. Like YUI CSS Compressor, it applies many regexp
+ replacements. Note that a port to JavaScript is also available in
+ the YUI Compressor repository.
.
Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index b249014..7b83011 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,6 +7,13 @@ Files: *
Copyright: 2017 Franck Marcia <franck.marcia at gmail.com> (https://github.com/fmarcia)
License: Expat
+Files: debian/node-uglifycss/usr/lib/nodejs/uglifycss/index.js
+ index.js
+ uglifycss-lib.js
+Copyright: 2011, Yahoo! Inc.
+ Julien Lecomte - http://www.julienlecomte.net/
+License: BSD-3-clause
+
Files: debian/*
Copyright: 2017 Abhijit A. M. <abhijit13 at gmail.com>
License: Expat
@@ -32,3 +39,10 @@ License: Expat
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+License: BSD-3-clause
+ The copyrights embodied in the content of this file are licensed
+ by Yahoo! Inc. under the BSD (revised) open source license.
+ .
+ Full text of BSD-3-clause license can be found on Debian systems
+ at /usr/share/common-licenses/BSD
+
diff --git a/debian/rules b/debian/rules
index de57af0..08ecfc2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,5 @@
#override_dh_auto_build:
-#override_dh_auto_test:
-
-
-
+override_dh_auto_test:
+ nodejs tests-yui.js
diff --git a/debian/tests/control b/debian/tests/control
index 90b7263..ea02fc4 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
Tests: require
Depends: node-uglifycss
+
+Test-Command: nodejs tests-yui.js
+Depends: @
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-uglifycss.git
More information about the Pkg-javascript-commits
mailing list