This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sqlline.
commit 9643120504a8357564703f1b23b2927c325156ba Author: Damien Raude-Morvan <[email protected]> Date: Sat Sep 26 18:34:43 2009 +0000 * Add Homepage field * Bump Standards-Version to 3.8.3: * Set Maintainer field to Debian Java Team * Add myself as Uploaders and update my email address * Add lintian-override for spelling-error-in-description --- debian/README.Debian | 2 +- debian/changelog | 12 +++++++----- debian/control | 5 +++-- debian/copyright | 4 ++-- debian/sqlline.lintian-overrides | 2 ++ 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 00f0e76..dcfab8f 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -13,4 +13,4 @@ sqlline for Debian - /usr/share/java/ - /usr/local/share/java/ - -- Damien Raude-Morvan <[email protected]> Tue, 22 Jul 2008 00:39:39 +0200 + -- Damien Raude-Morvan <[email protected]> Tue, 22 Jul 2008 00:39:39 +0200 diff --git a/debian/changelog b/debian/changelog index d6c2034..19b35ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,20 +1,22 @@ -sqlline (1.0.2-3) UNRELEASED; urgency=low +sqlline (1.0.2-3) unstable; urgency=low * Use default-jdk instead of default-jdk-builddep for Build-Depends as no components are built with gcj * Depends on default-jre-headless instead of gcj - * Set Maintainer field to Debian Java Team * Update Vcs-* fields - * Add myself as Uploaders - * Bump Standards-Version to 3.8.2: + * Add Homepage field + * Bump Standards-Version to 3.8.3: - Add ${misc:Depends} in Depends field for debhelper - Move to "java" section of archive * Switch to Quilt patch system: - Refresh all patches - Add B-D on quilt - Include patchsys-quilt.mk in debian/rules + * Set Maintainer field to Debian Java Team + * Add myself as Uploaders and update my email address + * Add lintian-override for spelling-error-in-description - -- Damien Raude-Morvan <[email protected]> Fri, 17 Jul 2009 15:31:59 +0200 + -- Damien Raude-Morvan <[email protected]> Sat, 26 Sep 2009 20:33:31 +0200 sqlline (1.0.2-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 5369e50..4bedb84 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,13 @@ Source: sqlline Section: java Priority: extra Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Damien Raude-Morvan <[email protected]> +Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends-Indep: libjline-java Build-Depends: ant, default-jdk, debhelper (>= 5), cdbs, quilt Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/sqlline/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/sqlline/ -Standards-Version: 3.8.2 +Standards-Version: 3.8.3 +Homepage: http://sqlline.sourceforge.net/ Package: sqlline Architecture: all diff --git a/debian/copyright b/debian/copyright index 86d638c..b15db04 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -This package was debianized by Damien Raude-Morvan <[email protected]> on +This package was debianized by Damien Raude-Morvan <[email protected]> on Tue, 22 Jul 2008 00:39:39 +0200. It was downloaded from http://sqlline.sourceforge.net/ @@ -30,5 +30,5 @@ On Debian systems, the complete text of the BSD License can be found in `/usr/share/common-licenses/BSD'. The Debian packaging is -Copyright (C) 2008, Damien Raude-Morvan <[email protected]> +Copyright (C) 2008-2009, Damien Raude-Morvan <[email protected]> and is licensed under the BSD, see `/usr/share/common-licenses/BSD'. diff --git a/debian/sqlline.lintian-overrides b/debian/sqlline.lintian-overrides new file mode 100644 index 0000000..a197a77 --- /dev/null +++ b/debian/sqlline.lintian-overrides @@ -0,0 +1,2 @@ +# Here, "mysql" is the CLI utility +sqlline: spelling-error-in-description mysql MySQL -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sqlline.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

