[Python-modules-commits] r6460 - in packages/pyogg/trunk/debian (4 files)
stew at users.alioth.debian.org
stew at users.alioth.debian.org
Sat Sep 6 15:40:42 UTC 2008
Date: Saturday, September 6, 2008 @ 15:40:41
Author: stew
Revision: 6460
move pyogg.diff to more descriptive name: fix-README-typos.diff ; target experimental
Added:
packages/pyogg/trunk/debian/patches/fix-README-typos.diff
(from rev 6459, packages/pyogg/trunk/debian/patches/pyogg.diff)
Modified:
packages/pyogg/trunk/debian/changelog
packages/pyogg/trunk/debian/patches/series
Deleted:
packages/pyogg/trunk/debian/patches/pyogg.diff
Modified: packages/pyogg/trunk/debian/changelog
===================================================================
--- packages/pyogg/trunk/debian/changelog 2008-09-05 21:23:46 UTC (rev 6459)
+++ packages/pyogg/trunk/debian/changelog 2008-09-06 15:40:41 UTC (rev 6460)
@@ -1,5 +1,6 @@
-pyogg (1.3+repack-3) UNRELEASED; urgency=low
+pyogg (1.3+repack-3) experimental; urgency=low
+ [ Sandro Tosi ]
* Adopting under DPMT umbrella; Closes: #469386
* debian/control
- set DPMT as maintainer
@@ -7,8 +8,11 @@
- added Vcs-{Browser,Svn} fields
- added DM-Upload-Allowed field
- -- Sandro Tosi <matrixhasu at gmail.com> Wed, 13 Aug 2008 01:01:57 +0200
+ [ Mike O'Connor ]
+ * rename debian/patches/pyogg.diff debian/patches/fix-README-typos.diff
+ -- Mike O'Connor <stew at debian.org> Sat, 06 Sep 2008 11:15:40 -0400
+
pyogg (1.3+repack-2) unstable; urgency=low
* QA upload.
Copied: packages/pyogg/trunk/debian/patches/fix-README-typos.diff (from rev 6459, packages/pyogg/trunk/debian/patches/pyogg.diff)
===================================================================
--- packages/pyogg/trunk/debian/patches/fix-README-typos.diff (rev 0)
+++ packages/pyogg/trunk/debian/patches/fix-README-typos.diff 2008-09-06 15:40:41 UTC (rev 6460)
@@ -0,0 +1,23 @@
+Index: pyogg-1.3.repack/README
+===================================================================
+--- pyogg-1.3.repack.orig/README 2008-06-07 17:19:44.100116606 +0200
++++ pyogg-1.3.repack/README 2008-06-07 17:20:43.563505227 +0200
+@@ -13,10 +13,10 @@
+ And if anyone is wondering why I have things separated into a main
+ module "ogg" and a submodule "ogg.vorbis", vorbis is the audio subset
+ of the ogg bitstream. In the future there will likely be a video part
+-of the ogg bistream, and nothing in the ogg modulue really has to know
++of the ogg bitstream, and nothing in the ogg module really has to know
+ about anything specific in the vorbis module.
+
+-To build, you need the distutils package, availible from
++To build, you need the distutils package, available from
+ http://www.python.org/sigs/distutils-sig/download.html (it comes with
+ Python 2.0). Run "python setup.py build" to build and then as root run
+ "python setup.py install". You may need to run the config_unix.py
+@@ -28,5 +28,3 @@
+ key = value
+
+ with one pair per line.
+-
+-
Property changes on: packages/pyogg/trunk/debian/patches/fix-README-typos.diff
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted: packages/pyogg/trunk/debian/patches/pyogg.diff
===================================================================
--- packages/pyogg/trunk/debian/patches/pyogg.diff 2008-09-05 21:23:46 UTC (rev 6459)
+++ packages/pyogg/trunk/debian/patches/pyogg.diff 2008-09-06 15:40:41 UTC (rev 6460)
@@ -1,23 +0,0 @@
-Index: pyogg-1.3.repack/README
-===================================================================
---- pyogg-1.3.repack.orig/README 2008-06-07 17:19:44.100116606 +0200
-+++ pyogg-1.3.repack/README 2008-06-07 17:20:43.563505227 +0200
-@@ -13,10 +13,10 @@
- And if anyone is wondering why I have things separated into a main
- module "ogg" and a submodule "ogg.vorbis", vorbis is the audio subset
- of the ogg bitstream. In the future there will likely be a video part
--of the ogg bistream, and nothing in the ogg modulue really has to know
-+of the ogg bitstream, and nothing in the ogg module really has to know
- about anything specific in the vorbis module.
-
--To build, you need the distutils package, availible from
-+To build, you need the distutils package, available from
- http://www.python.org/sigs/distutils-sig/download.html (it comes with
- Python 2.0). Run "python setup.py build" to build and then as root run
- "python setup.py install". You may need to run the config_unix.py
-@@ -28,5 +28,3 @@
- key = value
-
- with one pair per line.
--
--
Modified: packages/pyogg/trunk/debian/patches/series
===================================================================
--- packages/pyogg/trunk/debian/patches/series 2008-09-05 21:23:46 UTC (rev 6459)
+++ packages/pyogg/trunk/debian/patches/series 2008-09-06 15:40:41 UTC (rev 6460)
@@ -1,3 +1,3 @@
-pyogg.diff
+fix-README-typos.diff
python25-fixes.diff
pyogg-1.3-packetflags.diff
More information about the Python-modules-commits
mailing list