[SCM] Java Foreign Function Interface branch, master, updated. debian/1.0.2-8.1-2-gc8557e0
tony mancill
tmancill at debian.org
Thu May 31 04:59:54 UTC 2012
The following commit has been merged in the master branch:
commit c8557e00f217351a40bd4824d90a69f191e7e601
Author: tony mancill <tmancill at debian.org>
Date: Wed May 30 21:49:42 2012 -0700
prepare upload
diff --git a/debian/changelog b/debian/changelog
index 27e463e..66d8894 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,11 @@ jffi (1.0.2-9) unstable; urgency=low
* Team upload.
* Patch d/control build-dep on default-jdk. (Closes: #675180)
- Thanks to James Page.
+ * Bump Standards-Version to 3.9.3 (no changes).
+ * d/copyright: update for DEP5 and to address lintian warnings.
+ * d/control: update Vcs-Git URL.
- -- tony mancill <tmancill at debian.org> Wed, 30 May 2012 21:31:13 -0700
+ -- tony mancill <tmancill at debian.org> Wed, 30 May 2012 21:48:31 -0700
jffi (1.0.2-8.1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index dc5c5c5..511a8a8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Torsten Werner <twerner at debian.org>
Build-Depends: debhelper (>= 7), cdbs, maven-repo-helper, libffi-dev, pkg-config,
ant-optional, default-jdk, junit4
-Standards-Version: 3.9.0
-Vcs-Git: git://git.debian.org/pkg-java/jffi.git
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/git/pkg-java/jffi.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/jffi.git
Homepage: http://github.com/wmeissner/jffi
diff --git a/debian/copyright b/debian/copyright
index 393c56f..d58db13 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: jffi
-Maintainer: Wayne Meissner
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jffi
+Upstream-Contact: Wayne Meissner
Source: http://github.com/wmeissner/jffi
Copyright: 2010 Wayne Meissner
@@ -11,14 +11,55 @@ License: LGPL-3 only
Files: jni/jffi/queue.h
Copyright: 1991, 1993 The Regents of the University of California.
License: BSD
- The full text of the license can be found in
- `/usr/share/common-licenses/BSD'.
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 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
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ 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.
Files: libtest/*
Copyright: 2007 Wayne Meissner
License: BSD
- The full text of the license can be found in
- `/usr/share/common-licenses/BSD'.
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ Redistributions in binary form must reproduce the above copyright notice
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ Neither the name of the project 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 COPYRIGHT HOLDERS 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 ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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.
Files: debian/*
Copyright: 2010 Torsten Werner <twerner at debian.org>
--
Java Foreign Function Interface
More information about the pkg-java-commits
mailing list