[Pkg-loop-aes-commits] r1386 - in /trunk/loop-aes: ./ debian/bin/gencontrol.py debian/changelog

xam at users.alioth.debian.org xam at users.alioth.debian.org
Sat Apr 21 18:29:48 UTC 2007


Author: xam
Date: Sat Apr 21 18:29:48 2007
New Revision: 1386

URL: http://svn.debian.org/wsvn/pkg-loop-aes/?sc=1&rev=1386
Log:
* Adapt gencontrol to linux-support-2.6.20-1

Modified:
    trunk/loop-aes/   (props changed)
    trunk/loop-aes/debian/bin/gencontrol.py
    trunk/loop-aes/debian/changelog

Propchange: trunk/loop-aes/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Sat Apr 21 18:29:48 2007
@@ -1,2 +1,2 @@
 21abe0f1-f0ee-4de9-8a33-02d62b012b6b:/local/pkg-loop-aes/trunk/loop-aes:1408
-21abe0f1-f0ee-4de9-8a33-02d62b012b6b:/local/temp:9924
+21abe0f1-f0ee-4de9-8a33-02d62b012b6b:/local/temp:9925

Modified: trunk/loop-aes/debian/bin/gencontrol.py
URL: http://svn.debian.org/wsvn/pkg-loop-aes/trunk/loop-aes/debian/bin/gencontrol.py?rev=1386&op=diff
==============================================================================
--- trunk/loop-aes/debian/bin/gencontrol.py (original)
+++ trunk/loop-aes/debian/bin/gencontrol.py Sat Apr 21 18:29:48 2007
@@ -17,10 +17,10 @@
         packages.extend(self.process_packages(main, vars))
 
         packages['source']['Build-Depends'].extend(
-            ['linux-support-%s%s' % (self.version['linux']['upstream'], self.abiname)]
+            ['linux-support-%s%s' % (self.version.linux_upstream, self.abiname)]
         )
         packages['source']['Build-Depends'].extend(
-            ['linux-headers-%s%s-all-%s [%s]' % (self.version['linux']['upstream'], self.abiname, arch, arch)
+            ['linux-headers-%s%s-all-%s [%s]' % (self.version.linux_upstream, self.abiname, arch, arch)
             for arch in self.config['base',]['arches']],
         )
 
@@ -57,7 +57,7 @@
 
     def process_config_version(self, config):
         entry = config['version',]
-        self.version = parse_version(entry['source'])
+        self.version = VersionLinux(entry['source'])
         self.abiname = entry['abiname']
         self.vars = self.process_version_linux(self.version, self.abiname)
 

Modified: trunk/loop-aes/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-loop-aes/trunk/loop-aes/debian/changelog?rev=1386&op=diff
==============================================================================
--- trunk/loop-aes/debian/changelog (original)
+++ trunk/loop-aes/debian/changelog Sat Apr 21 18:29:48 2007
@@ -2,6 +2,7 @@
 
   * UNRELEASED
   * Enable support for VIA padlock xcrypt instruction
+  * Adapt gencontrol to linux-support-2.6.20-1
 
  -- Max Vozeler <xam at debian.org>  Sat, 21 Apr 2007 20:22:06 +0200
 




More information about the Pkg-loop-aes-commits mailing list