This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libvldocking-java.
commit 505bc64edf4684e8d348f02f1b4579629cd5bb51 Author: Emmanuel Bourg <[email protected]> Date: Wed Mar 28 14:27:58 2018 +0200 Fixed a typo in the description of the package --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 39c0f89..5a3631e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ libvldocking-java (2.1.4-5) UNRELEASED; urgency=low * Install the jar with javahelper * Standards-Version updated to 4.1.3 * Switch to debhelper level 11 + * Fixed a typo in the description of the package -- Emmanuel Bourg <[email protected]> Wed, 28 Mar 2018 13:55:29 +0200 diff --git a/debian/control b/debian/control index 0cb1152..8d94ddc 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends} Description: Java components for building applications with Docking capabilities An application can be divided into sub-sets: the "dockables". - - Each Dockable can be precisely positionned by the user, by a drag and drop + - Each Dockable can be precisely positioned by the user, by a drag and drop gesture issued from its title bar. - Dockables can be grouped into tabbed panes. . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libvldocking-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

