This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-logging-java.
commit a2f985b9bfd3b039dd6bff940b30c41d5e4abcfc Author: Jakub Adam <[email protected]> Date: Mon Apr 15 17:21:10 2013 +0000 Fix a typo in package synopsis --- debian/changelog | 7 ++++--- debian/control | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 52d3607..cae873e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libcommons-logging-java (1.1.2-2) UNRELEASED; urgency=low * Fix Bundle-SymbolicName commons-logging -> org.apache.commons.logging (Closes: #705421). * Add Jakub Adam to Uploaders. + * Fix a typo in package synopsis. -- Jakub Adam <[email protected]> Mon, 15 Apr 2013 18:33:00 +0200 @@ -166,7 +167,7 @@ libcommons-logging-java (1.1-1) unstable; urgency=low * debian/copyright: + Add copyright, upstream authors. + Add Debian packaging copyright. - + -- Kumar Appaiah <[email protected]> Wed, 26 Sep 2007 06:51:56 +0530 libcommons-logging-java (1.0.4-6) unstable; urgency=low @@ -188,7 +189,7 @@ libcommons-logging-java (1.0.4-5) unstable; urgency=low libcommons-logging-java (1.0.4-4) unstable; urgency=low - * kaffe compiler transition + * kaffe compiler transition -- Wolfgang Baer <[email protected]> Sun, 15 Jan 2006 17:55:22 +0100 @@ -238,7 +239,7 @@ liblibcommons-logging-java (1.0.3-4) unstable; urgency=low libcommons-logging-java (1.0.3-3) unstable; urgency=low * Move to main. (closes: #237365) - * remove libcommons-logging-java-doc because main tools couldn't + * remove libcommons-logging-java-doc because main tools couldn't support javadoc. -- Takashi Okamoto <[email protected]> Sat, 1 May 2004 18:06:52 +0900 diff --git a/debian/control b/debian/control index 37a13c9..6166844 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Suggests: libavalon-framework-java, libexcalibur-logkit-java, liblog4j1.2-java, libservlet3.0-java -Description: commmon wrapper interface for several logging APIs +Description: common wrapper interface for several logging APIs Provides a simple, component oriented interface together with wrappers for several existing java logging systems. The user can choose at runtime which system he want to use for logging. @@ -34,7 +34,7 @@ Package: libcommons-logging-java-doc Section: doc Architecture: all Depends: ${misc:Depends} -Description: commmon wrapper interface for several logging APIs (documentation) +Description: common wrapper interface for several logging APIs (documentation) Provides a simple, component oriented interface together with wrappers for several existing java logging systems. The user can choose at runtime which system he want to use for logging. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-logging-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

