* debian/rules:

+ Remove rsync from Depends (needed by ubuntu-{sync,cd} which aren't
    installed).
  + Add bzr and pbuilder to Recommends.
* debian/copyright:
  + Add Kees Cook to authors (already done in AUTHORS).
  + Add GPLv3 to licenses.
  + Mention which scripts are GPLv2 and which GPLv3.
This commit is contained in:
Michael Bienia 2007-07-27 16:53:21 +02:00
parent 48bef64226
commit ec06089516
2 changed files with 27 additions and 4 deletions

3
debian/control vendored
View File

@ -11,7 +11,8 @@ Standards-Version: 3.7.2
Package: ubuntu-dev-tools Package: ubuntu-dev-tools
Architecture: all Architecture: all
Section: devel Section: devel
Depends: ${python:Depends}, ${misc:Depends}, binutils, devscripts, rsync, sudo Depends: ${python:Depends}, ${misc:Depends}, binutils, devscripts, sudo
Recommends: bzr, pbuilder
XB-Python-Version: ${python:Versions} XB-Python-Version: ${python:Versions}
Description: useful tools for Ubuntu developers Description: useful tools for Ubuntu developers
This is a collection of useful tools that Ubuntu developers use to This is a collection of useful tools that Ubuntu developers use to

28
debian/copyright vendored
View File

@ -6,6 +6,7 @@ Upstream Author:
Luke Yelavich <themuso@ubuntu.com> Luke Yelavich <themuso@ubuntu.com>
Albin Tonnerre <lut1n.tne@gmail.com> Albin Tonnerre <lut1n.tne@gmail.com>
Michael Bienia <geser@ubuntu.com> Michael Bienia <geser@ubuntu.com>
Kees Cook <kees@ubuntu.com>
Martin Pitt <martin.pitt@ubuntu.com> Martin Pitt <martin.pitt@ubuntu.com>
Copyright: Copyright:
@ -13,9 +14,13 @@ Copyright:
Luke Yelavich <themuso@ubuntu.com> 2006-2007 Luke Yelavich <themuso@ubuntu.com> 2006-2007
Albin Tonnerre <lut1n.tne@gmail.com> 2006-2007 Albin Tonnerre <lut1n.tne@gmail.com> 2006-2007
Michael Bienia <geser@ubuntu.com> 2006-2007 Michael Bienia <geser@ubuntu.com> 2006-2007
Kees Cook <kees@ubuntu.com> 2006-2007
Martin Pitt <martin.pitt@ubuntu.com> 2007 Martin Pitt <martin.pitt@ubuntu.com> 2007
License: Licenses:
check-symbols, dch-repeat, mk-sbuild-lv, pull-debian-diff, suspicious-source,
update-maintainer and what-patch are licensed under GPLv2:
This package is free software; you can redistribute it and/or modify This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -31,6 +36,23 @@ License:
along with this package; if not, write to the Free Software along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General On Debian systems, the complete text of the GNU General Public License v2
Public License can be found in `/usr/share/common-licenses/GPL'. can be found in `/usr/share/common-licenses/GPL-2'.
get-branches is licensed under 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, 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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
On Debian systems, the complete text of the GNU General Public License v3
can be found in `/usr/share/common-licenses/GPL-3'.