From e3b0498b6b7ddb29b72aad79a38ac0cb366d3563 Mon Sep 17 00:00:00 2001 From: Torsten Werner <twerner@debian.org> Date: Sun, 11 Sep 2011 19:15:26 +0000 Subject: [PATCH] * Team upload. * Remove Java runtime from Depends. * Update Standards-Version: 3.9.2. --- debian/changelog | 8 ++++++++ debian/control | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e08e915..0547979 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libsimple-validation-java (0.4-2) unstable; urgency=low + + * Team upload. + * Remove Java runtime from Depends. + * Update Standards-Version: 3.9.2. + + -- Torsten Werner <twerner@debian.org> Sun, 11 Sep 2011 21:12:40 +0200 + libsimple-validation-java (0.4-1) unstable; urgency=low * Initial release (Closes: #570322) diff --git a/debian/control b/debian/control index f061262..333342d 100644 --- a/debian/control +++ b/debian/control @@ -5,14 +5,14 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or Uploaders: Varun Hiremath <varun@debian.org> Build-Depends: debhelper (>= 7), cdbs Build-Depends-Indep: ant-optional, default-jdk -Standards-Version: 3.8.4 +Standards-Version: 3.9.2 Homepage: http://kenai.com/projects/simplevalidation/pages/Home Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libsimple-validation-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libsimple-validation-java Package: libsimple-validation-java Architecture: all -Depends: ${misc:Depends}, default-jre | java2-runtime +Depends: ${misc:Depends} Description: library for quickly adding validation code to Swing user-interfaces This is a simple library for retrofitting user-interface input validation to Swing applications. It handles validating user input -- GitLab