diff options
author | Benjamin Drung <bdrung@ubuntu.com> | 2009-12-16 13:59:30 +0100 |
---|---|---|
committer | Benjamin Drung <bdrung@ubuntu.com> | 2009-12-16 13:59:30 +0100 |
commit | ed0d1e1b776fd6c752392681d1df7ab37936a409 (patch) | |
tree | 17721d0dda4cdde060711f5bf541192154b4d808 /src/dh_xul-ext | |
parent | a6ae3103a8ec717977ea8d665778bde3ba41eab2 (diff) |
Add some test data.
Diffstat (limited to 'src/dh_xul-ext')
-rwxr-xr-x | src/dh_xul-ext | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dh_xul-ext b/src/dh_xul-ext index 4446966..8c8034a 100755 --- a/src/dh_xul-ext +++ b/src/dh_xul-ext @@ -34,6 +34,15 @@ COMMAND_LINE_SYNTAX_ERROR = 1 MULTIPLE_INSTALL_RDFs = 2 def get_xul_apps(): + return [("xulrunner-1.9", "", "toolkit@mozilla.org", "1.9.0.*"), + ("xulrunner-1.9.1", "1.9.1.5+nobinonly-0ubuntu0.9.10.1", "toolkit@mozilla.org", "1.9.1.*"), + ("firefox-3.6", "3.6~b1-0ubuntu1", "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", "3.6.*"), + ("abrowser-3.6", "3.6~b1-0ubuntu1", "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", "3.6.*"), + ("firefox-3.5", "3.5.3+build1+nobinonly-0ubuntu6", "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", "3.5.*"), + ("abrowser-3.5", "3.5.3+build1+nobinonly-0ubuntu6", "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", "3.5.*"), + ("firefox-3.0", "3.0.0.14", "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", "3.0.*"), + ("thunderbird-3.0", "3.0-0ubuntu1", "{3550f703-e582-4d05-9a08-453d09bdfdc6}", "3.0,*"), + ("thunderbird", "2.0.0.14", "{3550f703-e582-4d05-9a08-453d09bdfdc6}", "2.*")] packages = list() for filename in glob.glob("/var/lib/apt/lists/*_Packages"): with open(filename) as f: |