X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=billie;h=5d9d0035331ea6956b166853b5eef37dedf9416e;hb=2286ce0734fe5dadf2b601165f56d2ebb5a91a5a;hp=772eaadc24b7c9f3c1e5d39637cf310a7fbe6d77;hpb=803dc4d1c2ad39f1cd9d1e265d37bb5190ee59c0;p=dak.git diff --git a/billie b/billie index 772eaadc..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.2 2004-04-12 12:44:06 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 @@ -104,16 +106,12 @@ class BillieTarget: ################## verbatim = [ - "/README.html", - "/README.pgp", - "/README.CD-manufacture", - "/README.mirrors.html", - "/README.mirrors.txt", - "/README.non-US", ]; verbprefix = [ "/tools/", + "/README", + "/doc/" ]; def applicable(path, target):