Author: tmancill Date: 2013-03-16 17:56:15 +0000 (Sat, 16 Mar 2013) New Revision: 16420
Modified: trunk/libjdom1-java/debian/changelog trunk/libjdom1-java/debian/control Log: update package description (Closes: #703155) Modified: trunk/libjdom1-java/debian/changelog =================================================================== --- trunk/libjdom1-java/debian/changelog 2013-03-14 18:26:30 UTC (rev 16419) +++ trunk/libjdom1-java/debian/changelog 2013-03-16 17:56:15 UTC (rev 16420) @@ -1,3 +1,11 @@ +libjdom1-java (1.1.2+dfsg-3) UNRELEASED; urgency=low + + * Team upload. + * Correct typo in package description. (Closes: #703155) + - Thanks to Pascal De Vuyst for the bug report. + + -- tony mancill <[email protected]> Sat, 16 Mar 2013 10:54:34 -0700 + libjdom1-java (1.1.2+dfsg-2) unstable; urgency=low [ Jakub Adam ] Modified: trunk/libjdom1-java/debian/control =================================================================== --- trunk/libjdom1-java/debian/control 2013-03-14 18:26:30 UTC (rev 16419) +++ trunk/libjdom1-java/debian/control 2013-03-16 17:56:15 UTC (rev 16420) @@ -24,7 +24,7 @@ Description: lightweight and fast library using XML JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient - reading, manipulation, and writing. It has a straightforward API, is a + reading, manipulation, and writing. It has a straightforward API, is lightweight and fast, and is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM and SAX. @@ -37,7 +37,7 @@ Description: lightweight and fast library using XML - documentation JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient - reading, manipulation, and writing. It has a straightforward API, is a + reading, manipulation, and writing. It has a straightforward API, is lightweight and fast, and is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM and SAX. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

