Package: nautilus-dropbox Version: 0.6.7-3~bpo60+1 Severity: normal Tags: patch
Bonjour Raphaël, thanks for bringing nautilus-drobpox (which I will uninstall as I did not pay attention to the description that warned about the binary blobs…). Here are two trivial patches for debian/copyright: - The first corrects syntax errors (checked with config-edit): one missing escape of empty line, and one empty license long description that I filled with a sentence from the rst2man.py. - The second adds a disclaimer, in line with Policy §12.5: « Packages in the contrib or non-free archive areas should state in the copyright file that the package is not part of the Debian distribution and briefly explain why ». Bon week-end, -- Charles
>From 2c6ac49ffdc753357b6106c77381403d7f4b2f4a Mon Sep 17 00:00:00 2001 From: Charles Plessy <[email protected]> Date: Fri, 2 Dec 2011 22:13:58 +0900 Subject: [PATCH 1/2] Syntax corrections: missing dot and missing License long description. --- debian/copyright | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/debian/copyright b/debian/copyright index 4747f41..6dd1088 100644 --- a/debian/copyright +++ b/debian/copyright @@ -17,6 +17,7 @@ Comment: Files: rst2man.py License: public-domain + This module has been placed in the public domain. Files: debian/* Copyright: 2011, Raphaël Hertzog <[email protected]> @@ -53,7 +54,7 @@ License: CC-BY-ND-3.0 PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. - + . BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE -- 1.7.7.3
>From c7d208b0560bdda60d1fd5fc19b74b6550cdccd1 Mon Sep 17 00:00:00 2001 From: Charles Plessy <[email protected]> Date: Fri, 2 Dec 2011 22:15:34 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Added=20a=20disclaimer=20as=20specificed=20by?= =?UTF-8?q?=20Policy=20=C2=A712.5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “Packages in the contrib or non-free archive areas should state in the copyright file that the package is not part of the Debian distribution and briefly explain why.” --- debian/copyright | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/debian/copyright b/debian/copyright index 6dd1088..163e99c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,6 +2,20 @@ Format: http://dep.debian.net/deps/dep5/ as of 2011-06-04 Upstream-Name: nautilus-dropbox Upstream-Contact: Rian Hunter <[email protected]>, David Euresti <[email protected]> Source: https://www.dropbox.com/downloading?os=lnx +Disclaimer: This package is not part of the Debian operating system. + The nautilus-dropbox source and binary Debian packages are part of the + “non-free” area in our archive. The packages in this area are not part of the + Debian system, although they have been configured for use with Debian. We + nevertheless support the use of the nautilus-dropbox source and binary Debian + packages and provide infrastructure for non-free packages (such as our bug + tracking system and mailing lists). The licences of nautilus-dropbox do not + forbid Debian from using autobuilders to create binary packages. + . + The following two points do not satisfy the Debian Free Software Guidelines: + - The artwork of nautilus-dropbox is licensed under the Creative Commons + Attribution-No Derivative Works 3.0 Unported License + - The nautilus-dropbox package downloads proprietary dropbox binary programs + from dropbox.com, which are necessary for its function. Files: * Copyright: 2008, Evenflow, Inc. -- 1.7.7.3

