Author: mkoch Date: 2008-05-09 18:23:29 +0000 (Fri, 09 May 2008) New Revision: 6439
Modified: trunk/jarjar/debian/ trunk/jarjar/debian/changelog trunk/jarjar/debian/control Log: jarjar (1.0~rc7.dfsg-2) unstable; urgency=low * Fix lists in long descriptions. Closes: #480324 -- Michael Koch <[EMAIL PROTECTED]> Fri, 09 May 2008 17:13:34 -0100 Property changes on: trunk/jarjar/debian ___________________________________________________________________ Name: svn:ignore - files libjarjar-java libjarjar-java-doc stamp-* *.debhelper + files libjarjar-java libjarjar-java-doc stamp-* *.debhelper *.debhelper.log Modified: trunk/jarjar/debian/changelog =================================================================== --- trunk/jarjar/debian/changelog 2008-05-09 18:22:28 UTC (rev 6438) +++ trunk/jarjar/debian/changelog 2008-05-09 18:23:29 UTC (rev 6439) @@ -1,3 +1,9 @@ +jarjar (1.0~rc7.dfsg-2) unstable; urgency=low + + * Fix lists in long descriptions. Closes: #480324 + + -- Michael Koch <[EMAIL PROTECTED]> Fri, 09 May 2008 17:13:34 -0100 + jarjar (1.0~rc7.dfsg-1) unstable; urgency=low * New upstream version. Modified: trunk/jarjar/debian/control =================================================================== --- trunk/jarjar/debian/control 2008-05-09 18:22:28 UTC (rev 6438) +++ trunk/jarjar/debian/control 2008-05-09 18:23:29 UTC (rev 6439) @@ -18,10 +18,10 @@ Utility that makes it easy to repackage Java libraries and embed them into your own distribution. This is useful for two reasons: . - * You can easily ship a single jar file with no external dependencies. - * You can avoid problems where your library depends on a specific - version of a library, which may conflict with the dependencies of - another library. + - You can easily ship a single jar file with no external dependencies. + - You can avoid problems where your library depends on a specific + version of a library, which may conflict with the dependencies of + another library. Package: libjarjar-java-doc Section: doc @@ -31,9 +31,9 @@ Utility that makes it easy to repackage Java libraries and embed them into your own distribution. This is useful for two reasons: . - * You can easily ship a single jar file with no external dependencies. - * You can avoid problems where your library depends on a specific - version of a library, which may conflict with the dependencies of - another library. + - You can easily ship a single jar file with no external dependencies. + - You can avoid problems where your library depends on a specific + version of a library, which may conflict with the dependencies of + another library. . This package includes the documentation. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

