404main's author seems to be Pete Savage, updated accordingly

This commit is contained in:
Siegfried-Angel Gevatter Pujals (RainCT) 2007-11-30 17:55:33 +01:00
parent 9ba953ba80
commit bb6a63c9f0
4 changed files with 8 additions and 6 deletions

View File

@ -1,17 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2006-2007 (C) Pete Savage <petesavage@ubuntu.com>
# Copyright 2007 (C) Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
# Based upon a script by an unknown author
# License: GPLv2 or later
#
# This script is used to check if a certain package in main has all its
# dependencies and build dependencies there too, or not.
# This script is used to check if a package and all its build
# dependencies are in main or not.
import subprocess
import sys
def process_deps(deps):
"""Takes a list of (build) dependencies and processes it."""

View File

@ -5,6 +5,7 @@ Jordan Mantha <mantha@ubuntu.com>
Luke Yelavich <themuso@ubuntu.com>
Martin Pitt <martin.pitt@ubuntu.com>
Michael Bienia <geser@ubuntu.com>
Pete Savage <petesavage@ubuntu.com>
Kees Cook <kees@ubuntu.com>
Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
Soren Hansen <soren@ubuntu.com>

4
README
View File

@ -3,8 +3,8 @@
================================
404main <package>
... will check if the dependencies and build dependencies of
<package> are in 'main' or in another component.
... will check if <package> and all it's build dependencies are
are in the "main" component or not.
check-symbols <package> [<directory>]
... will compare and give you a diff of the exported symbols of all .so

2
debian/copyright vendored
View File

@ -9,6 +9,7 @@ Upstream Author:
Luke Yelavich <themuso@ubuntu.com>
Martin Pitt <martin.pitt@ubuntu.com>
Michael Bienia <geser@ubuntu.com>
Pete Savage <petesavage@ubuntu.com>
Kees Cook <kees@ubuntu.com>
Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
Soren Hansen <soren@ubuntu.com>
@ -24,6 +25,7 @@ Copyright:
Martin Pitt <martin.pitt@ubuntu.com> 2007
Michael Bienia <geser@ubuntu.com> 2006-2007
Kees Cook <kees@ubuntu.com> 2006-2007
Pete Savage <petesavage@ubuntu.com> 2006-2007
Siegfried-A. Gevatter <siggi.gevatter@gmail.com> 2007
Terence Simpson <stdin@stdin.me.uk> 2007