[Python-modules-commits] r6207 - in packages/pyvorbis/trunk/debian (changelog control copyright)
stew at users.alioth.debian.org
stew at users.alioth.debian.org
Sat Aug 16 15:30:04 UTC 2008
Date: Saturday, August 16, 2008 @ 15:30:02
Author: stew
Revision: 6207
- refer to /usr/share/doc/common-licenses/LGPL-2
- added missing comma to Build-Depends
Modified:
packages/pyvorbis/trunk/debian/changelog
packages/pyvorbis/trunk/debian/control
packages/pyvorbis/trunk/debian/copyright
Modified: packages/pyvorbis/trunk/debian/changelog
===================================================================
--- packages/pyvorbis/trunk/debian/changelog 2008-08-16 15:15:20 UTC (rev 6206)
+++ packages/pyvorbis/trunk/debian/changelog 2008-08-16 15:30:02 UTC (rev 6207)
@@ -1,5 +1,6 @@
pyvorbis (1.3-3) UNRELEASED; urgency=low
+ [ Sandro Tosi ]
* Adopting under the DPMT umbrella; Closes: #469385
* debian/control
- added dpatch build-dep
@@ -27,8 +28,14 @@
- updated local license file location to point to GPL-2
- added files under different copyright & licence
- -- Sandro Tosi <matrixhasu at gmail.com> Wed, 13 Aug 2008 01:00:31 +0200
+ [ Mike O'Connor ]
+ * debian/copyright
+ - refer to /usr/share/doc/common-licenses/LGPL-2
+ * debian/control
+ - added missing comma to Build-Depends
+ -- Mike O'Connor <stew at debian.org> Sat, 16 Aug 2008 11:28:24 -0400
+
pyvorbis (1.3-2) unstable; urgency=low
* QA upload
Modified: packages/pyvorbis/trunk/debian/control
===================================================================
--- packages/pyvorbis/trunk/debian/control 2008-08-16 15:15:20 UTC (rev 6206)
+++ packages/pyvorbis/trunk/debian/control 2008-08-16 15:30:02 UTC (rev 6207)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <matrixhasu at gmail.com>, Mike O'Connor <stew at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), dpatch
- python-all-dbg,
- python-support (>= 0.3), python-ogg-dbg (>= 1.3-1.1), libvorbis-dev (>= 1.0.1)
+Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), dpatch,
+ python-all-dbg, python-support (>= 0.3), python-ogg-dbg (>= 1.3-1.1),
+ libvorbis-dev (>= 1.0.1)
Standards-Version: 3.8.0
Homepage: http://ekyo.nerim.net/software/pyogg/index.html
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyvorbis/trunk/
Modified: packages/pyvorbis/trunk/debian/copyright
===================================================================
--- packages/pyvorbis/trunk/debian/copyright 2008-08-16 15:15:20 UTC (rev 6206)
+++ packages/pyvorbis/trunk/debian/copyright 2008-08-16 15:30:02 UTC (rev 6207)
@@ -24,5 +24,12 @@
These files have different copyright notices:
src/vcedit.{c,h}:
- Copyright (c) 2000-2001 Michael Smith <msmith at labyrinth.net.au>
- LGPLv2
+ Copyright:
+ (c) 2000-2001 Michael Smith <msmith at labyrinth.net.au>
+ License:
+ GNU Library General Public License, version 2
+
+On Debian systems, the complete text of the GNU Library General Public
+License version 2 can be found in /usr/share/common-licenses/LGPL-2
+file.
+
More information about the Python-modules-commits
mailing list