diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-03-25 11:53:28 -0400 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-03-25 11:53:28 -0400 |
commit | 09c56ca779a8d5411633f9be426c2b534040e578 (patch) | |
tree | c895f501c4462b6c6729abf6918a763fba41dedb /debian/copyright | |
parent | 46f476e45c53d0d1f1db17c71f80d5a7f1ff45de (diff) | |
download | qmenumodel-09c56ca779a8d5411633f9be426c2b534040e578.tar.gz qmenumodel-09c56ca779a8d5411633f9be426c2b534040e578.tar.bz2 qmenumodel-09c56ca779a8d5411633f9be426c2b534040e578.zip |
* debian/control:
- Add Vcs-Browser, add comment to developers.
- Update Vcs-Bzr.
* debian/rules:
- Override dh_install to use --fail-missing.
* debian/copyright: should be LGPL-3, not LGPL-3+.
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/debian/copyright b/debian/copyright index 998deae..d4625ab 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,13 +2,12 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * Copyright: 2013 Canonical Ltd. -License: LGPL-3+ +License: LGPL-3 -License: LGPL-3+ +License: LGPL-3 This package is free software; you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as - published by the Free Software Foundation; either version 3 of the - License, or (at your option) any later version. + it under the terms of the GNU Lesser General Public License, version 3 + as published by the Free Software Foundation. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,7 +17,6 @@ License: LGPL-3+ You should have received a copy of the GNU Lesser General Public License along with this package. If not, see . - . On Debian systems the full text of the GNU Lesser General Public License, version 3 can be found in the file '/usr/share/common-licenses/LGPL-3'. |