Codebase list java-sip-api / b6bc6ec
Initial packaging Ingo Bauersachs 7 years ago
12 changed file(s) with 108 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Information about java-sip-api
1 ------------------------------
2
3 This package was debianized using the mh_make command
4 from the maven-debian-helper package.
5
6 The build system uses Maven but prevents it from downloading
7 anything from the Internet, making the build compliant with
8 the Debian policy.
0 java-sip-api (1.2-1) unstable; urgency=medium
1
2 * Initial release (Closes: #846881)
3
4 -- Ingo Bauersachs <ingo@jitsi.org> Sat, 03 Dec 2016 22:44:43 +0100
0 Source: java-sip-api
1 Section: java
2 Priority: optional
3 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
4 Uploaders: Ingo Bauersachs <ingo@jitsi.org>
5 Build-Depends: debhelper (>= 10),
6 default-jdk,
7 libmaven-bundle-plugin-java,
8 maven-debian-helper (>= 2.0)
9 Standards-Version: 3.9.8
10 Vcs-Git: https://anonscm.debian.org/git/collab-maint/java-sip-api.git
11 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/java-sip-api.git
12 Homepage: https://github.com/opentelecoms-org/java-sip-api
13
14 Package: libsip-api-java
15 Architecture: all
16 Depends: ${maven:Depends}, ${misc:Depends}
17 Suggests: ${maven:OptionalDepends}
18 Description: SIP API for Java
19 The SIP API specification provides a standard portable
20 interface to share information between SIP Clients and
21 SIP Servers, providing call control elements enabling
22 converged-network applications.
23 .
24 This is a reimplementation of the JSR 32 specification
25 due to a non-free license of the reference implementation.
26
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: java-sip-api
2 Source: https://github.com/opentelecoms-org/java-sip-api
3
4 Files: *
5 Copyright: 2016, Daniel Pocock <daniel@pocock.pro>
6 License: Apache-2.0
7
8 Files: debian/*
9 Copyright: 2016, Ingo Bauersachs <ingo@jitsi.org>
10 License: Apache-2.0
11
12 License: Apache-2.0
13 On Debian systems, the full text of the Apache-2.0 license
14 can be found in the file '/usr/share/common-licenses/Apache-2.0'
15
16
0 # List of POM files for the package
1 # Format of this file is:
2 # <path to pom file> [option]*
3 # where option can be:
4 # --ignore: ignore this POM and its artifact if any
5 # --ignore-pom: don't install the POM. To use on POM files that are created
6 # temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
7 # --no-parent: remove the <parent> tag from the POM
8 # --package=<package>: an alternative package to use when installing this POM
9 # and its artifact
10 # --has-package-version: to indicate that the original version of the POM is the same as the upstream part
11 # of the version for the package.
12 # --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
13 # during a clean operation with mh_cleanpom or mh_installpom
14 # --artifact=<path>: path to the build artifact associated with this POM,
15 # it will be installed when using the command mh_install. [mh_install]
16 # --java-lib: install the jar into /usr/share/java to comply with Debian
17 # packaging guidelines
18 # --usj-name=<name>: name to use when installing the library in /usr/share/java
19 # --usj-version=<version>: version to use when installing the library in /usr/share/java
20 # --no-usj-versionless: don't install the versionless link in /usr/share/java
21 # --dest-jar=<path>: the destination for the real jar.
22 # It will be installed with mh_install. [mh_install]
23 # --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
24 # --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
25 # Empty by default. [mh_install]
26 #
27 pom.xml --has-package-version
0
1 org.apache.maven.plugins maven-javadoc-plugin * * * *
0 # Include here properties to pass to Maven during the build.
1 # For example:
2 # maven.test.skip=true
3
4 maven.test.skip=true
0
1 org.opentelecoms.sip sip-api-1.2 bundle s/.*/debian/ * *
0 #!/usr/bin/make -f
1
2 %:
3 dh $@
4
5 get-orig-source:
6 uscan --download-current-version --force-download --no-symlink
0 3.0 (quilt)
0 version=3
1
2 opts=filenamemangle=s/.+\/v(\d\S*)\.tar\.gz/v$1\.tar\.gz/ \
3 https://github.com/opentelecoms-org/java-sip-api/tags .*/v(\d\S*)\.tar\.gz