]> git.decadent.org.uk Git - dak.git/blobdiff - billie
Add new top level directories
[dak.git] / billie
diff --git a/billie b/billie
index 772eaadc24b7c9f3c1e5d39637cf310a7fbe6d77..5d9d0035331ea6956b166853b5eef37dedf9416e 100755 (executable)
--- a/billie
+++ b/billie
@@ -2,7 +2,7 @@
 
 # Prepare and maintain partial trees by architecture
 # Copyright (C) 2004  Daniel Silverstone <dsilvers@digital-scurf.org>
-# $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):