debian/0000755000000000000000000000000012226342227007170 5ustar debian/libjnr-netdb-java-doc.install0000644000000000000000000000006612226336106014615 0ustar target/apidocs/* usr/share/doc/libjnr-netdb-java/api debian/maven.cleanIgnoreRules0000644000000000000000000000150112226336106013455 0ustar # Maven clean ignore rules - ignore some Maven dependencies and plugins # during the clean phase of a Maven build # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM before mvn clean is called # junit junit jar s/3\\..*/3.x/ debian/maven.ignoreRules0000644000000000000000000000136612226336106012523 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ debian/maven.publishedRules0000644000000000000000000000164212226336106013214 0ustar # Maven published rules - additional rules to publish, to help # the packaging work of Debian maintainers using mh_make # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ debian/maven.rules0000644000000000000000000000173312226336106011355 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ junit junit jar s/4\..*/4.x/ * * org.jruby.extras jnr-netdb jar s/.*/debian/ * * s/asm/org.ow2.asm/ asm * s/.*/4.x/ * * debian/watch0000644000000000000000000000034512226336106010222 0ustar version=3 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \ https://github.com/wmeissner/jnr-netdb/tags .*/(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) debian/rules0000755000000000000000000000030012226336106010240 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/javahelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java debian/changelog0000644000000000000000000000217012226336106011041 0ustar jnr-netdb (1.0.3-3) unstable; urgency=low * Team upload. * Bump compat level to 9 and require debhelper >= 9. * debian/control: - Build-depend on libasm4-java instead of libasm3-java. Add also javahelper to Build-Depends. - Bump Standards-Version to 3.9.4, no changes. - Use canonical VCS-URI. * Update maven.rules for libasm4-java to fix FTBFS with latest libjaffl-java version. (Closes: #712695) * Improve watch file. Thanks to Bart Martens. * debian/rules: Include javahelper CDBS class and add missing jaffl.jar to libjnr-netdb.classpath. -- Markus Koschany Sat, 12 Oct 2013 22:25:15 +0200 jnr-netdb (1.0.3-2) unstable; urgency=low * Team upload. * Add --java-lib flag to install jars in /usr/share/java directory. (Closes: #676353). * Bump Standards-Version to 3.9.3. No changes were required. * Fix lintian warning with copyright file. -- Miguel Landaeta Thu, 07 Jun 2012 19:55:24 -0430 jnr-netdb (1.0.3-1) unstable; urgency=low * Initial release (Closes: #592968) -- Torsten Werner Wed, 14 Sep 2011 21:23:45 +0200 debian/libjnr-netdb-java.classpath0000644000000000000000000000006712226336106014367 0ustar usr/share/java/jnr-netdb.jar /usr/share/java/jaffl.jar debian/patches/0000755000000000000000000000000012226336106010616 5ustar debian/patches/series0000644000000000000000000000012212226336106012026 0ustar 0001-remove-extension-wagon-webdav.patch 0002-add-missing-test-dependencies.patch debian/patches/0001-remove-extension-wagon-webdav.patch0000644000000000000000000000116112226336106020102 0ustar From: Torsten Werner Date: Wed, 14 Sep 2011 21:23:56 +0200 Subject: remove wagon-webdav --- pom.xml | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 7001474..4ee0e25 100644 --- a/pom.xml +++ b/pom.xml @@ -80,12 +80,6 @@ - - - org.apache.maven.wagon - wagon-webdav - - build/report -- debian/patches/0002-add-missing-test-dependencies.patch0000644000000000000000000000150012226336106020012 0ustar From: Torsten Werner Date: Wed, 14 Sep 2011 21:30:39 +0200 Subject: add missing test dependencies --- pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 4ee0e25..eff326e 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,18 @@ test + asm + asm + 3.3.2 + test + + + org.jruby.extras + jffi + 1.0.2 + test + + org.jruby.extras jaffl 0.5.9 -- debian/maven.properties0000644000000000000000000000014412226336106012412 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true debian/libjnr-netdb-java.poms0000644000000000000000000000273012226336106013362 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM or # --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 # --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. # --classifier=: Optional, the classifier for the jar. Empty by default. # --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created # temporarily for certain artifacts such as Javadoc jars. # pom.xml --has-package-version --java-lib debian/source/0000755000000000000000000000000012226336106010467 5ustar debian/source/format0000644000000000000000000000001412226336106011675 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000044212226336106011346 0ustar Information about jnr-netdb --------------------------- 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/compat0000644000000000000000000000000212226336106010365 0ustar 9 debian/libjnr-netdb-java-doc.doc-base.api0000644000000000000000000000046112226336106015373 0ustar Document: libjnr-netdb-java Title: API Javadoc for jnr-netdb Author: jnr-netdb developers Abstract: This is the API Javadoc provided for the libjnr-netdb-java library. Section: Programming Format: HTML Index: /usr/share/doc/libjnr-netdb-java/api/index.html Files: /usr/share/doc/libjnr-netdb-java/api/* debian/copyright0000644000000000000000000000104112226336106011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jnr-netdb Upstream-Contact: Wayne Meissner as Developer Source: http://github.com/wmeissner/jnr-netdb Files: * Copyright: 2010-2011, Wayne Meissner License: Apache-2.0 Files: debian/* Copyright: 2011, Torsten Werner License: Apache-2.0 License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0' debian/control0000644000000000000000000000322512226336106010574 0ustar Source: jnr-netdb Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner Build-Depends: debhelper (>= 9), javahelper, cdbs, default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: libjaffl-java, junit4, default-jdk-doc, libmaven-javadoc-plugin-java, libasm4-java, libjffi-java, netbase Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-netdb.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jnr-netdb.git Homepage: http://github.com/wmeissner/jnr-netdb Package: libjnr-netdb-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: libjnr-netdb-java-doc Description: Lookup TCP and UDP services from java jnr-netdb is a java interface to getservbyname(3), getservbyport(3). . It tries to use the native functions if possible, falling back to parsing /etc/services directly, and finally to an inbuilt table for use in environments where neither native code, nor filesystem access is possible. Package: libjnr-netdb-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: libjnr-netdb-java Description: Documentation for jnr-netdb jnr-netdb is a java interface to getservbyname(3), getservbyport(3). . It tries to use the native functions if possible, falling back to parsing /etc/services directly, and finally to an inbuilt table for use in environments where neither native code, nor filesystem access is possible. . This package contains the API documentation of libjnr-netdb-java.