[Python-modules-commits] [pydbus] 01/01: Fix order of entries in debian/copyright
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Dec 19 19:57:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository pydbus.
commit 95b3f6742a240cae7df97590229c21aec6367ee8
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Mon Dec 19 22:50:39 2016 +0300
Fix order of entries in debian/copyright
More specific entries should come after more general ones, otherwise
they would get overridden.
---
debian/copyright | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/copyright b/debian/copyright
index f605a54..5fcf6af 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,14 +3,14 @@ Upstream-Name: pydbus
Upstream-Contact: Linus Lewandowski <linus at lew21.net>
Source: https://github.com/LEW21/pydbus
-Files: debian/*
-Copyright: 2016 Alberto Caso <alberto.caso at juntaex.es>
-License: LGPL-2.1+
-
Files: *
Copyright: 2014-2016 Janusz Lewandowski <lew21 at xtreeme.org>
License: LGPL-2.1+
+Files: debian/*
+Copyright: 2016 Alberto Caso <alberto.caso at juntaex.es>
+License: LGPL-2.1+
+
Files: doc/tutorial.rst
Copyright: 2006-2007 Collabora Ltd.
2016 Janusz Lewandowski
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pydbus.git
More information about the Python-modules-commits
mailing list