mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-20 13:21:28 +00:00
Remove unneeded AUTHORS and README. Add the GPL header to all scripts.
This commit is contained in:
parent
3d4017fe77
commit
d3efcc879f
17
404main
17
404main
@ -3,7 +3,22 @@
|
|||||||
#
|
#
|
||||||
# Copyright 2006-2007 (C) Pete Savage <petesavage@ubuntu.com>
|
# Copyright 2006-2007 (C) Pete Savage <petesavage@ubuntu.com>
|
||||||
# Copyright 2007 (C) Siegfried-A. Gevatter <rainct@ubuntu.com>
|
# Copyright 2007 (C) Siegfried-A. Gevatter <rainct@ubuntu.com>
|
||||||
# License: GPLv2 or later
|
#
|
||||||
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
#
|
#
|
||||||
# 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
|
||||||
# dependencies are in main or not.
|
# dependencies are in main or not.
|
||||||
|
17
AUTHORS
17
AUTHORS
@ -1,17 +0,0 @@
|
|||||||
Albert Damen <albrt@gmx.net>
|
|
||||||
Albin Tonnerre <lut1n.tne@gmail.com>
|
|
||||||
Daniel Hahler <ubuntu@thequod.de>
|
|
||||||
Daniel Holbach <daniel.holbach@ubuntu.com>
|
|
||||||
Iain Lane <iain@orangesquash.org.uk>
|
|
||||||
Jamin W. Collins <jcollins@asgardsrealm.net>
|
|
||||||
Jonathan Patrick Davies <jpds@ubuntu.com>
|
|
||||||
Jordan Mantha <mantha@ubuntu.com>
|
|
||||||
Kees Cook <kees@ubuntu.com>
|
|
||||||
Luke Yelavich <themuso@ubuntu.com>
|
|
||||||
Martin Pitt <martin.pitt@ubuntu.com>
|
|
||||||
Michael Bienia <geser@ubuntu.com>
|
|
||||||
Pete Savage <petesavage@ubuntu.com>
|
|
||||||
Siegfried-A. Gevatter <rainct@ubuntu.com>
|
|
||||||
Soren Hansen <soren@ubuntu.com>
|
|
||||||
Steve Kowalik <stevenk@ubuntu.com>
|
|
||||||
Terence Simpson <stdin@stdin.me.uk>
|
|
78
README
78
README
@ -1,78 +0,0 @@
|
|||||||
================================
|
|
||||||
== Ubuntu Development Tools ==
|
|
||||||
================================
|
|
||||||
|
|
||||||
404main <package>
|
|
||||||
... 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 files in all binary packages of <package>. <directory> is not
|
|
||||||
mandatory and set to /var/cache/pbuilder/result by default.
|
|
||||||
|
|
||||||
dch-repeat [--help]
|
|
||||||
... will repeat a change log into an older release.
|
|
||||||
|
|
||||||
dgetlp <URL>
|
|
||||||
... will simulate «dget»'s behaviour for files hosted at
|
|
||||||
launchpadlibrarian.net.
|
|
||||||
|
|
||||||
get-branches <directory> <team> [checkout|branch]
|
|
||||||
... will branch / checkout all the Bazaar branches in a Launchpad
|
|
||||||
team.
|
|
||||||
|
|
||||||
get-build-deps [<packages list or file containing a list of packages>]
|
|
||||||
... will install the build dependencies for a package, if you are
|
|
||||||
inside its source file. Alternatively, you can pass it the name of
|
|
||||||
a file containing a list of packages, one on each line, or just
|
|
||||||
pass them all as parameters, and it will get their build
|
|
||||||
dependencies.
|
|
||||||
|
|
||||||
hugdaylist [-n <number>] <bug list url>
|
|
||||||
... will create a list of <number> bug list for a hug day listing
|
|
||||||
|
|
||||||
massfile
|
|
||||||
... will perform a massive bug reporting operation on Launchpad
|
|
||||||
according to the information in the "information" and "list" files
|
|
||||||
that are in the working directory.
|
|
||||||
|
|
||||||
mk-sbuild-lv
|
|
||||||
... will create LVM snapshot chroots via schroot and sbuild. It
|
|
||||||
assumes that sbuild has not be installed and configured before.
|
|
||||||
|
|
||||||
pbuilder-dist [withlog] [create|update|build|clean|login|execute]
|
|
||||||
... is a wrapper to use pbuilder with many different Ubuntu and/or
|
|
||||||
Debian releases. It's recommended to symlink as pbuilder-feisty,
|
|
||||||
pbuilder-gutsy, etc.
|
|
||||||
|
|
||||||
pull-debian-debdiff <package> <version>
|
|
||||||
... will attempt to find and download a specific version of a
|
|
||||||
Debian package and its immediate parent to generate a debdiff.
|
|
||||||
|
|
||||||
requestsync [-n|-s] <source package> <target release> [base version]
|
|
||||||
... will file a sync request for a package from Debian by sending
|
|
||||||
a bug report to Launchpad.
|
|
||||||
|
|
||||||
reverse-build-depends [-c|-s] <package name>
|
|
||||||
... will print <package name>'s build dependencies.
|
|
||||||
|
|
||||||
submittodebian
|
|
||||||
... will submit patches to Debian's BTS. Run it from inside the
|
|
||||||
source directory of a Debian package (note that there has to be
|
|
||||||
a .dsc for it in the parent directory).
|
|
||||||
|
|
||||||
suspicious-source
|
|
||||||
... will output a list of files which are not common source files.
|
|
||||||
This should be run in the root of a source tree to find files which
|
|
||||||
might not be the "prefered form of modification" that the GPL and
|
|
||||||
other licenses require.
|
|
||||||
|
|
||||||
update-maintainer
|
|
||||||
... will update the Maintainer field of an Ubuntu package to match
|
|
||||||
the DebianMaintainerField specification, and add a line about this
|
|
||||||
to the changelog.
|
|
||||||
|
|
||||||
what-patch
|
|
||||||
... will check what patching system is used by a package. You need
|
|
||||||
to be in its source directory in order for it to work.
|
|
2
TODO
2
TODO
@ -2,6 +2,6 @@
|
|||||||
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools
|
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools
|
||||||
- Create missing manpages (for all commands).
|
- Create missing manpages (for all commands).
|
||||||
- Modify 404main to use the more robust python-apt module.
|
- Modify 404main to use the more robust python-apt module.
|
||||||
- Use the short version of the GPL license in all scripts.
|
|
||||||
- Ask all authors who have used GPL if they are happy with using "or any later"
|
- Ask all authors who have used GPL if they are happy with using "or any later"
|
||||||
versions of the license.
|
versions of the license.
|
||||||
|
- pull-lp-source: determine the current development distro programatically.
|
||||||
|
@ -1,7 +1,22 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright 2006-2007 (C) Daniel Holbach <daniel.holbach@ubuntu.com>
|
#
|
||||||
|
# Copyright (C) 2006-2007 Daniel Holbach <daniel.holbach@ubuntu.com>
|
||||||
# Modified by Siegfried-A. Gevatter <rainct@ubuntu.com>
|
# Modified by Siegfried-A. Gevatter <rainct@ubuntu.com>
|
||||||
# License: GPLv2
|
#
|
||||||
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; version 2.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL-2 for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
#
|
#
|
||||||
# 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
|
||||||
# every binary package of package $1.
|
# every binary package of package $1.
|
||||||
|
19
dch-repeat
19
dch-repeat
@ -1,7 +1,22 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
# Copyright 2007-2008 (C) Canonical, Ltd
|
#
|
||||||
|
# Copyright (C) 2007-2008 Canonical, Ltd.
|
||||||
# Author: Kees Cook <kees@ubuntu.com>
|
# Author: Kees Cook <kees@ubuntu.com>
|
||||||
# License: GPLv2
|
#
|
||||||
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; version 2.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL-2 for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
#
|
#
|
||||||
# This script is used to repeat a change log into an older release. It
|
# This script is used to repeat a change log into an older release. It
|
||||||
# expects that --build-tree is laid out with each Ubuntu release as a
|
# expects that --build-tree is laid out with each Ubuntu release as a
|
||||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -9,7 +9,12 @@ ubuntu-dev-tools (0.37ubuntu1) intrepid; urgency=low
|
|||||||
- Check that 'distro' exists on Launchpad.
|
- Check that 'distro' exists on Launchpad.
|
||||||
- Use subprocess for dget calls.
|
- Use subprocess for dget calls.
|
||||||
|
|
||||||
-- Jonathan Patrick Davies <jpds@ubuntu.com> Sun, 10 August 2008 22:07:58 +0100
|
[ Siegfried-Angel Gevatter Pujals ]
|
||||||
|
* Add the GNU General Public License header to all scripts.
|
||||||
|
* Remove files AUTHORS (it duplicated content from debian/copyright) and
|
||||||
|
README (superseded by the manpages).
|
||||||
|
|
||||||
|
-- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> Mon, 11 Aug 2008 19:44:53 +0200
|
||||||
|
|
||||||
ubuntu-dev-tools (0.36ubuntu1) intrepid; urgency=low
|
ubuntu-dev-tools (0.36ubuntu1) intrepid; urgency=low
|
||||||
|
|
||||||
|
18
dgetlp
18
dgetlp
@ -1,20 +1,22 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2008 Terence Simpson <tsimpson@ubuntu.com>
|
# Copyright (C) 2008 Terence Simpson <tsimpson@ubuntu.com>
|
||||||
# Modified by Siegfried-A. Gevatter <rainct@ubuntu.com>
|
# Modified by Siegfried-A. Gevatter <rainct@ubuntu.com>
|
||||||
# License:
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# ##################################################################
|
||||||
# it under the terms of the GNU General Public License as published by
|
#
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
# This program is free software; you can redistribute it and/or
|
||||||
# (at your option) any later version.
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License along
|
# See file /usr/share/common-licenses/GPL for more details.
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc.,
|
#
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# ##################################################################
|
||||||
#
|
#
|
||||||
# This script simulates «dget»'s behaviour for files hosted at
|
# This script simulates «dget»'s behaviour for files hosted at
|
||||||
# launchpadlibrarian.net.
|
# launchpadlibrarian.net.
|
||||||
|
14
get-branches
14
get-branches
@ -1,24 +1,24 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
|
# Copyright (C) 2007 Canonical Ltd.
|
||||||
# Created by Daniel Holbach <daniel.holbach@ubuntu.com>
|
# Created by Daniel Holbach <daniel.holbach@ubuntu.com>
|
||||||
# Modified by Jonathan Patrick Davies <jpds@ubuntu.com>
|
# Modified by Jonathan Patrick Davies <jpds@ubuntu.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007 Canonical Ltd.
|
# ##################################################################
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or
|
||||||
# it under the terms of the GNU General Public License as published by
|
# modify it under the terms of the GNU General Public License
|
||||||
# the Free Software Foundation, version 3 of the License.
|
# as published by the Free Software Foundation; version 3.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# See file /usr/share/common-licenses/GPL-3 for more details.
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# ##################################################################
|
||||||
#
|
#
|
||||||
# This script is used to checkout or branch all the Bazaar branches
|
# This script is used to checkout or branch all the Bazaar branches
|
||||||
# in a Launchpad team.
|
# in a Launchpad team.
|
||||||
|
@ -1,6 +1,22 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Copyright 2007 (C) Siegfried-A. Gevatter <rainct@ubuntu.com>
|
# Copyright 2007 (C) Siegfried-A. Gevatter <rainct@ubuntu.com>
|
||||||
# License: GPLv3 or later
|
#
|
||||||
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 3
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
#
|
#
|
||||||
# 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
|
||||||
# there's a control (debian/control) file somewhere in the current
|
# there's a control (debian/control) file somewhere in the current
|
||||||
|
@ -1,9 +1,22 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
#
|
#
|
||||||
# Copyright 2007, Canonical, Daniel Holbach
|
# Copyright (C) 2007, Canonical Ltd.
|
||||||
|
# Written by Daniel Holbach
|
||||||
#
|
#
|
||||||
# GPL 3
|
# ##################################################################
|
||||||
#
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; version 3.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL-3 for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
15
hugdaylist
15
hugdaylist
@ -4,19 +4,21 @@
|
|||||||
# Copyright (C) 2007 Canonical Ltd., Daniel Holbach
|
# Copyright (C) 2007 Canonical Ltd., Daniel Holbach
|
||||||
# Copyright (C) 2008 Jonathan Patrick Davies <jpds@ubuntu.com>
|
# Copyright (C) 2008 Jonathan Patrick Davies <jpds@ubuntu.com>
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# ##################################################################
|
||||||
# it under the terms of the GNU General Public License as published by
|
#
|
||||||
# the Free Software Foundation, version 3 of the License.
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; version 3.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# See file /usr/share/common-licenses/GPL-3 for more details.
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
#
|
||||||
|
# ##################################################################
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# hugdaylist - produces MoinMoin wiki formatted tables based on a Launchpad bug
|
# hugdaylist - produces MoinMoin wiki formatted tables based on a Launchpad bug
|
||||||
# list.
|
# list.
|
||||||
@ -26,7 +28,6 @@
|
|||||||
#
|
#
|
||||||
# hugdaylist -n <howmany> <url>
|
# hugdaylist -n <howmany> <url>
|
||||||
# - will only list <howmany> URLs.
|
# - will only list <howmany> URLs.
|
||||||
#
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
17
massfile
17
massfile
@ -1,10 +1,25 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# (C) Canonical, 2007, GPL v3
|
# Copyright (C) 2007 Canonical Ltd.
|
||||||
#
|
#
|
||||||
# Modified by Iain Lane <iain@orangesquash.org.uk>, taking some code written by
|
# Modified by Iain Lane <iain@orangesquash.org.uk>, taking some code written by
|
||||||
# Daniel Hahler <ubuntu@thequod.de>
|
# Daniel Hahler <ubuntu@thequod.de>
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; version 3.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL-3 for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
17
mk-sbuild-lv
17
mk-sbuild-lv
@ -1,7 +1,22 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Copyright 2006-2007 (C) Canonical Ltd.
|
# Copyright 2006-2007 (C) Canonical Ltd.
|
||||||
# Created by Kees Cook <kees@ubuntu.com>
|
# Created by Kees Cook <kees@ubuntu.com>
|
||||||
# License: GPLv2
|
#
|
||||||
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; version 2.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL-2 for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
#
|
#
|
||||||
# This script creates LVM snapshot chroots via schroot and sbuild.
|
# This script creates LVM snapshot chroots via schroot and sbuild.
|
||||||
# Much love to "man sbuild-setup", https://wiki.ubuntu.com/PbuilderHowto,
|
# Much love to "man sbuild-setup", https://wiki.ubuntu.com/PbuilderHowto,
|
||||||
|
@ -4,7 +4,21 @@
|
|||||||
# Copyright (C) Jordan Mantha <mantha@ubuntu.com>
|
# Copyright (C) Jordan Mantha <mantha@ubuntu.com>
|
||||||
# Copyright (C) 2007-2008 Siegfried-A. Gevatter <rainct@ubuntu.com>
|
# Copyright (C) 2007-2008 Siegfried-A. Gevatter <rainct@ubuntu.com>
|
||||||
#
|
#
|
||||||
# License: GPLv2 or later
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
#
|
#
|
||||||
# This script is a wrapper to be able to easily use pbuilder for
|
# This script is a wrapper to be able to easily use pbuilder for
|
||||||
# different distributions (eg, Gutsy, Hardy, Debian unstable, etc).
|
# different distributions (eg, Gutsy, Hardy, Debian unstable, etc).
|
||||||
|
@ -3,7 +3,21 @@
|
|||||||
# Copyright (C) Jamin W. Collins <jcollins@asgardsrealm.net>
|
# Copyright (C) Jamin W. Collins <jcollins@asgardsrealm.net>
|
||||||
# Copyright (C) Jordan Mantha <mantha@ubuntu.com>
|
# Copyright (C) Jordan Mantha <mantha@ubuntu.com>
|
||||||
#
|
#
|
||||||
# License: GPLv2 or later
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
#
|
#
|
||||||
# This script is a wrapper to be able to easily use pbuilder for
|
# This script is a wrapper to be able to easily use pbuilder for
|
||||||
# different distributions (eg, Gutsy, Hardy, Debian unstable, etc).
|
# different distributions (eg, Gutsy, Hardy, Debian unstable, etc).
|
||||||
|
@ -5,7 +5,21 @@
|
|||||||
# With some changes by Iain Lane <iain@orangesquash.org.uk>
|
# With some changes by Iain Lane <iain@orangesquash.org.uk>
|
||||||
# Based upon pbuilder-dist-simple by Jamin Collins and Jordan Mantha.
|
# Based upon pbuilder-dist-simple by Jamin Collins and Jordan Mantha.
|
||||||
#
|
#
|
||||||
# License: GPLv2 or later
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
#
|
#
|
||||||
# This script is a wrapper to be able to easily use pbuilder for
|
# This script is a wrapper to be able to easily use pbuilder for
|
||||||
# different distributions (eg, Gutsy, Hardy, Debian unstable, etc).
|
# different distributions (eg, Gutsy, Hardy, Debian unstable, etc).
|
||||||
|
@ -1,6 +1,21 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
#
|
||||||
# Copyright 2007-2008 Kees Cook <kees@ubuntu.com>
|
# Copyright 2007-2008 Kees Cook <kees@ubuntu.com>
|
||||||
# License GPLv3
|
#
|
||||||
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; version 3.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL-3 for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
#
|
#
|
||||||
# This script attempts to find and download a specific version of a Debian
|
# This script attempts to find and download a specific version of a Debian
|
||||||
# package and its immediate parent to generate a debdiff.
|
# package and its immediate parent to generate a debdiff.
|
||||||
|
@ -1,11 +1,14 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
#
|
||||||
# pull-lp-source -- pull a source package from Launchpad
|
# pull-lp-source -- pull a source package from Launchpad
|
||||||
# Basic usage: pull-lp-source <source package> [<distro>]
|
# Basic usage: pull-lp-source <source package> [<distro>]
|
||||||
#
|
#
|
||||||
# Copyright (C) 2008 Iain Lane <iain@orangesquash.org.uk>
|
# Copyright (C) 2008 Iain Lane <iain@orangesquash.org.uk>
|
||||||
#
|
#
|
||||||
# BackportFromLP class taken from prevu tool, which has
|
# BackportFromLP class taken from prevu tool, which is:
|
||||||
# copyright (C) 2006 John Dong <jdong@ubuntu.com>.
|
# Copyright (C) 2006 John Dong <jdong@ubuntu.com>
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
@ -17,12 +20,10 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# See file /usr/share/common-licenses/GPL for more details.
|
||||||
# along with this program; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
#
|
#
|
||||||
|
# ##################################################################
|
||||||
|
|
||||||
# TODO: Determine current development distro programatically
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
15
requestsync
15
requestsync
@ -9,7 +9,20 @@
|
|||||||
# Daniel Hahler <ubuntu@thequod.de>
|
# Daniel Hahler <ubuntu@thequod.de>
|
||||||
# Iain Lane <iain@orangesquash.org.uk>
|
# Iain Lane <iain@orangesquash.org.uk>
|
||||||
#
|
#
|
||||||
# License: GPLv2, see /usr/share/common-licenses/GPL-2
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; version 2.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL-2 for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
|
|
||||||
import os, sys, urllib, subprocess, getopt
|
import os, sys, urllib, subprocess, getopt
|
||||||
from debian_bundle.changelog import Version
|
from debian_bundle.changelog import Version
|
||||||
|
@ -1,7 +1,23 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Copyright (C) 2007 Siegfried-A. Gevatter <rainct@ubuntu.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+
|
#
|
||||||
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
#
|
#
|
||||||
# This script is used to find the reverse build dependencies
|
# This script is used to find the reverse build dependencies
|
||||||
# that a package has.
|
# that a package has.
|
||||||
|
@ -1,23 +1,25 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# submittodebian - tool to submit patches to Debian's bts
|
# submittodebian - tool to submit patches to Debian's BTS
|
||||||
# Copyright (C) 2007 Canonical Ltd.
|
# Copyright (C) 2007 Canonical Ltd.
|
||||||
# Author: Soren Hansen <soren@ubuntu.com>
|
# Author: Soren Hansen <soren@ubuntu.com>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# ##################################################################
|
||||||
# it under the terms of the GNU General Public License as published by
|
#
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
# This program is free software; you can redistribute it and/or
|
||||||
# (at your option) any later version.
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License along
|
# See file /usr/share/common-licenses/GPL for more details.
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc.,
|
#
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# ##################################################################
|
||||||
|
|
||||||
import re, os, sys
|
import re, os, sys
|
||||||
from tempfile import mkstemp
|
from tempfile import mkstemp
|
||||||
|
@ -1,7 +1,19 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Copyright 2007 (C) Siegfried-A. Gevatter <rainct@ubuntu.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
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 3
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL for more details.
|
||||||
#
|
#
|
||||||
# This script outputs a list of files which are not common source files. This
|
# This script outputs a list of files which are not common source files. This
|
||||||
# should be run in the root of a source tree to find files which might not be
|
# should be run in the root of a source tree to find files which might not be
|
||||||
|
@ -1,6 +1,21 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Copyright 2007 (C) Albin Tonnerre (Lutin) <lut1n.tne@gmail.com>
|
# Copyright 2007 (C) Albin Tonnerre (Lutin) <lut1n.tne@gmail.com>
|
||||||
# License: GPLv2
|
#
|
||||||
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; version 2.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL-2 for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
#
|
#
|
||||||
# This script is used to update the Maintainer field of an Ubuntu package
|
# This script is used to update the Maintainer field of an Ubuntu package
|
||||||
# to match the DebianMaintainerField specification.
|
# to match the DebianMaintainerField specification.
|
||||||
|
22
what-patch
22
what-patch
@ -1,11 +1,27 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
# Copyright 2006-2008 (C) Kees Cook <kees@ubuntu.com>
|
# Copyright 2006-2008 (C) Kees Cook <kees@ubuntu.com>
|
||||||
# Modified by Siegfried-A. Gevatter <rainct@ubuntu.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
|
#
|
||||||
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; version 2.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL-2 for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# By default only the name of the patch system is printed. Verbose mode can be
|
||||||
|
# enabled with -v.
|
||||||
|
|
||||||
# Default operation reports only the patch system. Verbose mode can be
|
|
||||||
# enabled with -v
|
|
||||||
if [ "$1" = "-h" ] || [ "$1" = "--help" ]
|
if [ "$1" = "-h" ] || [ "$1" = "--help" ]
|
||||||
then
|
then
|
||||||
cat <<EOM
|
cat <<EOM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user