This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository hsqldb.
commit e39145135045538583f24bfd26c80f99ba099352 Author: Markus Koschany <[email protected]> Date: Thu Sep 17 18:08:23 2015 +0200 Remove all Conflicts, Replaces and Provides fields. These control fields are obsolete in Stretch now. --- debian/changelog | 3 +++ debian/control | 10 ---------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index a0a3dd5..ad07a9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,9 @@ hsqldb (2.3.3+dfsg-1) UNRELEASED; urgency=medium * Switch to copyright format 1.0. * Improve debian/watch and mangle the version correctly. * libhsqldb-java: Remove Suggests java-virtual-machine. + * Remove all Conflicts, Replaces and Provides fields. + These control fields are obsolete in Stretch now. + -- Markus Koschany <[email protected]> Wed, 16 Sep 2015 23:22:04 +0200 diff --git a/debian/control b/debian/control index 7c45c5b..9bd4445 100644 --- a/debian/control +++ b/debian/control @@ -25,14 +25,6 @@ Depends: ${misc:Depends} Suggests: libhsqldb-java-doc -Conflicts: - libhsqldb2.2-java, - libreoffice-base (<< 1:4.0.2~rc2-2), - openoffice.org-base -Replaces: - libhsqldb2.2-java -Provides: - libhsqldb2.2-java Description: Java SQL database engine HSQLDB is an SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus @@ -67,8 +59,6 @@ Depends: default-jre-headless | java7-runtime-headless, libhsqldb-java (= ${binary:Version}), ${misc:Depends} -Replaces: - libhsqldb-java (<< 1.8.1.1~) Description: Java SQL database engine (utilities) HSQLDB is an SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/hsqldb.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

