X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=billie;h=5d9d0035331ea6956b166853b5eef37dedf9416e;hb=950d3a6f5d3733d912a9e9b586d8de7d9405db7b;hp=8346e066d3c7255a8e4bac955992c03f58f0ffca;hpb=6683ae63d250c1d795952307595107fd7bd0bac8;p=dak.git diff --git a/billie b/billie index 8346e066..5d9d0035 100755 --- a/billie +++ b/billie @@ -2,7 +2,7 @@ # Prepare and maintain partial trees by architecture # Copyright (C) 2004 Daniel Silverstone -# $Id: billie,v 1.3 2004-07-12 15:44:09 dsilvers Exp $ +# $Id: billie,v 1.4 2004-11-27 16:06:42 troup Exp $ # 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 @@ -65,6 +65,8 @@ class BillieTarget: for a in self.archs: if path.endswith( "_%s.deb" % (a) ): return 1; + if path.endswith( "_%s.udeb" % (a) ): + return 1; if self.source: if (path.endswith( ".tar.gz" ) or path.endswith( ".diff.gz" ) or