debian/0000755000000000000000000000000012343151713007166 5ustar debian/README.source0000644000000000000000000000043412343150401011337 0ustar Information about weupnp ------------------------ 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/compat0000644000000000000000000000000212343150401010355 0ustar 9 debian/copyright0000644000000000000000000000070412343150401011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: weupnp Source: https://github.com/bitletorg/weupnp Files: * Copyright: 2008-2014, Alessandro Bahgat Shehata License: LGPL-2.1 Files: debian/* Copyright: 2014, Andrew Schurman License: LGPL-2.1 License: LGPL-2.1 On Debian systems, the full text of the LGPL-2.1 license can be found in the file '/usr/share/common-licenses/LGPL-2.1' debian/libweupnp-java-doc.doc-base.api0000644000000000000000000000043712343150401015021 0ustar Document: libweupnp-java Title: API Javadoc for weupnp Author: weupnp developers Abstract: This is the API Javadoc provided for the libweupnp-java library. Section: Programming Format: HTML Index: /usr/share/doc/libweupnp-java/api/index.html Files: /usr/share/doc/libweupnp-java/api/* debian/libweupnp-java-doc.install0000644000000000000000000000006312343150401014235 0ustar target/apidocs/* usr/share/doc/libweupnp-java/api debian/libweupnp-java.poms0000644000000000000000000000322112343150401013001 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/maven.cleanIgnoreRules0000644000000000000000000000000112343150401013437 0ustar debian/maven.ignoreRules0000644000000000000000000000000112343150401012474 0ustar debian/maven.properties0000644000000000000000000000014412343150401012402 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true debian/maven.publishedRules0000644000000000000000000000005012343150401013174 0ustar org.bitlet weupnp jar s/.*/debian/ * * debian/maven.rules0000644000000000000000000000005012343150401011334 0ustar org.bitlet weupnp jar s/.*/debian/ * * debian/rules0000755000000000000000000000036012343150401010236 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/source/0000755000000000000000000000000012343150401010457 5ustar debian/source/format0000644000000000000000000000001412343150401011665 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000012612343150401010207 0ustar version=3 https://github.com/bitletorg/weupnp/tags .*/archive/\S*?([0-9\.]+)\.tar\.gz debian/changelog0000644000000000000000000000022612343151002011027 0ustar weupnp (0.1.2-1) unstable; urgency=low * Initial release (Closes: #749301) -- Daniel Pocock Mon, 02 Jun 2014 21:35:23 +0200 debian/control0000644000000000000000000000246312343151676010606 0ustar Source: weupnp Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Daniel Pocock , Andrew Schurman Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: libmaven-javadoc-plugin-java Standards-Version: 3.9.5 Vcs-Git: https://github.com/arcticwaters/weupnp.git Vcs-Browser: https://github.com/arcticwaters/weupnp Homepage: https://github.com/bitletorg/weupnp Package: libweupnp-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Suggests: ${maven:OptionalDepends}, libweupnp-java-doc Description: Tiny UPnP library written in Java Weupnp is a lightweight Java library, released under the LGPL licence, designed to implement the UPnP (Universal Plug and Play) protocol to handle port mappings on Gateway Devices. Package: libweupnp-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: libweupnp-java Description: Documentation for weupnp Weupnp is a lightweight Java library, released under the LGPL licence, designed to implement the UPnP protocol to handle port mappings on Gateway Devices. . This package contains the API documentation of libweupnp-java.