Alexandre Detiste pushed to branch master at Debian Java Maintainers / c3p0
Commits: 8a4d4125 by Alexandre Detiste at 2025-09-04T14:16:33+02:00 wrap-and-sort -ast - - - - - 2 changed files: - debian/control - debian/copyright Changes: ===================================== debian/control ===================================== @@ -2,9 +2,20 @@ Source: c3p0 Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Varun Hiremath <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 10), cdbs, maven-repo-helper, default-jdk -Build-Depends-Indep: ant, liblog4j1.2-java, ant-optional, junit, libhsqldb-java +Uploaders: + Varun Hiremath <[email protected]>, + Emmanuel Bourg <[email protected]>, +Build-Depends: + cdbs, + debhelper (>= 10), + default-jdk, + maven-repo-helper, +Build-Depends-Indep: + ant, + ant-optional, + junit, + libhsqldb-java, + liblog4j1.2-java, Standards-Version: 4.7.2 Vcs-Git: https://salsa.debian.org/java-team/c3p0.git Vcs-Browser: https://salsa.debian.org/java-team/c3p0 @@ -13,8 +24,10 @@ Homepage: http://sourceforge.net/projects/c3p0 Package: libc3p0-java Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends} -Suggests: liblog4j1.2-java +Depends: + ${misc:Depends}, +Suggests: + liblog4j1.2-java, Description: library for JDBC connection pooling c3p0 is an easy-to-use library for making traditional JDBC drivers "enterprise-ready" by augmenting them with functionality defined by @@ -24,8 +37,10 @@ Package: libc3p0-java-doc Section: doc Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends} -Suggests: libc3p0-java +Depends: + ${misc:Depends}, +Suggests: + libc3p0-java, Description: library for JDBC connection pooling (documentation) c3p0 is an easy-to-use library for making traditional JDBC drivers "enterprise-ready" by augmenting them with functionality defined by ===================================== debian/copyright ===================================== @@ -34,4 +34,3 @@ License: LGPL-2.1 . On Debian systems the full text of the Lesser General Public License, LGPL, can be found at /usr/share/common-licenses/LGPL-2.1 - View it on GitLab: https://salsa.debian.org/java-team/c3p0/-/commit/8a4d41253d7afa63a59b39f76f66cd8b51f70dbb -- View it on GitLab: https://salsa.debian.org/java-team/c3p0/-/commit/8a4d41253d7afa63a59b39f76f66cd8b51f70dbb 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

