[Python-modules-commits] r7189 - in packages/nouvelle/trunk/debian (5 files)
hanska-guest at users.alioth.debian.org
hanska-guest at users.alioth.debian.org
Fri Dec 26 16:42:23 UTC 2008
Date: Friday, December 26, 2008 @ 16:42:22
Author: hanska-guest
Revision: 7189
* QA upload
* debian/control:
- switch Vcs-Browser field to viewsvn
- bumped Standards-Version to 3.8.0
+ added debian/README.source, explains how to obtain the sources
to be built
- fixed Build-Depends on quilt (removed revision)
* debian/patches/:
- added description to the patches
* Package orphaned:
- maintainer set to QA team.
- uploaders line dropped.
Added:
packages/nouvelle/trunk/debian/README.source
Modified:
packages/nouvelle/trunk/debian/changelog
packages/nouvelle/trunk/debian/control
packages/nouvelle/trunk/debian/patches/fix_Twisted.patch
packages/nouvelle/trunk/debian/patches/fix_setup.patch
Added: packages/nouvelle/trunk/debian/README.source
===================================================================
--- packages/nouvelle/trunk/debian/README.source (rev 0)
+++ packages/nouvelle/trunk/debian/README.source 2008-12-26 16:42:22 UTC (rev 7189)
@@ -0,0 +1,10 @@
+nouvelle for Debian
+-------------------
+
+This package uses quilt to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+Please read how to use quilt in /usr/share/doc/quilt/README.source.
+
+ -- David Paleino <d.paleino at gmail.com> Fri, 26 Dec 2008 17:29:40 +0100
Modified: packages/nouvelle/trunk/debian/changelog
===================================================================
--- packages/nouvelle/trunk/debian/changelog 2008-12-26 14:15:33 UTC (rev 7188)
+++ packages/nouvelle/trunk/debian/changelog 2008-12-26 16:42:22 UTC (rev 7189)
@@ -1,26 +1,28 @@
-nouvelle (1.0-3) UNRELEASED; urgency=low
+nouvelle (1.0-2) unstable; urgency=low
- * debian/control
- - switch Vcs-Browser field to viewsvn
+ * QA upload
- -- Sandro Tosi <morph at debian.org> Mon, 03 Nov 2008 22:13:46 +0100
-
-nouvelle (1.0-2) unstable; urgency=low
-
[ Sandro Tosi ]
* debian/control
- added Vcs-Svn and Vcs-Browser
+ - switch Vcs-Browser field to viewsvn
[ David Paleino ]
* debian/control:
- - bumped Standards-Version to 3.8.0 (no changes needed)
- - fixed dependency on quilt (removed revision)
+ - bumped Standards-Version to 3.8.0
+ + added debian/README.source, explains how to obtain the sources
+ to be built
+ - fixed Build-Depends on quilt (removed revision)
- bumped debhelper dependency to >= 6 (also debian/compat)
* debian/rules:
- removing empty /usr/lib
- * RFA sent to wnpp
+ * debian/patches/:
+ - added description to the patches
+ * Package orphaned:
+ - maintainer set to QA team.
+ - uploaders line dropped.
- -- David Paleino <d.paleino at gmail.com> Wed, 11 Jun 2008 15:19:27 +0200
+ -- David Paleino <d.paleino at gmail.com> Fri, 26 Dec 2008 17:40:52 +0100
nouvelle (1.0-1) unstable; urgency=low
Modified: packages/nouvelle/trunk/debian/control
===================================================================
--- packages/nouvelle/trunk/debian/control 2008-12-26 14:15:33 UTC (rev 7188)
+++ packages/nouvelle/trunk/debian/control 2008-12-26 16:42:22 UTC (rev 7189)
@@ -1,8 +1,7 @@
Source: nouvelle
Section: python
Priority: optional
-Maintainer: David Paleino <d.paleino at gmail.com>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Maintainer: Debian QA Group <packages at qa.debian.org>
Build-Depends: debhelper (>= 6), quilt (>= 0.40), python-all (>= 2.3.5-11)
Build-Depends-Indep: python-central (>= 0.5.6)
Standards-Version: 3.8.0
Modified: packages/nouvelle/trunk/debian/patches/fix_Twisted.patch
===================================================================
--- packages/nouvelle/trunk/debian/patches/fix_Twisted.patch 2008-12-26 14:15:33 UTC (rev 7188)
+++ packages/nouvelle/trunk/debian/patches/fix_Twisted.patch 2008-12-26 16:42:22 UTC (rev 7189)
@@ -1,7 +1,6 @@
-Index: trunk/Nouvelle/Twisted.py
-===================================================================
---- trunk.orig/Nouvelle/Twisted.py 2007-11-16 14:52:34.000000000 +0100
-+++ trunk/Nouvelle/Twisted.py 2007-11-16 14:53:09.000000000 +0100
+'http' module moved to twisted.web
+--- nouvelle-1.0.orig/Nouvelle/Twisted.py
++++ nouvelle-1.0/Nouvelle/Twisted.py
@@ -26,8 +26,7 @@
import Nouvelle
from Nouvelle import xml
Modified: packages/nouvelle/trunk/debian/patches/fix_setup.patch
===================================================================
--- packages/nouvelle/trunk/debian/patches/fix_setup.patch 2008-12-26 14:15:33 UTC (rev 7188)
+++ packages/nouvelle/trunk/debian/patches/fix_setup.patch 2008-12-26 16:42:22 UTC (rev 7189)
@@ -1,7 +1,6 @@
-Index: nouvelle-1.0/setup.py
-===================================================================
---- nouvelle-1.0.orig/setup.py 2007-11-04 10:13:25.000000000 +0100
-+++ nouvelle-1.0/setup.py 2007-11-04 10:16:40.000000000 +0100
+Fix setup.py with proper values
+--- nouvelle-1.0.orig/setup.py
++++ nouvelle-1.0/setup.py
@@ -1,11 +1,13 @@
#!/usr/bin/env python
from distutils.core import setup
More information about the Python-modules-commits
mailing list