[Treepkg-commits] r460 - trunk/recipes/kde/enterprise

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Oct 20 16:36:45 CEST 2010


Author: bricks
Date: 2010-10-20 16:36:45 +0200 (Wed, 20 Oct 2010)
New Revision: 460

Modified:
   trunk/recipes/kde/enterprise/kde_l10n_tags.py
Log:
enterprise tags has no source and binary packager anymore


Modified: trunk/recipes/kde/enterprise/kde_l10n_tags.py
===================================================================
--- trunk/recipes/kde/enterprise/kde_l10n_tags.py	2010-10-20 07:51:53 UTC (rev 459)
+++ trunk/recipes/kde/enterprise/kde_l10n_tags.py	2010-10-20 14:36:45 UTC (rev 460)
@@ -14,10 +14,10 @@
 import treepkg.util
 
 import recipes.kde.enterprise.tags as tags
+import recipes.kde.enterprise.generic as enterprise
 
+class SourcePackager(enterprise.SourcePackager):
 
-class SourcePackager(tags.SourcePackager):
-
     """Creates the debian source package for the l10n files
 
     This is a bit more complicated than for other packages.  The
@@ -87,7 +87,7 @@
                   os.path.join(pkgbasedir, os.path.basename(de_tarball)))
 
 
-class RevisionPackager(tags.RevisionPackager):
+class RevisionPackager(enterprise.RevisionPackager):
 
     source_packager_cls = SourcePackager
 



More information about the Treepkg-commits mailing list