[oggvideotools] 01/02: Added cme rule to debian/rules to track copyright changes.
Petter Reinholdtsen
pere at moszumanska.debian.org
Fri Feb 26 13:31:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository oggvideotools.
commit b94f343471a5988288686a16c017cbb0eee2a92f
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Fri Feb 26 12:55:36 2016 +0000
Added cme rule to debian/rules to track copyright changes.
---
debian/copyright.cme | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++
debian/rules | 3 ++
2 files changed, 82 insertions(+)
diff --git a/debian/copyright.cme b/debian/copyright.cme
new file mode 100644
index 0000000..a58a0d9
--- /dev/null
+++ b/debian/copyright.cme
@@ -0,0 +1,79 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 1989, 1991, 1999, Free Software Foundation, Inc
+License: UNKNOWN
+ Please fill license UNKNOWN from header of *
+
+Files: cpackInfo/*
+Copyright: 1989, 1991, Free Software Foundation, Inc.
+License: UNKNOWN
+ Please fill license UNKNOWN from header of cpackInfo/*
+
+Files: debian/*
+Copyright: -file debian/.cme
+License: UNKNOWN
+ Please fill license UNKNOWN from header of debian/*
+
+Files: src/*
+Copyright: 2005-2009, Joern Seger
+License: GPL-2+
+
+Files: src/basePlane.cpp
+ src/basePlane.h
+ src/blendElement.cpp
+ src/blendElement.h
+ src/cmdlineextractor.cpp
+ src/cmdlineextractor.h
+ src/crossfader.cpp
+ src/crossfader.h
+ src/effector.cpp
+ src/effector.h
+ src/kenburnseffect.cpp
+ src/kenburnseffect.h
+ src/lowpassEffect.cpp
+ src/lowpassEffect.h
+ src/pictureBlend.cpp
+ src/pictureBlend.h
+ src/pictureLoader.cpp
+ src/pictureLoader.h
+ src/pictureResize.cpp
+ src/pictureResize.h
+ src/plainPicture.cpp
+ src/plainPicture.h
+ src/rgbPlane.cpp
+ src/rgbPlane.h
+Copyright: 2009, Copyright: See COPYING file that comes with this distribution
+License: UNKNOWN
+ Please fill license UNKNOWN from header of src/basePlane.cpp src/basePlane.h src/blendElement.cpp src/blendElement.h src/cmdlineextractor.cpp src/cmdlineextractor.h src/crossfader.cpp src/crossfader.h src/effector.cpp src/effector.h src/kenburnseffect.cpp src/kenburnseffect.h src/lowpassEffect.cpp src/lowpassEffect.h src/pictureBlend.cpp src/pictureBlend.h src/pictureLoader.cpp src/pictureLoader.h src/pictureResize.cpp src/pictureResize.h src/plainPicture.cpp src/plainPicture.h src/rgbP [...]
+
+Files: src/libresample/*
+Copyright: 1989, 1991, 1999, Free Software Foundation, Inc
+License: UNKNOWN
+ Please fill license UNKNOWN from header of src/libresample/*
+
+Files: win32/*
+Copyright: 88-99, 1987, Free Software Foundation, Inc.
+License: LGPL-2+
+
+Files: win32/getopt_win.h
+Copyright: 90-94, 96-98, 1989, Free Software Foundation, Inc
+License: LGPL-2+
+
+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; version 2 dated June, 1991, or (at
+ your option) any later version.
+ .
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in '/usr/share/common-licenses/GPL-2'.
+
+License: LGPL-2+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published by the
+ Free Software Foundation; version 2 of the License, or (at
+ your option) any later version.
+ .
+ On Debian systems, the complete text of version 2 of the GNU Library
+ General Public License can be found in `/usr/share/common-licenses/LGPL-2'.
diff --git a/debian/rules b/debian/rules
index 98cdfaf..0b8546f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,6 @@ override_dh_strip:
override_dh_auto_test:
dh_auto_test
TESTBINDIR=`pwd`/obj-*/src/ ./debian/tests/test-oggjoin
+
+debian-copyright:
+ cme update dpkg-copyright -file debian/copyright.cme
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xiph/oggvideotools.git
More information about the pkg-xiph-commits
mailing list