Control: tag -1 + patch I've attached a patch to include the missing copyright holders in debian/copyright. Thanks!
(Also, I have no intention of actually NMU-ing glib-networking.) Cheers, Vincent
diff -Nru glib-networking-2.38.1/debian/changelog glib-networking-2.38.1/debian/changelog --- glib-networking-2.38.1/debian/changelog 2013-10-17 08:01:40.000000000 -0700 +++ glib-networking-2.38.1/debian/changelog 2013-11-20 17:33:49.000000000 -0800 @@ -1,3 +1,10 @@ +glib-networking (2.38.1-1.1) experimental; urgency=low + + * Non-maintainer upload. + * Add missing entries in debian/copyright. (Closes: #725998) + + -- Vincent Cheng <[email protected]> Wed, 20 Nov 2013 17:33:07 -0800 + glib-networking (2.38.1-1) experimental; urgency=low * debian/control{,.in}: Add XS-Testsuite header diff -Nru glib-networking-2.38.1/debian/copyright glib-networking-2.38.1/debian/copyright --- glib-networking-2.38.1/debian/copyright 2012-04-16 14:38:47.000000000 -0700 +++ glib-networking-2.38.1/debian/copyright 2013-11-20 17:53:03.000000000 -0800 @@ -2,13 +2,68 @@ Source: http://ftp.gnome.org/pub/GNOME/sources/glib-networking/ Files: * -Copyright: Copyright (C) 2009-2010 Red Hat, Inc. - Copyright (C) 2010 Collabora, Ltd. +Copyright: 2009-2010 Red Hat, Inc. + 2010 Collabora, Ltd. +License: LGPL-2+ + +Files: po/bg.po + po/eo.po + po/sl.po + po/sv.po + po/th.po + po/tr.po +Copyright: 2011-2013 Free Software Foundation +License: LGPL-2+ + +Files: po/fi.po +Copyright: 2011 Tommi Vainikainen +License: LGPL-2+ + +Files: po/te.po +Copyright: 2011-2012 Swecha Telugu Localisation team +License: LGPL-2+ + +Files: po/vi.po +Copyright: 2011 Free Software Foundation +License: LGPL-2+ + +Files: tls/tests/mock-pkcs11.* +Copyright: 2010 Stefan Walter + 2011 Collabora Ltd. +License: LGPL-2.1+ + License: LGPL-2+ 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 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'. + . + 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, see <http://www.gnu.org/licenses/> + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/ + LGPL-2". + +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. + . + 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, see <http://www.gnu.org/licenses/> + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/ + LGPL-2.1".

