From 012aaa91b77cc74ee7bc4f56d1aaefc99eae5d81 Mon Sep 17 00:00:00 2001 Message-Id: <012aaa91b77cc74ee7bc4f56d1aaefc99eae5d81.1717584395.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 22 Nov 2009 14:48:11 +0000 Subject: [PATCH] Don't attempt to build debs for dapper (which is where the etch-capable debs were built); its GTK+ is too ancient. Organization: Straylight/Edgeware From: Richard Kettlewell --- scripts/dist | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/dist b/scripts/dist index e899cc0..f428eef 100755 --- a/scripts/dist +++ b/scripts/dist @@ -1,7 +1,7 @@ #! /bin/bash # # This file is part of DisOrder -# Copyright (C) 2005-2008 Richard Kettlewell +# Copyright (C) 2005-2009 Richard Kettlewell # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -56,9 +56,6 @@ build() { # Build various debs -# Ubuntu dapper; binaries suit Debian etch too -build dekabrach etch etch oldstable - # Debian lenny (32-bit) build leucomorph lenny "" stable -- [mdw]