Dear Release Team! This is Laszlo from the Munich bug squashing party [1].
rkward has an RC bug because of a copyright issue [2] #689982. This is fixed in unstable, but with an upgrade to a new upstream. I suppose because of the this upgrade, the version in unstable that fixes the bug can not migrate to wheezy. Is that so? I have patched d/copyright in wheezy, and resolved the RC bug. => May I upload my fix to testing-proposed-updates? I attach the debdiff. => This would be an NMU, so should the version be 0.5.7-2.1wheezy1 or 0.5.7-2wheezy1 (present newest in wheezy is 0.5.7-2)? [1] http://wiki.debian.org/BSP/2012/11/de/Munich [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689982 Best regards, Laszlo
$ debdiff ../old/rkward_0.5.7-2.dsc ../rkward_0.5.7-2.1wheezy1.dsc diff -u rkward-0.5.7/debian/changelog rkward-0.5.7/debian/changelog --- rkward-0.5.7/debian/changelog +++ rkward-0.5.7/debian/changelog @@ -1,3 +1,11 @@ +rkward (0.5.7-2.1wheezy1) testing; urgency=low + + * Non-maintainer upload. + * Fixed copyright in version in wheezy (0.5.7-2). + * Closes: #689982 + + -- Laszlo Kajan <[email protected]> Fri, 23 Nov 2012 23:23:04 +0100 + rkward (0.5.7-2) unstable; urgency=low * new upload to force rebuild against R 2.14.0~x on i386 diff -u rkward-0.5.7/debian/copyright rkward-0.5.7/debian/copyright --- rkward-0.5.7/debian/copyright +++ rkward-0.5.7/debian/copyright @@ -1,13 +1,79 @@ -This package was debianized by Thomas Friedrichsmeier <[email protected]> on -Tue, 26 Apr 2005 00:00:33 +0200. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: RKWard +Source: http://rkward.sourceforge.net -It was downloaded from http://rkward.sourceforge.net +Files: * +Copyright: 2002-2012 Thomas Friedrichsmeier and the RKWard team +License: 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; 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. + . + You should have received a copy of the GNU General Public + License along with this package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. -Copyright: 2002 - 2010 Thomas Friedrichsmeier and the RKWard team -License: -You are free to distribute this software under the terms of the GNU General Public License. -On Debian systems, the complete text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL'. - -Files: rkward/qwinhost.cpp.orig rkward/qwinhost.cpp rkward/qwinhost.h.orig rkward/qwinhost.h +Files: rkward/qwinhost/qwinhost.cpp.orig rkward/qwinhost/qwinhost.cpp rkward/qwinhost/qwinhost.h.orig rkward/qwinhost/qwinhost.h Copyright: (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +License: LPGL-2.1 and Nokia_Exception or GPL-3 + License: LPGL-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; + version 2.1 of the License. + . + This library 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 + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU Lesser General Public + License version 2.1 can be found in the file + `/usr/share/common-licenses/LGPL-2.1'. + +License: Nokia_Exception + Nokia Qt LGPL Exception version 1.0 + . + As a special exception to the GNU Lesser General Public License + version 2.1, the object code form of a "work that uses the Library" + may incorporate material from a header file that is part of the + Library. You may distribute such object code under terms of your + choice, provided that the incorporated material (i) does not exceed + more than 5% of the total size of the Library; and (ii) is limited to + numerical parameters, data structure layouts, accessors, macros, + inline functions and templates. + +License: 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 of the License. + . + 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 full text of the GNU General Public + License version 3 can be found in the file + `/usr/share/common-licenses/GPL-3'.

