Hans-Christoph Steiner pushed to branch master at Debian Java Maintainers / wala
Commits: 23ab59c3 by Hans-Christoph Steiner at 2019-01-21T13:17:38Z Standards-Version: 4.3.0 remove get-orig-source - - - - - 6dcec463 by Hans-Christoph Steiner at 2019-01-21T13:18:31Z update Vcs URLs to salsa.debian.org - - - - - 7605913d by Hans-Christoph Steiner at 2019-01-21T13:36:28Z fix typo in debian/copyright - - - - - 29bec81b by Hans-Christoph Steiner at 2019-01-21T13:36:28Z fix lintian file-contains-trailing-whitespace - - - - - ff7fac72 by Hans-Christoph Steiner at 2019-01-21T13:36:28Z fix debian/copyright: use EPL throughout, when there is a choice - - - - - 69e69064 by Hans-Christoph Steiner at 2019-01-21T13:36:28Z update debian/changelog for upload - - - - - 6435b96f by Hans-Christoph Steiner at 2019-01-21T13:43:14Z maven-repo-helper --> maven_repo_helper - - - - - 188bf314 by Hans-Christoph Steiner at 2019-01-21T13:55:02Z remove empty dir called '**' It seems that the wildcard in debian/build.gradle is creating this, but I can't see the mechanism. - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +wala (1.3.9-3) unstable; urgency=medium + + * Team upload. + * Standards-Version: 4.3.0 remove get-orig-source + * update Vcs URLs to salsa.debian.org + + -- Hans-Christoph Steiner <[email protected]> Mon, 21 Jan 2019 14:28:16 +0100 + wala (1.3.9-2) unstable; urgency=medium [ tony mancill ] ===================================== debian/control ===================================== @@ -15,9 +15,9 @@ Build-Depends: debhelper (>= 10~), libslf4j-java, libsmali-1-java, maven-repo-helper -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/wala.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/wala.git +Standards-Version: 4.3.0 +Vcs-Git: https://github.com/wala/WALA.git +Vcs-Browser: https://github.com/wala/WALA Homepage: http://wala.sourceforge.net Package: libwala-java @@ -71,6 +71,6 @@ Description: Static analysis on Java bytecode and related languages - Docs * General framework for iterative dataflow * General analysis utilities and data structures * A bytecode instrumentation library (Shrike) and a dynamic load-time - instrumentation library for Java (Dila) + instrumentation library for Java (Dila) . This package provides the documentations. \ No newline at end of file ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ --Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0 +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Source: https://github.com/wala/WALA Upstream-Name: T. J. Watson Libraries for Analysis Files-Excluded: *.apk @@ -21,7 +21,7 @@ Files: com.ibm.wala.core/src/com/ibm/wala/util/ssa/* com.ibm.wala.dalvik/src/com/ibm/wala/dalvik/* Copyright: 2002-2014, IBM Corporation 2013, Tobias Blaschke <[email protected]> -License: BSD-3-clause and/or EPL-1.0 +License: EPL-1.0 Files: com.ibm.wala.cast.java.test.data/src/alreadywalaunittests/InnerClassAA.java com.ibm.wala.cast.java.test.data/src/alreadywalaunittests/InnerClassSuperA.java @@ -55,7 +55,7 @@ License: EPL-1.0 Files: com.ibm.wala.scandroid/source/org/scandroid/* Copyright: 2009-2012, Galois, Inc. 2009-2012, Steve Suh <[email protected]> -License: BSD-3-clause and/or EPL-1.0 +License: EPL-1.0 Files: debian/* Copyright: 2017, Kai-Chung Yan (殷啟聰) @@ -275,30 +275,3 @@ License: EPL-1.0 this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. - -License: BSD-3-clause - 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. The names of the contributors may not 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. \ No newline at end of file ===================================== debian/rules ===================================== @@ -3,16 +3,17 @@ include /usr/share/dpkg/pkg-info.mk %: - dh $@ --buildsystem=gradle --with javahelper,maven-repo-helper + dh $@ --buildsystem=gradle --with javahelper,maven_repo_helper override_dh_auto_build: dh_auto_build -- --project-prop DEB_VERSION_UPSTREAM=$(DEB_VERSION_UPSTREAM) \ --settings-file debian/settings.gradle \ -Dfile.encoding=UTF-8 +override_dh_installdocs: + dh_installdocs + rmdir debian/libwala-java-doc/usr/share/doc/libwala-java/api/\*\* + override_dh_auto_clean: dh_auto_clean $(RM) -r debian/.gradle - -get-orig-source: - uscan --download-current-version --force-download --repack --compression xz View it on GitLab: https://salsa.debian.org/java-team/wala/compare/c4106da7fa13228a51871f2b58ac9141e6fa1700...188bf314bb8840c786faf2e89b315ee1f8b985cf -- View it on GitLab: https://salsa.debian.org/java-team/wala/compare/c4106da7fa13228a51871f2b58ac9141e6fa1700...188bf314bb8840c786faf2e89b315ee1f8b985cf You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

