Package: mm-common Version: 0.9.2-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu natty ubuntu-patch
I noticed that debian/copyright was missing the LGPL status of skeletonmm/*, so I added a stanza for it and for debian/*. Thanks for considering the patch. -- System Information: Debian Release: squeeze/sid APT prefers natty-updates APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38-7-generic (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u mm-common-0.9.3/debian/copyright mm-common-0.9.3/debian/copyright --- mm-common-0.9.3/debian/copyright +++ mm-common-0.9.3/debian/copyright @@ -6,6 +6,17 @@ Files: * Copyright: 2009, Openismus GmbH <http://www.openismus.com/> License: GPL-2+ + +Files: skeletonmm/* +Copyright: 2010, Openismus GmbH <http://www.openismus.com/> +License: LGPL-2.1+ + +Files: debian/* +Copyright: 2009, Openismus GmbH <http://www.openismus.com/> + 2010, Sebastian Dröge <[email protected]> +License: GPL-2+ + +License: GPL-2+ This library 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 @@ -15,0 +27,9 @@ + +License: LGPL-2.1+ + This library 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 2.1 of the + License, or (at your option) any later version. + . + On Debian systems, the complete text of the GNU Lesser General Public + License can be found in `/usr/share/common-licenses/LGPL-2.1'. diff -u mm-common-0.9.3/debian/changelog mm-common-0.9.3/debian/changelog

