mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
404main's author seems to be Pete Savage, updated accordingly
This commit is contained in:
parent
9ba953ba80
commit
bb6a63c9f0
7
404main
7
404main
@ -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."""
|
||||
|
||||
|
1
AUTHORS
1
AUTHORS
@ -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
4
README
@ -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
2
debian/copyright
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user