X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fshow_new.py;h=be3d51147130f83675dd2cdbe70b681425e32393;hb=52b14d883272923a4296ac02921ccf350815db83;hp=34baba954940946f1184253da5e40a9cd40cf051;hpb=d9822f04453a1b62ca0aa66e2efeea35f654778f;p=dak.git diff --git a/dak/show_new.py b/dak/show_new.py old mode 100644 new mode 100755 index 34baba95..be3d5114 --- a/dak/show_new.py +++ b/dak/show_new.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Output html for packages in NEW +""" Output html for packages in NEW """ # Copyright (C) 2007 Joerg Jaspert # This program is free software; you can redistribute it and/or modify @@ -25,18 +25,17 @@ ################################################################################ -import copy, os, sys, time +from copy import copy +import os, sys, time import apt_pkg import examine_package -import daklib.database -import daklib.queue -import daklib.utils + +from daklib.queue import determine_new, check_valid +from daklib import utils # Globals Cnf = None Options = None -Upload = None -projectB = None sources = set() @@ -53,7 +52,7 @@ def html_header(name, filestoexamine): %(name)s - Debian NEW package overview - + - +
- corner image