~ubuntu-branches/ubuntu/utopic/gdisk/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Bazaar Package Importer
  • Author(s): Guillaume Delacour
  • Date: 2011-10-03 20:46:30 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20111003204630-3cl1nosx48ofyig8
Tags: 0.8.1-1
* New upstream release
* debian/rules: Install cgdisk binary (curses based)
* debian/manpages: Install cgdisk manpage
* debian/control:
  + Remove Intel-based from description thanks Witold Baryluk
  (Closes: #642363)
  + Add libncurses5-dev in Build-Depends
* debian/copyright: Change to new DEP-5 format
* debian/patches/manpages.diff: Refresh patch to escape two hyphen

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This package was debianized by Guillaume Delacour <gui@iroqwa.org> on
2
 
Fri, 24 Jul 2009 00:09:24 +0000.
3
 
 
4
 
It was downloaded from http://sourceforge.net/projects/gptfdisk/
5
 
 
6
 
Upstream Author:
7
 
 
8
 
        Rod Smith <rodsmith@rodsbooks.com>
9
 
 
10
 
Copyright:
11
 
 
12
 
        Copyright (C) 2009 Rod Smith
13
 
 
14
 
        For crc32.{cc,h}:
15
 
        - Copyright 1999,2000 Krzysztof Dabrowski
16
 
        - Copyright 1999,2000 ElysiuM deeZine
17
 
 
18
 
License:
19
 
 
20
 
        GPL-2
21
 
        For crc32.{cc,h}: GPL-2 or later
22
 
 
23
 
The Debian packaging is:
24
 
 
25
 
        Copyright (C) 2009 Guillaume Delacour <gui@iroqwa.org>
26
 
 
27
 
and is licensed under the GPL version 2,
28
 
see `/usr/share/common-licenses/GPL-2'.
 
1
Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
 
2
Upstream-Name: gptfdisk
 
3
Source: http://sourceforge.net/projects/gptfdisk/
 
4
 
 
5
Files: *
 
6
Copyright: 2011 Rod Smith <rodsmith@rodsbooks.com>
 
7
License: LGPL-2.0+
 
8
 
 
9
Files: debian/*
 
10
Copyright: 2011 Guillaume Delacour <gui@iroqwa.org>
 
11
License: LGPL-2.0+
 
12
 
 
13
Files: crc32.cc crc32.h
 
14
Copyright: 1999, 2000 Krzysztof Dabrowski
 
15
           1999, 2000 ElysiuM deeZine
 
16
License: LGPL-2.0+
 
17
 
 
18
License: LGPL-2.0+
 
19
 This package is free software; you can redistribute it and/or
 
20
 modify it under the terms of the GNU Lesser General Public
 
21
 License as published by the Free Software Foundation; either
 
22
 version 2 of the License, or (at your option) any later version.
 
23
 .
 
24
 This package is distributed in the hope that it will be useful,
 
25
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
26
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
27
 Lesser General Public License for more details.
 
28
 .
 
29
 You should have received a copy of the GNU General Public License
 
30
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 
31
 .
 
32
 On Debian systems, the complete text of the GNU Lesser General
 
33
 Public License can be found in "/usr/share/common-licenses/LGPL-2".