[svn:parrot] r37577 - trunk/ports/debian

allison at svn.parrot.org allison at svn.parrot.org
Thu Mar 19 04:09:59 UTC 2009


Author: allison
Date: Thu Mar 19 04:09:59 2009
New Revision: 37577
URL: https://trac.parrot.org/parrot/changeset/37577

Log:
[debian] Alter substitution character from % to @.

Modified:
   trunk/ports/debian/control.in

Modified: trunk/ports/debian/control.in
==============================================================================
--- trunk/ports/debian/control.in	Thu Mar 19 04:06:34 2009	(r37576)
+++ trunk/ports/debian/control.in	Thu Mar 19 04:09:59 2009	(r37577)
@@ -16,7 +16,7 @@
  Parrot hosts a variety of language implementations, including Tcl, Javascript,
  Ruby, Lua, Scheme, PHP, Python, Perl 6, and a .NET bytecode translator.
 
-Package: libparrot%SOVERSION%
+Package: libparrot at SOVERSION@
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
@@ -29,7 +29,7 @@
 Package: libparrot-dev
 Architecture: any
 Section: libdevel
-Depends: libparrot%SOVERSION% (= ${binary:Version}), parrot
+Depends: libparrot at SOVERSION@ (= ${binary:Version}), parrot
 Description: Parrot shared library development files
  This package contains files needed to develop applications which embed Parrot.
 


More information about the parrot-commits mailing list