[weasel-commit] Source: autopackage=1-2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 17 Jun 2010 12:09:01 -0400

================================
autopackage:source=1-2 (previous: 1-1)
cvc rdiff autopackage -1 /weasel.rpath.org@wgl:3-devel/1-2
================================
1-2 Filip Brcic (brcha@xxxxxxxxxxxx) Thu Jun 17 12:08:54 2010
    customized call sequence to meat the one from new cpackage recipe

autopackage.recipe: changed
Index: autopackage.recipe
====================================================================
contents(size sha1)
inode(mtime owner group)
--- autopackage.recipe /weasel.rpath.org@wgl:3-devel/1-1
+++ autopackage.recipe /weasel.rpath.org@wgl:3-devel/1-2
@@ -1,5 +1,6 @@
 #
 # Copyright (c) 2008 rPath, Inc.
+# Copyright (c) 2010 Weasel GNU/Linux [Filip Brcic (brcha@xxxxxxxxxxxx)]
 # This file is distributed under the terms of the MIT License.
 # A copy is available at http://www.rpath.com/permanent/mit-license.html
 #
@@ -12,18 +13,28 @@
 
     def setup(r):
         r.unpack()
-        r.configure()
-        r.make()
-        r.makeinstall()
+        r.compile()
+        r.install()
         r.policy()
 
     def unpack(r):
         pass
+
+    def compile(r):
+        r.configure()
+        r.make()
+
+    def install(r):
+        r.makeinstall()
+
     def configure(r):
         r.Configure()
+
     def make(r):
         r.Make()
+
     def makeinstall(r):
         r.MakeInstall()
+
     def policy(r):
         pass



Committed by: brcha

Other related posts: