mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Update my email address.
This commit is contained in:
parent
076da39ef8
commit
11a3f04603
2
404main
2
404main
@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2006-2007 (C) Pete Savage <petesavage@ubuntu.com>
|
# 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 <rainct@ubuntu.com>
|
||||||
# License: GPLv2 or later
|
# License: GPLv2 or later
|
||||||
#
|
#
|
||||||
# This script is used to check if a package and all its build
|
# This script is used to check if a package and all its build
|
||||||
|
2
AUTHORS
2
AUTHORS
@ -8,7 +8,7 @@ Martin Pitt <martin.pitt@ubuntu.com>
|
|||||||
Michael Bienia <geser@ubuntu.com>
|
Michael Bienia <geser@ubuntu.com>
|
||||||
Pete Savage <petesavage@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 <rainct@ubuntu.com>
|
||||||
Soren Hansen <soren@ubuntu.com>
|
Soren Hansen <soren@ubuntu.com>
|
||||||
Steve Kowalik <stevenk@ubuntu.com>
|
Steve Kowalik <stevenk@ubuntu.com>
|
||||||
Terence Simpson <stdin@stdin.me.uk>
|
Terence Simpson <stdin@stdin.me.uk>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright 2006-2007 (C) Daniel Holbach <daniel.holbach@ubuntu.com>
|
# Copyright 2006-2007 (C) Daniel Holbach <daniel.holbach@ubuntu.com>
|
||||||
# Modified by Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
# Modified by Siegfried-A. Gevatter <rainct@ubuntu.com>
|
||||||
# License: GPLv2
|
# License: GPLv2
|
||||||
#
|
#
|
||||||
# This script is used to get a diff of the exported symbols of all .so files in
|
# This script is used to get a diff of the exported symbols of all .so files in
|
||||||
|
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -15,6 +15,7 @@ ubuntu-dev-tools (0.25) UNRELEASED; urgency=low
|
|||||||
- Rename XS-Vcs-{Bzr,Browser} fields to Vcs-{Bzr,Browser}.
|
- Rename XS-Vcs-{Bzr,Browser} fields to Vcs-{Bzr,Browser}.
|
||||||
- Bump minimum cdbs version to 0.4.49.
|
- Bump minimum cdbs version to 0.4.49.
|
||||||
* Add Albert Damen to the Authors and Copyright Holders.
|
* Add Albert Damen to the Authors and Copyright Holders.
|
||||||
|
* Change my email address (to @ubuntu.com) everywhere.
|
||||||
* Add reverse-build-depends script.
|
* Add reverse-build-depends script.
|
||||||
|
|
||||||
-- Siegfried-Angel Gevatter Pujals (RainCT) <rainct@ubuntu.com> Thu, 17 Jan 2008 19:17:43 +0100
|
-- Siegfried-Angel Gevatter Pujals (RainCT) <rainct@ubuntu.com> Thu, 17 Jan 2008 19:17:43 +0100
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -12,7 +12,7 @@ Upstream Author:
|
|||||||
Michael Bienia <geser@ubuntu.com>
|
Michael Bienia <geser@ubuntu.com>
|
||||||
Pete Savage <petesavage@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 <rainct@ubuntu.com>
|
||||||
Soren Hansen <soren@ubuntu.com>
|
Soren Hansen <soren@ubuntu.com>
|
||||||
Steve Kowalik <stevenk@ubuntu.com>
|
Steve Kowalik <stevenk@ubuntu.com>
|
||||||
Terence Simpson <stdin@stdin.me.uk>
|
Terence Simpson <stdin@stdin.me.uk>
|
||||||
@ -28,7 +28,7 @@ Copyright:
|
|||||||
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
|
Pete Savage <petesavage@ubuntu.com> 2006-2007
|
||||||
Siegfried-A. Gevatter <siggi.gevatter@gmail.com> 2007
|
Siegfried-A. Gevatter <rainct@ubuntu.com> 2007
|
||||||
Terence Simpson <stdin@stdin.me.uk> 2007
|
Terence Simpson <stdin@stdin.me.uk> 2007
|
||||||
|
|
||||||
Licenses:
|
Licenses:
|
||||||
|
2
dgetlp
2
dgetlp
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright 2007 (C) Terence Simpson <stdin@stdin.me.uk>
|
# Copyright 2007 (C) Terence Simpson <stdin@stdin.me.uk>
|
||||||
# Modified by Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
# Modified by Siegfried-A. Gevatter <rainct@ubuntu.com>
|
||||||
# License: GPLv2 or later
|
# License: GPLv2 or later
|
||||||
#
|
#
|
||||||
# This script simulates «dget»'s behaviour for files hosted at
|
# This script simulates «dget»'s behaviour for files hosted at
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" Title: get-build-deps
|
.\" Title: get-build-deps
|
||||||
.\" Author: Siegfried-Angel Gevatter Pujals
|
.\" Author: Siegfried-Angel Gevatter Pujals
|
||||||
.\" Contact details: siggi.gevatter@gmail.com
|
.\" Contact details: rainct@ubuntu.com
|
||||||
.\"
|
.\"
|
||||||
.TH GET\-BUILD\-DEPS 1 "October 27, 2007"
|
.TH GET\-BUILD\-DEPS 1 "October 27, 2007"
|
||||||
.\"
|
.\"
|
||||||
@ -58,5 +58,5 @@ the indicated versions, but just installs the newest one available in the reposi
|
|||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
.\"
|
.\"
|
||||||
\fBget\-build\-deps\fP and this manual page have been written by Siegfried-Angel
|
\fBget\-build\-deps\fP and this manual page have been written by Siegfried-Angel
|
||||||
Gevatter Pujals <siggi.gevatter@gmail.com>.
|
Gevatter Pujals <rainct@ubuntu.com>.
|
||||||
They are released under the GNU General Public License, version 3 or later.
|
They are released under the GNU General Public License, version 3 or later.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" Title: pbuilder-dist
|
.\" Title: pbuilder-dist
|
||||||
.\" Author: Siegfried-Angel Gevatter Pujals
|
.\" Author: Siegfried-Angel Gevatter Pujals
|
||||||
.\" Contact details: siggi.gevatter@gmail.com
|
.\" Contact details: rainct@ubuntu.com
|
||||||
.\"
|
.\"
|
||||||
.TH PBUILDER\-DIST 1 "August 16, 2007"
|
.TH PBUILDER\-DIST 1 "August 16, 2007"
|
||||||
.\"
|
.\"
|
||||||
@ -91,7 +91,7 @@ If it doesn't exist, it will be created on the run.
|
|||||||
.SH BUGS
|
.SH BUGS
|
||||||
There are no known bugs at the moment.
|
There are no known bugs at the moment.
|
||||||
If you experience any problem with this script contact me on
|
If you experience any problem with this script contact me on
|
||||||
siggi.gevatter@gmail.com.
|
rainct@ubuntu.com.
|
||||||
Please ensure first that the problem is really this script and not an issue
|
Please ensure first that the problem is really this script and not an issue
|
||||||
with \fBpbuilder\fP.
|
with \fBpbuilder\fP.
|
||||||
.\"
|
.\"
|
||||||
@ -100,14 +100,14 @@ with \fBpbuilder\fP.
|
|||||||
Jordan Mantha <mantha@ubuntu.com>.
|
Jordan Mantha <mantha@ubuntu.com>.
|
||||||
.PP
|
.PP
|
||||||
On August 2007 it was mostly rewritten, and extended, by Siegfried-Angel Gevatter Pujals
|
On August 2007 it was mostly rewritten, and extended, by Siegfried-Angel Gevatter Pujals
|
||||||
<siggi.gevatter@gmail.com>.
|
<rainct@ubuntu.com>.
|
||||||
.\"
|
.\"
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
\fBpbuilder\fR, \fBpbuilderrc\fR
|
\fBpbuilder\fR, \fBpbuilderrc\fR
|
||||||
.\"
|
.\"
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
This manual page was written by Siegfried-Angel Gevatter Pujals (RainCT)
|
This manual page was written by Siegfried-Angel Gevatter Pujals (RainCT)
|
||||||
<siggi.gevatter@gmail.com> for YOU.
|
<rainct@ubuntu.com> for YOU.
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU General Public License,
|
under the terms of the GNU General Public License,
|
||||||
Version 2 or any later version published by the Free Software Foundation.
|
Version 2 or any later version published by the Free Software Foundation.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" Title: suspicious-source
|
.\" Title: suspicious-source
|
||||||
.\" Author: Siegfried-Angel Gevatter Pujals
|
.\" Author: Siegfried-Angel Gevatter Pujals
|
||||||
.\" Contact details: siggi.gevatter@gmail.com
|
.\" Contact details: rainct@ubuntu.com
|
||||||
.\"
|
.\"
|
||||||
.TH SUSPICIOUS\-SOURCE 1 "September 14, 2007"
|
.TH SUSPICIOUS\-SOURCE 1 "September 14, 2007"
|
||||||
.\"
|
.\"
|
||||||
@ -19,7 +19,7 @@ Neither the files inside version control system directories (like ".bzr/" or "CV
|
|||||||
considered.
|
considered.
|
||||||
.\"
|
.\"
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
\fBsuspicious\-source\fP has been written by Siegfried-Angel Gevatter Pujals <siggi.gevatter@gmail.com>, based upon
|
\fBsuspicious\-source\fP has been written by Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>, based upon
|
||||||
a script with the same name, by Martin Pitt <martin.pitt@ubuntu.com>.
|
a script with the same name, by Martin Pitt <martin.pitt@ubuntu.com>.
|
||||||
.\"
|
.\"
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright 2007 (C) Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
# Copyright 2007 (C) Siegfried-A. Gevatter <rainct@ubuntu.com>
|
||||||
# License: GPLv3 or later
|
# License: GPLv3 or later
|
||||||
#
|
#
|
||||||
# If you don't pass it any argument, this script will check if
|
# If you don't pass it any argument, this script will check if
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Copyright by:
|
# Copyright by:
|
||||||
# Jamin W. Collins <jcollins@asgardsrealm.net>
|
# Jamin W. Collins <jcollins@asgardsrealm.net>
|
||||||
# Jordan Mantha <mantha@ubuntu.com>
|
# Jordan Mantha <mantha@ubuntu.com>
|
||||||
# Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
# Siegfried-A. Gevatter <rainct@ubuntu.com>
|
||||||
# License: GPLv2 or later
|
# License: GPLv2 or later
|
||||||
#
|
#
|
||||||
# This script is a wrapper to use pbuilder with many different
|
# This script is a wrapper to use pbuilder with many different
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2007 Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
# Copyright (C) 2007 Siegfried-A. Gevatter <rainct@ubuntu.com>
|
||||||
# Based upon a short script by an unknown author
|
# Based upon a short script by an unknown author
|
||||||
# License: GPLv2+
|
# License: GPLv2+
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright 2007 (C) Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
# Copyright 2007 (C) Siegfried-A. Gevatter <rainct@ubuntu.com>
|
||||||
# Based upon a script by Martin Pitt <martin.pitt@ubuntu.com>
|
# Based upon a script by Martin Pitt <martin.pitt@ubuntu.com>
|
||||||
# License: GPLv3 or later
|
# License: GPLv3 or later
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright 2006-2007 (C) Kees Cook <kees@ubuntu.com>
|
# Copyright 2006-2007 (C) Kees Cook <kees@ubuntu.com>
|
||||||
# Modified by Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
# Modified by Siegfried-A. Gevatter <rainct@ubuntu.com>
|
||||||
# Modified by Daniel Hahler <ubuntu@thequod.de>
|
# Modified by Daniel Hahler <ubuntu@thequod.de>
|
||||||
# License: GPLv2
|
# License: GPLv2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user