[testng] 01/01: switched from bsh to libbsh-java dependency, jquery-1.7.1.min.js excluded

Eugene Zhukov eugene-guest at moszumanska.debian.org
Thu Apr 24 07:27:32 UTC 2014


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

eugene-guest pushed a commit to branch master
in repository testng.

commit 2e3d0d6674df6e66e945bc43dcfa1fa091036801
Author: Eugene Zhukov <jevgeni.zh at gmail.com>
Date:   Thu Apr 24 06:46:30 2014 +0000

    switched from bsh to libbsh-java dependency, jquery-1.7.1.min.js excluded
---
 debian/changelog                       | 10 ++++++++++
 debian/control                         | 35 +++++++++++++++++-----------------
 debian/copyright                       |  2 +-
 src/main/resources/jquery-1.7.1.min.js |  4 ----
 4 files changed, 29 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b6366bb..5c29555 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+testng (6.8.8-2) unstable; urgency=low
+
+  * Team upload.
+  * Description updated.
+  * Switched from bsh (pulls in a Java runtime) to libbsh-java dependency
+    (Closes: #684427)
+  * Added Files-Excluded to d/copyright to exclude jquery-1.7.1.min.js
+
+ -- Eugene Zhukov <jevgeni.zh at gmail.com>  Tue, 22 Apr 2014 08:53:40 +0000
+
 testng (6.8.8-1) unstable; urgency=low
 
   * Team upload
diff --git a/debian/control b/debian/control
index 221eda6..6e80b23 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Eugene Zhukov <jevgeni.zh at gmail.com>
 Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5)
-Build-Depends-Indep: libmaven-bundle-plugin-java, bsh, junit4, libguice-java,
- libjcommander-java, libyaml-snake-java
+Build-Depends-Indep: libmaven-bundle-plugin-java, libbsh-java, junit4,
+ libguice-java, libjcommander-java, libyaml-snake-java
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-java/testng.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/testng.git
@@ -16,18 +16,19 @@ Architecture: all
 Depends: ${misc:Depends}, ${maven:Depends}
 Recommends: ${maven:OptionalDepends}
 Description: testing framework for Java
- TestNG is a testing framework inspired by JUnit and NUnit but
- introducing some new functionalities that make it more powerful and
- easier to use, such as:
- .
-     * JDK 5 annotations
-     * Flexible test configuration
-     * Support for data-driven testing
-     * Support for parameters
-     * Distribution of tests on slave machines
-     * Powerful execution model (no more TestSuite)
-     * Embeds BeanShell for further flexibility
- .
- TestNG is designed to cover all categories of tests, including unit,
- functional, end-to-end and integration tests.
-
+ TestNG is a testing framework inspired from JUnit and NUnit but introducing
+ some new functionalities that make it more powerful and easier to use, such as:
+  * Annotations.
+  * Run your tests in arbitrarily big thread pools with various policies
+    available (all methods in their own thread, one thread per test class, etc.)
+  * Test that your code is multithread safe.
+  * Flexible test configuration.
+  * Support for data-driven testing (with @DataProvider).
+  * Support for parameters.
+  * Powerful execution model (no more TestSuite).
+  * Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc.)
+  * Embeds BeanShell for further flexibility.
+  * Default JDK functions for runtime and logging (no dependencies).
+  * Dependent methods for application server testing.
+ TestNG is designed to cover all categories of tests:
+ unit, functional, end-to-end, integration, etc.
diff --git a/debian/copyright b/debian/copyright
index a94a586..6b82a2f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: TestNG
 Source: http://testng.org
+Files-Excluded: jquery-1.7.1.min.js
 
 Files: *
 Copyright: 2013, Cedric Beust
@@ -14,4 +15,3 @@ License: Apache-2.0
  On Debian systems, the full text of the Apache-2.0 license
  can be found in the file '/usr/share/common-licenses/Apache-2.0'
 
-
diff --git a/src/main/resources/jquery-1.7.1.min.js b/src/main/resources/jquery-1.7.1.min.js
deleted file mode 100644
index 198b3ff..0000000
--- a/src/main/resources/jquery-1.7.1.min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery v1.7.1 jquery.com | jquery.org/license */
-(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"<!doctype html>":"")+"<html><body>"),cm.close();d=cm.createElement( [...]
-f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k<c.length;k++){l=A.exec(c[k])||[],m=l[1],n=(l[2]||"").split(".").sort(),s=f.event.special[m]| [...]
-{for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replac [...]
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git



More information about the pkg-java-commits mailing list