[pkg-java] r2989 - trunk/javatar/debian
Paul Cager
paulcager-guest at alioth.debian.org
Thu Feb 8 16:45:16 CET 2007
Author: paulcager-guest
Date: 2007-02-08 16:45:16 +0100 (Thu, 08 Feb 2007)
New Revision: 2989
Modified:
trunk/javatar/debian/control
Log:
Corrected syntax of Depends: ${misc:Depends}
Modified: trunk/javatar/debian/control
===================================================================
--- trunk/javatar/debian/control 2007-02-08 15:35:38 UTC (rev 2988)
+++ trunk/javatar/debian/control 2007-02-08 15:45:16 UTC (rev 2989)
@@ -10,7 +10,7 @@
Package: libjavatar-java
Architecture: all
Section: libs
-Depends: $(misc:Depends)
+Depends: ${misc:Depends}
Suggests: libjavatar-java-doc
Description: allows access to TAR files from Java
The package com.ice.tar implements a tar archive io package. This package
More information about the pkg-java-commits
mailing list