This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jffi.
commit c5abeaab6e0981032c63f0f31aae72fac0897221 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 7 13:18:49 2016 +0100 Wrap and sort --- debian/control | 21 ++++++++++++++------- debian/copyright | 7 +++---- debian/docs | 1 + debian/libjffi-java.links | 1 + 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/debian/control b/debian/control index 823ce28..5aaf7ce 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,22 @@ Source: jffi Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Jakub Adam <[email protected]>, - Tim Potter <[email protected]> -Build-Depends: debhelper (>= 10), +Uploaders: Jakub Adam <[email protected]>, Tim Potter <[email protected]> +Build-Depends: + ant, + ant-optional, + bnd (>= 2.1.0), + debhelper (>= 10), + default-jdk, javahelper, + junit4, + libffi-dev, + libltdl-dev, + libmaven-antrun-plugin-java, + libmaven-assembly-plugin-java, maven-debian-helper, - libmaven-antrun-plugin-java, libmaven-assembly-plugin-java, - maven-repo-helper, libffi-dev, pkg-config, ant, - ant-optional, default-jdk, junit4, bnd (>= 2.1.0), - libltdl-dev + maven-repo-helper, + pkg-config Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jffi.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jffi.git diff --git a/debian/copyright b/debian/copyright index fd0db16..8531b52 100644 --- a/debian/copyright +++ b/debian/copyright @@ -25,12 +25,12 @@ License: LGPL-3 or Apache-2.0 the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - . + . This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License version 3 for more details. - . + . You should have received a copy of the GNU Lesser General Public License version 3 along with this work. If not, see <http://www.gnu.org/licenses/>. . @@ -52,7 +52,7 @@ License: BSD-3-clause-University-of-California 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - . + . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -118,4 +118,3 @@ License: BSD-3-clause-Debian LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - diff --git a/debian/docs b/debian/docs index e69de29..8b13789 100644 --- a/debian/docs +++ b/debian/docs @@ -0,0 +1 @@ + diff --git a/debian/libjffi-java.links b/debian/libjffi-java.links index e69de29..8b13789 100644 --- a/debian/libjffi-java.links +++ b/debian/libjffi-java.links @@ -0,0 +1 @@ + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jffi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

