mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-12 17:31:29 +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
|
#!/usr/bin/python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
|
# Copyright 2006-2007 (C) Pete Savage <petesavage@ubuntu.com>
|
||||||
# Copyright 2007 (C) Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
# Copyright 2007 (C) Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
||||||
# Based upon a script by an unknown author
|
|
||||||
# License: GPLv2 or later
|
# License: GPLv2 or later
|
||||||
#
|
#
|
||||||
# This script is used to check if a certain package in main has all its
|
# This script is used to check if a package and all its build
|
||||||
# dependencies and build dependencies there too, or not.
|
# dependencies are in main or not.
|
||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
||||||
def process_deps(deps):
|
def process_deps(deps):
|
||||||
"""Takes a list of (build) dependencies and processes it."""
|
"""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>
|
Luke Yelavich <themuso@ubuntu.com>
|
||||||
Martin Pitt <martin.pitt@ubuntu.com>
|
Martin Pitt <martin.pitt@ubuntu.com>
|
||||||
Michael Bienia <geser@ubuntu.com>
|
Michael Bienia <geser@ubuntu.com>
|
||||||
|
Pete Savage <petesavage@ubuntu.com>
|
||||||
Kees Cook <kees@ubuntu.com>
|
Kees Cook <kees@ubuntu.com>
|
||||||
Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
||||||
Soren Hansen <soren@ubuntu.com>
|
Soren Hansen <soren@ubuntu.com>
|
||||||
|
4
README
4
README
@ -3,8 +3,8 @@
|
|||||||
================================
|
================================
|
||||||
|
|
||||||
404main <package>
|
404main <package>
|
||||||
... will check if the dependencies and build dependencies of
|
... will check if <package> and all it's build dependencies are
|
||||||
<package> are in 'main' or in another component.
|
are in the "main" component or not.
|
||||||
|
|
||||||
check-symbols <package> [<directory>]
|
check-symbols <package> [<directory>]
|
||||||
... will compare and give you a diff of the exported symbols of all .so
|
... 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>
|
Luke Yelavich <themuso@ubuntu.com>
|
||||||
Martin Pitt <martin.pitt@ubuntu.com>
|
Martin Pitt <martin.pitt@ubuntu.com>
|
||||||
Michael Bienia <geser@ubuntu.com>
|
Michael Bienia <geser@ubuntu.com>
|
||||||
|
Pete Savage <petesavage@ubuntu.com>
|
||||||
Kees Cook <kees@ubuntu.com>
|
Kees Cook <kees@ubuntu.com>
|
||||||
Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
||||||
Soren Hansen <soren@ubuntu.com>
|
Soren Hansen <soren@ubuntu.com>
|
||||||
@ -24,6 +25,7 @@ Copyright:
|
|||||||
Martin Pitt <martin.pitt@ubuntu.com> 2007
|
Martin Pitt <martin.pitt@ubuntu.com> 2007
|
||||||
Michael Bienia <geser@ubuntu.com> 2006-2007
|
Michael Bienia <geser@ubuntu.com> 2006-2007
|
||||||
Kees Cook <kees@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
|
Siegfried-A. Gevatter <siggi.gevatter@gmail.com> 2007
|
||||||
Terence Simpson <stdin@stdin.me.uk> 2007
|
Terence Simpson <stdin@stdin.me.uk> 2007
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user