--- a/skeleton/__pkginfo__.py.tmpl Fri Jan 14 18:30:37 2011 +0100
+++ b/skeleton/__pkginfo__.py.tmpl Fri Jan 14 18:30:40 2011 +0100
@@ -8,13 +8,13 @@
version = '.'.join(str(num) for num in numversion)
license = '%(license)s'
-
author = '%(author)s'
author_email = '%(author-email)s'
+description = '%(shortdesc)s'
+web = 'http://www.cubicweb.org/project/%%s' %% distname
-description = '%(shortdesc)s'
-
-web = 'http://www.cubicweb.org/project/%%s' %% distname
+__depends__ = %(dependencies)s
+__recommends__ = {}
from os import listdir as _listdir
@@ -40,6 +40,3 @@
# Note: here, you'll need to add subdirectories if you want
# them to be included in the debian package
-__depends__ = %(dependencies)s
-__recommends__ = {}
-