Skip to content
Commits on Source (13)
# List of POM files for the package
# Format of this file is:
# <path to pom file> [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 <parent> tag from the POM
# --package=<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=<elem1,elem2>: a list of XML elements to keep in the POM
# during a clean operation with mh_cleanpom or mh_installpom
# --artifact=<path>: 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>: name to use when installing the library in /usr/share/java
# --usj-version=<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=<path>: the destination for the real jar.
# It will be installed with mh_install. [mh_install]
# --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
# Empty by default. [mh_install]
#
pom.xml --no-parent --has-package-version --artifact=target/lib/*.jar --java-lib --usj-name=ant-contrib-cpptasks
ant.jar=/usr/share/java/ant.jar
javac.source=7
javac.target=7
cpptasks (1.0~b5-3) unstable; urgency=medium
* Team upload.
* Improve formatting for debian/control
* Add patch to remove Sourceforge logo (privacy breach)
* Add watch file (thanks bartm)
* Improve description formatting
* Update copyright file format
-- Christopher Baines <cbaines8@gmail.com> Sat, 18 Jul 2015 19:22:48 +0100
[ Christopher Baines ]
* Improve formatting for debian/control.
* Add patch to remove Sourceforge logo (privacy breach).
* Add watch file (thanks bartm).
* Improve description formatting.
* Update copyright file format.
[ Andrej Shadura ]
* Compile with and for Java 7.
* Switch to dh and maven-repo-helper.
* Use secure copyright file specification URI.
* Bump debhelper from deprecated 7 to 12.
* Change priority extra to priority optional.
* Run wrap-and-sort -bask.
* Use debhelper-compat instead of debian/compat.
* d/control: Set Vcs-* to salsa.debian.org.
-- Andrej Shadura <andrewsh@debian.org> Thu, 19 Sep 2019 16:05:18 +0200
cpptasks (1.0~b5-2) unstable; urgency=low
......
Source: cpptasks
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Baines <cbaines8@gmail.com>
Uploaders:
Christopher Baines <cbaines8@gmail.com>
Section: java
Priority: extra
Build-Depends: cdbs,
debhelper (>= 7),
Priority: optional
Build-Depends:
ant,
default-jdk
Build-Depends-Indep: libxerces2-java
debhelper-compat (= 12),
default-jdk,
maven-repo-helper
Build-Depends-Indep:
libxerces2-java
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/cpptasks.git
Vcs-Git: git://anonscm.debian.org/pkg-java/cpptasks.git
Vcs-Browser: https://salsa.debian.org/java-team/cpptasks
Vcs-Git: https://salsa.debian.org/java-team/cpptasks.git
Homepage: http://ant-contrib.sourceforge.net/cpptasks/index.html
Package: ant-contrib-cpptasks
Architecture: all
Depends: ${misc:Depends}
Enhances: ant
Depends:
${misc:Depends}
Enhances:
ant
Description: C/C++ compilation tasks for Ant
The cc task can compile various source languages and produce executables,
shared libraries (aka DLL's) and static libraries.
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Ant-Contrib
Source: http://sourceforge.net/projects/ant-contrib/files/
......
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
%:
dh $@ --buildsystem=ant --with maven-repo-helper
PACKAGE := ant-contrib-cpptasks
VERSION := 1.0~b5
JAVA_HOME := /usr/lib/jvm/default-java
ANT_HOME := /usr/share/ant
ANT_ARGS += -Djar.name=$(PACKAGE)-$(VERSION).jar
DEB_JARS := \
xercesImpl
install/ant-contrib-cpptasks::
mv target/lib/cpptasks.jar target/lib/$(PACKAGE)-$(VERSION).jar
dh_install target/lib/$(PACKAGE)-$(VERSION).jar usr/share/java
dh_link usr/share/java/$(PACKAGE)-$(VERSION).jar usr/share/java/$(PACKAGE).jar
override_dh_auto_build:
dh_auto_build -- -lib /usr/share/java/xercesImpl.jar
......@@ -30,6 +30,7 @@
</a>
<a href="http://www.sourceforge.net/" id="bannerRight">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=36177&type=5" alt="" />
</a>
<div class="clear">
......
......@@ -30,6 +30,7 @@
</a>
<a href="http://www.sourceforge.net/" id="bannerRight">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=36177&type=5" alt="" />
</a>
<div class="clear">
......
......@@ -30,6 +30,7 @@
</a>
<a href="http://www.sourceforge.net/" id="bannerRight">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=36177&type=5" alt="" />
</a>
<div class="clear">
......
......@@ -30,6 +30,7 @@
</a>
<a href="http://www.sourceforge.net/" id="bannerRight">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=36177&type=5" alt="" />
</a>
<div class="clear">
......
......@@ -30,6 +30,7 @@
</a>
<a href="http://www.sourceforge.net/" id="bannerRight">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=36177&type=5" alt="" />
</a>
<div class="clear">
......
......@@ -30,6 +30,7 @@
</a>
<a href="http://www.sourceforge.net/" id="bannerRight">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=36177&type=5" alt="" />
</a>
<div class="clear">
......
......@@ -30,6 +30,7 @@
</a>
<a href="http://www.sourceforge.net/" id="bannerRight">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=36177&type=5" alt="" />
</a>
<div class="clear">
......
......@@ -30,6 +30,7 @@
</a>
<a href="http://www.sourceforge.net/" id="bannerRight">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=36177&type=5" alt="" />
</a>
<div class="clear">
......
......@@ -30,6 +30,7 @@
</a>
<a href="http://www.sourceforge.net/" id="bannerRight">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=36177&type=5" alt="" />
</a>
<div class="clear">
......
......@@ -30,6 +30,7 @@
</a>
<a href="http://www.sourceforge.net/" id="bannerRight">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=36177&type=5" alt="" />
</a>
<div class="clear">
......
......@@ -30,6 +30,7 @@
</a>
<a href="http://www.sourceforge.net/" id="bannerRight">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=36177&type=5" alt="" />
</a>
<div class="clear">
......
......@@ -30,6 +30,7 @@
</a>
<a href="http://www.sourceforge.net/" id="bannerRight">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=36177&type=5" alt="" />
</a>
<div class="clear">
......