Codebase list commons-vfs / 75a62c4
Upload to unstable Emmanuel Bourg 7 years ago
3 changed file(s) with 32 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 commons-vfs (2.1-1) UNRELEASED; urgency=medium
0 commons-vfs (2.1-1) unstable; urgency=medium
11
2 * Team upload.
23 * New upstream release
34 - Refreshed the patches
45 - Disabled the new HDFS provider (missing dependencies)
78 * Moved the package to Git
89 * Standards-Version updated to 3.9.8
910
10 -- Emmanuel Bourg <ebourg@apache.org> Tue, 05 Jul 2016 00:36:26 +0200
11 -- Emmanuel Bourg <ebourg@apache.org> Thu, 07 Jul 2016 01:09:47 +0200
1112
1213 commons-vfs (2.0-7) unstable; urgency=medium
1314
11 Upstream-Name: Apache Commons VFS
22 Upstream-Contact: http://commons.apache.org/vfs/
33 Source: http://www.apache.org/dist/commons/vfs/
4 Comment:
5 Upstream Authors: Adam Murdoch <adammurdoch@apache.org>
6 James Strachan <jstrachan@apache.org>
7 Mario Ivankovits <imario@apache.org>
8 Rahul Akolkar <rahul@apache.org>
9 Rami Ojares <rami.ojares@elisa.fi>
10 Anthony Goubard <adagoubard@chello.nl>
11 Christopher Ottley <xknight@users.sourceforge.net>
124
135 Files: *
14 Copyright: Copyright 2002-2011 The Apache Software Foundation
6 Copyright: 2002-2016, The Apache Software Foundation
157 License: Apache-2.0
168
179 Files: debian/*
18 Copyright: Copyright (C) 2008-2011, Damien Raude-Morvan <drazzib@drazzib.com>
10 Copyright: 2008-2012, Damien Raude-Morvan <drazzib@drazzib.com>
1911 License: Apache-2.0
2012
2113 License: Apache-2.0
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 #
027 pom.xml
128 examples/pom.xml --ignore
229 core/pom.xml --java-lib