Codebase list javawriter / 68fb72b
Add debian directory Komal Sukhani 8 years ago
16 changed file(s) with 128 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Information about javawriter
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 javawriter (2.5.1-1) UNRELEASED; urgency=medium
1
2 * Initial release
3 ITP>
4
5 -- Komal Sukhani <komaldsukhani@gmail.com> Sat, 11 Jul 2015 23:43:04 +0530
0 Source: javawriter
1 Section: java
2 Priority: optional
3 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
4 Uploaders: Komal Sukhani <komaldsukhani@gmail.com>
5 Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5)
6 Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java
7 Standards-Version: 3.9.5
8 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/javawriter
9 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/javawriter
10 Homepage: http://github.com/square/javawriter/
11
12 Package: libjavawriter-java
13 Architecture: all
14 Depends: ${misc:Depends}, ${maven:Depends}
15 Recommends: ${maven:OptionalDepends}
16 Suggests: libjavawriter-java-doc
17 Description: JavaWriter
18 A utility class which aids in generating Java source files.
19
20 Package: libjavawriter-java-doc
21 Architecture: all
22 Section: doc
23 Depends: ${misc:Depends}, ${maven:DocDepends}
24 Recommends: ${maven:DocOptionalDepends}
25 Suggests: libjavawriter-java
26 Description: Documentation for JavaWriter
27 A utility class which aids in generating Java source files.
28 .
29 This package contains the API documentation of libjavawriter-java.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: JavaWriter
2 Source: http://github.com/square/javawriter/
3
4 Files: *
5 Copyright: 2015, Square, Inc.
6 License: Apache-2.0
7
8 Files: debian/*
9 Copyright: 2015, Komal Sukhani <komaldsukhani@gmail.com>
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 Document: libjavawriter-java
1 Title: API Javadoc for JavaWriter
2 Author: Square, Inc. developers
3 Abstract: This is the API Javadoc provided for the
4 libjavawriter-java library.
5 Section: Programming
6
7 Format: HTML
8 Index: /usr/share/doc/libjavawriter-java/api/index.html
9 Files: /usr/share/doc/libjavawriter-java/api/*
0 target/apidocs/* usr/share/doc/libjavawriter-java/api
1
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 --no-parent --has-package-version
0
1 junit junit * * * *
2 org.apache.maven.plugins maven-checkstyle-plugin * * * *
3 org.easytesting fest-assert-core * * * *
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 com.squareup javawriter jar s/.*/debian/ * *
0 #!/usr/bin/make -f
1
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/cdbs/1/class/maven.mk
4
5 JAVA_HOME := /usr/lib/jvm/default-java
6
7 get-orig-source:
8 uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
0 3.0 (quilt)
0 version=3
1 https://github.com/square/javapoet/tags .*/javawriter-(\d\.\d\.\d)\.tar\.(?:bz2|gz|xz)