[Python-modules-commits] r6161 - in packages/pyvorbis/trunk/debian (5 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Tue Aug 12 20:51:53 UTC 2008


    Date: Tuesday, August 12, 2008 @ 20:51:52
  Author: morph-guest
Revision: 6161

adopted under DPMT; moved to python-ogg deps; bump to 3.8.0; added debian/watch; copyright file updated

Added:
  packages/pyvorbis/trunk/debian/README.source
  packages/pyvorbis/trunk/debian/watch
Modified:
  packages/pyvorbis/trunk/debian/changelog
  packages/pyvorbis/trunk/debian/control
  packages/pyvorbis/trunk/debian/copyright

Added: packages/pyvorbis/trunk/debian/README.source
===================================================================
--- packages/pyvorbis/trunk/debian/README.source	                        (rev 0)
+++ packages/pyvorbis/trunk/debian/README.source	2008-08-12 20:51:52 UTC (rev 6161)
@@ -0,0 +1,4 @@
+This package uses dpatch to handle patches against upstream source code; you
+can find additional information about dpatch at
+
+    /usr/share/doc/dpatch/

Modified: packages/pyvorbis/trunk/debian/changelog
===================================================================
--- packages/pyvorbis/trunk/debian/changelog	2008-08-12 19:22:20 UTC (rev 6160)
+++ packages/pyvorbis/trunk/debian/changelog	2008-08-12 20:51:52 UTC (rev 6161)
@@ -1,13 +1,31 @@
 pyvorbis (1.3-3) UNRELEASED; urgency=low
 
+  * Adopting under the DPMT umbrella; Closes: #469385
   * debian/control
     - added dpatch build-dep
+    - set DPMT as maintainer
+    - set Mike and me as uploaders
+    - let short description be an appositive clause
+    - renamed depends on python-ogg to new packages names; thanks to Mathias
+      Brodala for the report; Closes: #487241
+    - bump Standards-Version to 3.8.0
+    - added Homepage field
   * debian/rules
     - added dpatch stuff
   * debian/patches/01_previous_changes.dpatch
     - added to remove direct upstream source code modification
+  * debian/README.source
+    - added (for Policy 3.8.0)
+  * debian/watch
+    - added
+  * debian/copyright
+    - separated copyright and license notices
+    - indented with 4 spaces
+    - taken the right part of GPLv2 licence text for license
+    - updated local license file location to point to GPL-2
+    - added files under different copyright & licence
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Tue, 12 Aug 2008 21:20:38 +0200
+ -- Sandro Tosi <matrixhasu at gmail.com>  Tue, 12 Aug 2008 22:46:16 +0200
 
 pyvorbis (1.3-2) unstable; urgency=low
 

Modified: packages/pyvorbis/trunk/debian/control
===================================================================
--- packages/pyvorbis/trunk/debian/control	2008-08-12 19:22:20 UTC (rev 6160)
+++ packages/pyvorbis/trunk/debian/control	2008-08-12 20:51:52 UTC (rev 6161)
@@ -1,18 +1,20 @@
 Source: pyvorbis
 Section: python
 Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
+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-pyogg-dbg (>= 1.3-1.1), libvorbis-dev (>= 1.0.1)
-Standards-Version: 3.7.3
+ 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
 
 Package: python-pyvorbis
 Architecture: any
-Depends: ${python:Depends}, python-pyogg, ${shlibs:Depends}
+Depends: ${python:Depends}, python-ogg, ${shlibs:Depends}
 Provides: ${python:Provides}
 Suggests: python-pyvorbis-dbg
-Description: A Python interface to the Ogg Vorbis library
+Description: Python interface to the Ogg Vorbis library
  This module makes the libvorbis (Ogg Vorbis) functions available
  in Python. With this module you can write Python applications
  that use the ogg vorbis library.
@@ -21,7 +23,7 @@
 Priority: extra
 Architecture: any
 Depends: python-pyvorbis (= ${binary:Version}), python-dbg, python-pyogg-dbg, ${shlibs:Depends}
-Description: A Python interface to the Ogg Vorbis library (debug extension)
+Description: Python interface to the Ogg Vorbis library (debug extension)
  This module makes the libvorbis (Ogg Vorbis) functions available
  in Python. With this module you can write Python applications
  that use the ogg vorbis library.

Modified: packages/pyvorbis/trunk/debian/copyright
===================================================================
--- packages/pyvorbis/trunk/debian/copyright	2008-08-12 19:22:20 UTC (rev 6160)
+++ packages/pyvorbis/trunk/debian/copyright	2008-08-12 20:51:52 UTC (rev 6161)
@@ -3,11 +3,26 @@
 
 It was downloaded from http://www.andrewchatham.com/pyogg/
 
-Upstream Author: Andrew Chatham <andrew.chatham at duke.edu>
+Upstream Author:
 
-Copyright (c) 2000,2001,2002,2003 Andrew H. Chatham
+    Andrew Chatham <andrew.chatham at duke.edu>
 
-You are free to distribute this software under the terms of the GNU
-General Public License.  On Debian systems, the complete text of the
-GNU General Public License can be found in
-/usr/share/common-licenses/GPL file.
+Copyright:
+
+    Copyright (c) 2000-2003 Andrew H. Chatham
+
+License:
+
+    This library 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; either
+    version 2 of the License, or (at your option) any later version.
+
+On Debian systems, the complete text of the GNU General Public License v2 can
+be found in /usr/share/common-licenses/GPL-2 file.
+
+These files have different copyright notices:
+
+src/vcedit.{c,h}:
+    Copyright (c) 2000-2001 Michael Smith <msmith at labyrinth.net.au>
+    LGPLv2

Added: packages/pyvorbis/trunk/debian/watch
===================================================================
--- packages/pyvorbis/trunk/debian/watch	                        (rev 0)
+++ packages/pyvorbis/trunk/debian/watch	2008-08-12 20:51:52 UTC (rev 6161)
@@ -0,0 +1,2 @@
+version=3
+http://ekyo.nerim.net/software/pyogg/pyvorbis-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list