--- a/skeleton/__pkginfo__.py.tmpl Wed Apr 07 14:42:55 2010 +0200
+++ b/skeleton/__pkginfo__.py.tmpl Thu Apr 08 11:04:17 2010 +0200
@@ -7,7 +7,7 @@
numversion = (0, 1, 0)
version = '.'.join(str(num) for num in numversion)
-license = 'LCL'
+license = '%(license)s'
author = '%(author)s'
author_email = '%(author-email)s'
@@ -40,6 +40,6 @@
# Note: here, you'll need to add subdirectories if you want
# them to be included in the debian package
-__depends__ = {'cubicweb': '>= 3.8.0'}
+__depends__ = {'cubicweb': '>= %(version)s'}
__recommends__ = {}