Andreas Tille pushed to branch master at Debian Java Maintainers / jcifs
Commits: 579ea839 by Andreas Tille at 2025-01-30T16:31:15+01:00 Standards-Version: 4.7.0 (routine-update) - - - - - c4f50b09 by Andreas Tille at 2025-01-30T16:31:15+01:00 debhelper-compat 13 (routine-update) - - - - - 5cbdf090 by Andreas Tille at 2025-01-30T16:33:04+01:00 Reorder sequence of d/control fields by cme (routine-update) - - - - - 2c95a386 by Andreas Tille at 2025-01-30T16:41:01+01:00 d/copyright: review - - - - - 022dc194 by Andreas Tille at 2025-01-30T16:41:40+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,15 @@ -jcifs (1.3.19+dfsg-1) UNRELEASED; urgency=medium +jcifs (1.3.19+dfsg-1) unstable; urgency=medium * Team upload. * New Homepage * Fix watch file * Prepare upstream source via Files-Excluded and mark repackaging via +dfsg + * Standards-Version: 4.7.0 (routine-update) + * debhelper-compat 13 (routine-update) + * Reorder sequence of d/control fields by cme (routine-update) + * d/copyright: review - -- Andreas Tille <[email protected]> Thu, 30 Jan 2025 16:18:18 +0100 + -- Andreas Tille <[email protected]> Thu, 30 Jan 2025 16:41:06 +0100 jcifs (1.3.19-2) unstable; urgency=medium ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -1,39 +1,33 @@ Source: jcifs +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Varun Hiremath <[email protected]>, + Emmanuel Bourg <[email protected]> Section: java Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: - Varun Hiremath <[email protected]>, - Emmanuel Bourg <[email protected]> -Build-Depends: - ant, - debhelper (>= 11), - default-jdk, - libservlet3.1-java, - maven-repo-helper -Standards-Version: 4.1.3 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/jcifs.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jcifs.git +Build-Depends: ant, + debhelper-compat (= 13), + default-jdk-headless, + libservlet3.1-java, + maven-repo-helper +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/java-team/jcifs +Vcs-Git: https://salsa.debian.org/java-team/jcifs.git Homepage: https://www.jcifs.org/ Package: libjcifs-java Architecture: all -Depends: - ${misc:Depends} -Suggests: - libjcifs-java-doc +Depends: ${misc:Depends} +Suggests: libjcifs-java-doc Description: Java library for the CIFS/SMB networking protocol JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java. CIFS is the standard file sharing protocol on the Microsoft Windows platform (e.g. Map Network Drive ...). Package: libjcifs-java-doc -Section: doc Architecture: all -Depends: - ${misc:Depends} -Suggests: - libjcifs-java +Section: doc +Depends: ${misc:Depends} +Suggests: libjcifs-java Description: Documentation for libjcifs-java (CIFS/SMB library for Java) JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java. CIFS is the standard file sharing ===================================== debian/copyright ===================================== @@ -19,7 +19,7 @@ Copyright: 2002-2007, Michael B. Allen <[email protected]> 1996, Jef Poskanzer <[email protected]> 1996, Wolfgang Platzer <[email protected]> 1996, Widget Workshop, Inc. -License: LGPL-2.1 +License: LGPL-2.1+ Files: src/jcifs/util/DES.java Copyright: 1996, Widget Workshop, Inc. @@ -75,6 +75,16 @@ License: other, and BSD-2-Clause OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Files: examples/pipes/callnp.c + examples/pipes/createf.c + examples/pipes/createnp.c + examples/SmbShell.java + examples/T2Crawler.java + examples/ThreadedSmbCrawler.java +Copyright: 2000 Michael B. Allen <[email protected]> +License: GPL-2+ + On Debian systems, the complete text of the GNU General Public License + version 2 can be found in `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2005-2006, Wolfgang Baer <[email protected]> @@ -82,9 +92,9 @@ Copyright: 2005-2006, Wolfgang Baer <[email protected]> 2008, Varun Hiremath <[email protected]> 2009, Michael Koch <[email protected]> 2011, Torsten Werner <[email protected]> -License: LGPL-2.1 +License: LGPL-2.1+ -License: LGPL-2.1 +License: LGPL-2.1+ On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. View it on GitLab: https://salsa.debian.org/java-team/jcifs/-/compare/599d4ecfb4305a34c7aa0e0ea36f7cbead0ecb2a...022dc19456eb4dee3dddb89beb0c5c6041475648 -- View it on GitLab: https://salsa.debian.org/java-team/jcifs/-/compare/599d4ecfb4305a34c7aa0e0ea36f7cbead0ecb2a...022dc19456eb4dee3dddb89beb0c5c6041475648 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

