Package: ketchup
Version: 0.9-1
Severity: wishlist
Hi,
The attached patch replaces the 2.6-bk target with 2.6-git
(which is actually exactly the same since patches are stored
at the same place).
2.6-bk is now useless. But, it is still possible to get a
special version by calling 'ketchup 2.6.8-bk1'.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc6=LoulousMobile
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages ketchup depends on:
ii python 2.3.5-3 An interactive high-level object-o
ketchup recommends no packages.
-- no debconf information
--- /usr/bin/ketchup 2005-08-12 17:37:31.000000000 +0200
+++ /home/bgoglin/bin/ketchup 2005-08-24 09:32:41.000000000 +0200
@@ -189,7 +190,7 @@ def compare_ver(a, b):
Compare kernel versions a and b
Note that -pre and -rc versions sort before the version they modify,
- -pre sorts before -rc, and -bk, -mm, etc. sort alphabetically.
+ -pre sorts before -rc, -bk, -git, and -mm, etc. sort alphabetically.
"""
if a == b: return 0
@@ -264,7 +265,7 @@ def latest_mjb(url, pat):
return None
def latest_26_tip(url, pat):
- l = [ find_ver('2.6'), find_ver('2.6-bk'), find_ver('2.6-pre') ]
+ l = [ find_ver('2.6'), find_ver('2.6-git'), find_ver('2.6-pre') ]
l.sort(compare_ver)
return l[-1]
@@ -290,7 +291,7 @@ version_info = {
kernel_url + "/v2.6" + "/testing/patch-%(prebase)s.bz2",
r'patch-(.*?).bz2',
1, "current stable kernel series prereleases"),
- '2.6-bk': (latest_dir,
+ '2.6-git': (latest_dir,
kernel_url + "/v2.6" +
"/snapshots/patch-%(full)s.bz2", r'patch-(.*?).bz2',
1, "current stable kernel series snapshots"),