[Pkg-javascript-commits] [node-dateformat] 05/06: Update rules file
    Sruthi Chandran 
    srud-guest at moszumanska.debian.org
       
    Thu Nov  3 14:47:34 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a commit to branch master
in repository node-dateformat.
commit f1c89b2a3aad26a0fe5296ce182439ca2a9acd99
Author: Sruthi <srud at disroot.org>
Date:   Thu Nov 3 20:03:33 2016 +0530
    Update rules file
---
 debian/control | 3 ++-
 debian/rules   | 5 -----
 2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 046863c..04351d9 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,8 @@ Package: node-dateformat
 Architecture: all
 Build-Depends: debhelper (>= 9)
  , dh-buildinfo 
- , nodejs, mocha
+ , nodejs
+ , mocha
  , node-get-stdin
  , node-meow
 Depends: ${misc:Depends}
diff --git a/debian/rules b/debian/rules
index 2bfa924..eec4326 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,11 +2,6 @@
 %:
 	dh $@
 
-override_dh_auto_build:
-	uglifyjs -o lib/dateformat.min.js lib/dateformat.js
-
-override_dh_auto_clean:
-	rm -f lib/*.min.js
 
 override_dh_auto_test:
 	mocha -R spec
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-dateformat.git
    
    
More information about the Pkg-javascript-commits
mailing list