Author: mkoch Date: 2007-11-29 20:24:19 +0000 (Thu, 29 Nov 2007) New Revision: 4907
Modified: trunk/javatar/debian/ trunk/javatar/debian/changelog trunk/javatar/debian/control trunk/javatar/debian/patches/ trunk/javatar/debian/watch Log: javatar (2.5+dfsg-2) unstable; urgency=low * Fixed watch file. Closes: #450359. * Added Homepage tag to debian/control. * Added myself to Uploaders. -- Michael Koch <[EMAIL PROTECTED]> Thu, 29 Nov 2007 21:22:30 +0100 Property changes on: trunk/javatar/debian ___________________________________________________________________ Name: svn:ignore + files libjavatar-java libjavatar-java-doc stamp-* *.debhelper Modified: trunk/javatar/debian/changelog =================================================================== --- trunk/javatar/debian/changelog 2007-11-29 20:02:47 UTC (rev 4906) +++ trunk/javatar/debian/changelog 2007-11-29 20:24:19 UTC (rev 4907) @@ -1,3 +1,11 @@ +javatar (2.5+dfsg-2) unstable; urgency=low + + * Fixed watch file. Closes: #450359. + * Added Homepage tag to debian/control. + * Added myself to Uploaders. + + -- Michael Koch <[EMAIL PROTECTED]> Thu, 29 Nov 2007 21:22:30 +0100 + javatar (2.5+dfsg-1) unstable; urgency=low * New initial release, to replace version 2.5-1 rejected from NEW queue due Modified: trunk/javatar/debian/control =================================================================== --- trunk/javatar/debian/control 2007-11-29 20:02:47 UTC (rev 4906) +++ trunk/javatar/debian/control 2007-11-29 20:24:19 UTC (rev 4907) @@ -2,10 +2,11 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> -Uploaders: Paul Cager <[EMAIL PROTECTED]> +Uploaders: Paul Cager <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]> Build-Depends-Indep: java-gcj-compat-dev (>= 1.0.65), libgnujaf-java, tofrodos Build-Depends: ant (>= 1.6.5), cdbs (>= 0.4.5.3), debhelper (>= 5) Standards-Version: 3.7.2 +Homepage: http://www.trustice.com/java/tar/ Package: libjavatar-java Architecture: all @@ -17,8 +18,6 @@ allows you to create, and extract tar archives. Since the package uses InputStream and OutputStream, it is possible to combine this package with the java.util.zip package to handle .tar.gz files. - . - Homepage: http://www.trustice.com/java/tar/ Package: libjavatar-java-doc Architecture: all @@ -29,5 +28,3 @@ This library allows you to create, and extract tar archives. Since the package uses InputStream and OutputStream, it is possible to combine this package with the java.util.zip package to handle .tar.gz files. - . - Homepage: http://www.trustice.com/java/tar/ Property changes on: trunk/javatar/debian/patches ___________________________________________________________________ Name: svn:ignore + *.log Modified: trunk/javatar/debian/watch =================================================================== --- trunk/javatar/debian/watch 2007-11-29 20:02:47 UTC (rev 4906) +++ trunk/javatar/debian/watch 2007-11-29 20:24:19 UTC (rev 4907) @@ -1,2 +1,3 @@ version=3 -ftp://ftp.gjt.org/pub/time/java/tar/javatar-([0-9]+\.[0-9]+).tar.gz +opts="dversionmangle=s/\+dfsg//" \ + http://www.trustice.com/java/tar/ http://www.gjt.org/download/time/java/tar/javatar-([0-9]+\.[0-9]+).zip _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

