debian/0000755000000000000000000000000012231232075007163 5ustar debian/maven.ignoreRules0000644000000000000000000000032512231230445012510 0ustar org.apache.maven.plugins maven-gpg-plugin * * * * org.apache.maven.plugins maven-javadoc-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * org.apache.maven.plugins maven-surefire-plugin * * * * debian/compat0000644000000000000000000000000212231230445010360 0ustar 7 debian/README.source0000644000000000000000000000043412231230445011342 0ustar Information about testng ------------------------ This package was debianized using the mh_make command from the maven-debian-helper package. The build system uses Maven but prevents it from downloading anything from the Internet, making the build compliant with the Debian policy. debian/orig-tar.sh0000755000000000000000000000027612231230445011252 0ustar #!/bin/sh -e VERSION=$2 TAR=../testng_$VERSION.orig.tar.xz DIR=testng-testng-$VERSION tar zxf $3 rm -f $3 XZ_OPT=--best tar cJf $TAR --exclude '*.jar' --exclude '*.class' $DIR rm -rf $DIR debian/source/0000755000000000000000000000000012231230445010462 5ustar debian/source/format0000644000000000000000000000001412231230445011670 0ustar 3.0 (quilt) debian/maven.properties0000644000000000000000000000022312231230445012403 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true maven.test.skip=true maven.compiler.target=1.5 debian/maven.rules0000644000000000000000000000037312231230445011347 0ustar com.beust jcommander jar s/1\..*/1.x/ * * junit junit jar s/4\..*/4.x/ * * org.testng testng jar s/6\..*/6.x/ * * org.yaml snakeyaml bundle s/1\..*/1.x/ * * org.yaml snakeyaml s/jar/bundle/ s/1\..*/1.x/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * debian/changelog0000644000000000000000000000521412231230714011035 0ustar testng (6.8.7-2) unstable; urgency=low * Team upload * Upload to unstable -- Sylvestre Ledru Mon, 21 Oct 2013 15:53:15 +0200 testng (6.8.7-1) experimental; urgency=low * Team upload. * Package adoption (Closes: #705103) * New upstream release (Closes: #579122) * repackaged with maven-debian-helper * dropped all previous patches -- Eugene Zhukov Sat, 07 Sep 2013 10:42:29 +0000 testng (5.11+dfsg-3) unstable; urgency=low * Sync from Ubuntu (Closes: #605369, #639046) * Standards-Version updated to version 3.9.2 * Package moved under the pkg-java team (thanks Marcus) * Add myself as maintainer * Fix a bad detection of the JVM path (LP: #888128) -- Sylvestre Ledru Tue, 20 Dec 2011 00:39:49 +0100 testng (5.11+dfsg-2ubuntu2) oneiric; urgency=low * Fix FTBFS (LP: #829508): - d/patches/debian/junitconvertor-test-fix.diff: Switch from use of deprecated parameters attribute in @Test to using @Parameters to ensure that JUnitConvertor Test passes. -- James Page Tue, 20 Sep 2011 12:15:27 +0100 testng (5.11+dfsg-2ubuntu1) natty; urgency=low * debian/rules: updated to use ant-nodeps to fix FTBFS (LP: #674382) -- James Page Fri, 12 Nov 2010 08:08:26 +0000 testng (5.11+dfsg-2) unstable; urgency=low * Fix non-threadsafe test. Thanks to Lucas Nussbaum. (Closes: #593040). -- Marcus Better Mon, 16 Aug 2010 10:52:51 +0200 testng (5.11+dfsg-1) unstable; urgency=low * New upstream version. * Switch to source format 3.0 (quilt). Thanks to Raphael Hertzog. (Closes: #538708) * Disable tests that fail with qdox 1.11. Thanks to Daniel Schepler (Closes: #577477). * debian/control: Bump standards-version (no changed needed). -- Marcus Better Sun, 25 Apr 2010 09:42:04 +0200 testng (5.10+dfsg-2) unstable; urgency=low * Install Maven repository metadata. Thanks to Ludovic Claude. * debian/control: Bump standards-version. -- Marcus Better Mon, 07 Sep 2009 10:33:28 +0200 testng (5.10+dfsg-1) unstable; urgency=low * Changed section to "java". * debian/rules: Make it work with debhelper 7.3.5. (Closes: #538016) * Use qdox 1.9 and add a patch for the API changes. Thanks to Ludovic Claude. * debian/control: Bump policy version to 3.8.2. * debian/control: Build with default-jdk. -- Marcus Better Thu, 23 Jul 2009 12:11:17 +0200 testng (5.9+dfsg-1) unstable; urgency=low * Initial release. (Closes: #465326) -- Marcus Better Mon, 04 May 2009 10:47:43 +0200 debian/control0000644000000000000000000000236612231230445010574 0ustar Source: testng Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Eugene Zhukov 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 Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-java/testng.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/testng.git Homepage: http://testng.org Package: testng 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. debian/watch0000644000000000000000000000025712231230445010217 0ustar version=3 opts=dversionmangle=s/(\d)[\+\.](?:dfsg|debian|ds)\.?\d*$/$1/ \ https://github.com/cbeust/testng/tags \ .*/archive/testng-(\d\S*)\.tar\.gz debian debian/orig-tar.sh debian/maven.publishedRules0000644000000000000000000000005012231230445013177 0ustar org.testng testng jar s/6\..*/6.x/ * * debian/rules0000755000000000000000000000036012231230445010241 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/testng.poms0000644000000000000000000000322112231230445011364 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM and its artifact if any # --ignore-pom: don't install the POM. To use on POM files that are created # temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --has-package-version: to indicate that the original version of the POM is the same as the upstream part # of the version for the package. # --keep-elements=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install. [mh_install] # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-version=: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java # --dest-jar=: the destination for the real jar. # It will be installed with mh_install. [mh_install] # --classifier=: Optional, the classifier for the jar. Empty by default. # --site-xml=: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # pom.xml --no-parent --has-package-version --java-lib debian/copyright0000644000000000000000000000064612231230445011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: TestNG Source: http://testng.org Files: * Copyright: 2013, Cedric Beust License: Apache-2.0 Files: debian/* Copyright: 2013, Eugene Zhukov License: Apache-2.0 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' debian/maven.cleanIgnoreRules0000644000000000000000000000000112231230445013442 0ustar