[Python-apps-commits] r2533 - in packages/moap/trunk/debian (5 files)
gilir-guest at users.alioth.debian.org
gilir-guest at users.alioth.debian.org
Thu Mar 5 18:24:14 UTC 2009
Date: Thursday, March 5, 2009 @ 18:24:13
Author: gilir-guest
Revision: 2533
Switch to python-support
Prepare for upload
Modified:
packages/moap/trunk/debian/changelog
packages/moap/trunk/debian/control
packages/moap/trunk/debian/copyright
packages/moap/trunk/debian/rules
Deleted:
packages/moap/trunk/debian/pycompat
Modified: packages/moap/trunk/debian/changelog
===================================================================
--- packages/moap/trunk/debian/changelog 2009-03-05 16:18:30 UTC (rev 2532)
+++ packages/moap/trunk/debian/changelog 2009-03-05 18:24:13 UTC (rev 2533)
@@ -1,4 +1,4 @@
-moap (0.2.6-3) UNRELEASED; urgency=low
+moap (0.2.6-3) unstable; urgency=low
[ Sandro Tosi ]
* debian/control
@@ -9,9 +9,15 @@
- Call git svn instead of git-svn, change since git 1.6. Thanks Jonny
Lamb for the patch (Closes: #517551).
* debian/control:
+ - Switch from python-central to python-support.
- Suggest git-core (>= 1:1.6.0) and git-svn.
+ - Remove section field in the binary.
+ * debian/pycompat: Removed for the switch to python-support.
+ * debian/rules: Switch to python-support.
+ * debian/copyright
+ - Replace (C) by © .
- -- Julien Lavergne <julien.lavergne at gmail.com> Wed, 04 Mar 2009 22:14:53 +0100
+ -- Julien Lavergne <julien.lavergne at gmail.com> Thu, 05 Mar 2009 19:23:43 +0100
moap (0.2.6-2) unstable; urgency=low
Modified: packages/moap/trunk/debian/control
===================================================================
--- packages/moap/trunk/debian/control 2009-03-05 16:18:30 UTC (rev 2532)
+++ packages/moap/trunk/debian/control 2009-03-05 18:24:13 UTC (rev 2533)
@@ -7,7 +7,7 @@
Build-Depends: debhelper (>= 5),
cdbs
Build-Depends-Indep: python-dev,
- python-central (>= 0.6.0),
+ python-support (>= 0.6),
python-librdf,
python-epydoc,
pychecker,
@@ -19,7 +19,6 @@
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/moap/trunk/
Package: moap
-Section: devel
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
Modified: packages/moap/trunk/debian/copyright
===================================================================
--- packages/moap/trunk/debian/copyright 2009-03-05 16:18:30 UTC (rev 2532)
+++ packages/moap/trunk/debian/copyright 2009-03-05 18:24:13 UTC (rev 2533)
@@ -10,7 +10,7 @@
License for moap/extern/log/test_log.py
Flumotion - a streaming media server
- Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
+ Copyright © 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).
All rights reserved.
This file may be distributed and/or modified under the terms of
@@ -29,8 +29,8 @@
License for others files:
- (C) Copyright Fluendo for moap/util/log.py
- Copyright (C) 2006-2007 Thomas Vander Stichele <thomas at apestaart.org>
+ © Copyright Fluendo for moap/util/log.py
+ Copyright © 2006-2007 Thomas Vander Stichele <thomas at apestaart.org>
for others files.
This program is free software; you can redistribute it and/or modify
@@ -50,5 +50,5 @@
See `/usr/share/common-licenses/GPL-2' for the complete licence.
-The Debian packaging is (C) 2008, Julien Lavergne <julien.lavergne at gmail.com> and
+The Debian packaging is © 2008, Julien Lavergne <julien.lavergne at gmail.com> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
Deleted: packages/moap/trunk/debian/pycompat
===================================================================
--- packages/moap/trunk/debian/pycompat 2009-03-05 16:18:30 UTC (rev 2532)
+++ packages/moap/trunk/debian/pycompat 2009-03-05 18:24:13 UTC (rev 2533)
@@ -1 +0,0 @@
-2
Modified: packages/moap/trunk/debian/rules
===================================================================
--- packages/moap/trunk/debian/rules 2009-03-05 16:18:30 UTC (rev 2532)
+++ packages/moap/trunk/debian/rules 2009-03-05 18:24:13 UTC (rev 2533)
@@ -1,11 +1,10 @@
#!/usr/bin/make -f
-
DH_ALWAYS_EXCLUDE=CVS:.svn
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
-DEB_PYTHON_SYSTEM=pycentral
+DEB_PYTHON_SYSTEM=pysupport
include /usr/share/cdbs/1/class/autotools.mk
@@ -15,7 +14,7 @@
DEB_INSTALL_MANPAGES_moap := doc/man/moap.1
install/moap::
- dh_pycentral
+ dh_pysupport
clean::
find . -name '*\.pyc' -delete
More information about the Python-apps-commits
mailing list