Message from discussion
Proposal for the debian/copyright handling: Should follow copyright-format 1.0
Received: by 10.68.241.162 with SMTP id wj2mr10640864pbc.2.1341514803297;
Thu, 05 Jul 2012 12:00:03 -0700 (PDT)
Path: l9ni10941pbj.0!nntp.google.com!news2.google.com!goblin3!goblin1!goblin.stu.neva.ru!news2.arglkargh.de!news.musoftware.de!wum.musoftware.de!newsfeed.x-privat.org!bofh.it!news.nic.it!robomod
From: Salvatore Bonaccorso <car...@debian.org>
Newsgroups: linux.debian.maint.perl
Subject: [Debian Perl Group Policy] Proposal for the debian/copyright handling: Should follow copyright-format 1.0
Date: Thu, 05 Jul 2012 21:00:02 +0200
Message-ID: <jjZrs-46i-9@gated-at.bofh.it>
X-Original-To: debian-p...@lists.debian.org
Old-Return-Path: <salvatore.bonacco...@gmail.com>
X-Amavis-Spam-Status: No, score=-11.669 tagged_above=-10000 required=5.3
tests=[BAYES_00=-2, DIGITS_LETTERS=1, DKIM_SIGNED=0.1,
DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5,
MURPHY_DRUGS_REL8=0.02, PGPSIGNATURE=-5, RCVD_IN_DNSWL_LOW=-0.7,
T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=ham
Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=sender:date:from:to:subject:message-id:mail-followup-to
:mime-version:content-type:content-disposition:x-opensource:x-virus
:x-operating-system:x-pgp-key:user-agent;
bh=O62X7Mv8/QDgjVz/Y7FhkwF5dZOHFd5n9XKQNzGKIHE=;
b=Vuf3arNU/LWKKPPZVe1uXYW8p2TavR7P2pjfhqWIAHW5VJytvgGECUOPNoTWoHcgHf
gjkvO+HAW4cbS+NX/zapmo60p+ZqfQv1OECgzle+yk19iT2AKyn5thR1vYQUdPK8LEqT
NTcPcJRH88V2pp9GdDe5TFkky9mWu1eMd1L37hbnu80owS677lPxvuxjOQuDpqqeihAj
YrlSOY4oS5iW7JdFWRpHLiBV+tqhF0qlsFF3kFKlS4EyLszh+QAEgXtqJqTR2ea8TmsB
bGOiEzQUyCFGHuKC/0Tr7m0AUcqRnWU/hKqJtXiq/gsc7/F5pJpfkLPgk8xgvuQ6U6Fu
L4zg==
Sender: robo...@news.nic.it
Mail-Followup-To: debian-p...@lists.debian.org
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha256;
protocol="application/pgp-signature"; boundary="eJnRUKwClWJh1Khz"
Content-Disposition: inline
X-Opensource: Have a lot of fun!
X-Virus: Hi! I am a header virus! Copy me into yours an join the fun!
X-Operating-System: Debian GNU/Linux
X-PGP-Key: http://people.debian.org/~carnil/0x7FD863FE.asc
User-Agent: Mutt/1.5.20 (2009-06-14)
X-Mailing-List: <debian-p...@lists.debian.org> archive/latest/11367
List-ID: <debian-perl.lists.debian.org>
Approved: robo...@news.nic.it
Lines: 127
Organization: linux.* mail to news gateway
X-Original-Date: Thu, 5 Jul 2012 20:55:07 +0200
X-Original-Message-ID: <20120705185507.GA4265@elende>
X-Original-Sender: Salvatore Bonaccorso <salvatore.bonacco...@gmail.com>
--eJnRUKwClWJh1Khz
Content-Type: multipart/mixed; boundary="opJtzjQTFsWo+cga"
Content-Disposition: inline
--opJtzjQTFsWo+cga
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi
One of the open tasks[1] is to document the use of copyright-format
1.0 in our group policy. Attached is a first proposed version which we
can vote on to have it added to the policy.
Suggestions? Improvements? Changes? Discussion needed? :-)
[1] http://wiki.debian.org/Teams/DebianPerlGroup/OpenTasks
Regards
Salvatore
--opJtzjQTFsWo+cga
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="0001-Document-handling-of-debian-copyright-in-policy.patch"
Content-Transfer-Encoding: quoted-printable
=46rom 93e4aaeb3ba2d733cfc61c1114a390189f3ca712 Mon Sep 17 00:00:00 2001
=46rom: Salvatore Bonaccorso <car...@debian.org>
Date: Thu, 5 Jul 2012 20:48:56 +0200
Subject: [PATCH] Document handling of debian/copyright in policy
Add a note that every copyright file should follow copyright-format 1.0
as released together with Debian Policy 3.9.3.
---
policy.pod | 23 ++++++++++++++++-------
1 file changed, 16 insertions(+), 7 deletions(-)
diff --git a/policy.pod b/policy.pod
index 4f6734b..0428b20 100644
--- a/policy.pod
+++ b/policy.pod
@@ -24,19 +24,21 @@ Perl Group Git Guide (L<http://pkg-perl.alioth.debian.o=
rg/git.html>).
=20
=3Ditem 3. L<debian/control handling|/"debian/control handling">
=20
-=3Ditem 4. L<debian/watch handling|/"debian/watch handling">
+=3Ditem 4. L<debian/copyright handling|/"debian/copyright handling">
=20
-=3Ditem 5. L<Package Naming Policy|/"Package Naming Policy">
+=3Ditem 5. L<debian/watch handling|/"debian/watch handling">
=20
-=3Ditem 6. L<Test suites|/"Test suites">
+=3Ditem 6. L<Package Naming Policy|/"Package Naming Policy">
=20
-=3Ditem 7. L<Debian Maintainers practice|/"Debian Maintainers practice">
+=3Ditem 7. L<Test suites|/"Test suites">
=20
-=3Ditem 8. L<Release Process|/"Release Process">
+=3Ditem 8. L<Debian Maintainers practice|/"Debian Maintainers practice">
=20
-=3Ditem 9. L<Authors|/"Authors">
+=3Ditem 9. L<Release Process|/"Release Process">
=20
-=3Ditem 10. L<License|/"License">
+=3Ditem 10. L<Authors|/"Authors">
+
+=3Ditem 11. L<License|/"License">
=20
=3Dback
=20
@@ -168,6 +170,13 @@ The pkg-perl group members prefer to directly use debh=
elper when packaging. We
suggest you don't use cdbs as part of the build process for packages inten=
ded
to be group-maintained.
=20
+=3Dhead1 debian/copyright handling
+
+Each package should have the copyright file F<debian/copyright> following =
the
+copyright-format 1.0 as documented in
+L<http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/> and w=
hich
+was released together with Debian Policy 3.9.3.
+
=3Dhead1 debian/watch handling
=20
Each package should have a watch file (F<debian/watch>) to make manual and
--=20
1.7.10
--opJtzjQTFsWo+cga--
--eJnRUKwClWJh1Khz
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJP9eMLAAoJEHidbwV/2GP+qa4QAKtBTb8FuKatzcA7Nzf+Tcbb
8LSDcd+SruDv4pkiUE5A6CvP9hzsCsS/46bZ0aJ4rz2H2+t/69/UTv4dUL9DAVOA
5v0UGI7ZcK7royFx4U7KDWglwqbthUftfrqekFR0aZPwi+2Z5eD+9ty5PWLQvble
8GO3J2qP13Wcehdh0ciw2Y9/wKW+8TYtw7H2nTbMC7GLHv9TXct07s7zBnt1N0aJ
/2/E6cTjZcja2pjarxwZgBa+BpCTu0YWWVY1Wh5RA6PdbTilLydC5t1zj8C+3Up7
HHGLtZNTljtzutEvuy98mZ2E7X4mgt5v8PqVVE6r51nHlRdYKPj5/zf+Dr2zo+Jd
L5GXQc1PQVwm/LlZySSaKhD86Nfzi8izW6fmoQFUgL+gr7lEAKeHnWkaRHAQAeRk
o13fi1fioKg4t/tZlkhPDhjUrKWunmnISHesLZ8X5Ifs83nq5HnxVKVcRULmEGXD
lFv+BotTPGfY8hoGaqDOc0sNZ3LAM7XISF6ZYE8WeQ6/MPc5nuWOL/+ypdAFLcMi
g42qk6oMVxx1XWiKveWiBZOy53XiEO6wuMm1p1tC5fwDys68wMtWk7v54i5k75wp
mLKo1QXNznEYhjgAY9jUXfothyAXpqwg1owvQkEg747/cEy9gr+/BVZWj5qzb6/X
xfo7ZJxpKnSWazQk3aJ1
=3caI
-----END PGP SIGNATURE-----
--eJnRUKwClWJh1Khz--
--
To UNSUBSCRIBE, email to debian-perl-REQU...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120705185507.GA4265@elende