[Python-apps-commits] r1454 - in packages/moap/trunk/debian (control copyright rules)

gilir-guest at users.alioth.debian.org gilir-guest at users.alioth.debian.org
Mon Jun 16 21:55:34 UTC 2008


    Date: Monday, June 16, 2008 @ 21:55:33
  Author: gilir-guest
Revision: 1454

* Lot's of changes to clean the package (thanks POX)

Modified:
  packages/moap/trunk/debian/control
  packages/moap/trunk/debian/copyright
  packages/moap/trunk/debian/rules

Modified: packages/moap/trunk/debian/control
===================================================================
--- packages/moap/trunk/debian/control	2008-06-16 18:51:04 UTC (rev 1453)
+++ packages/moap/trunk/debian/control	2008-06-16 21:55:33 UTC (rev 1454)
@@ -2,16 +2,17 @@
 Section: devel
 Priority: optional
 Maintainer: Julien Lavergne <julien.lavergne at gmail.com>
-Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>, Marc-Andre Lureau <marcandre.lureau at gmail.com>
+Uploaders: 	Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>, 
+		Marc-Andre Lureau <marcandre.lureau at gmail.com>
 Build-Depends: 	debhelper (>= 5), 
-		cdbs, 
-		python-central (>= 0.6.0), 
-		python-dev,
-		python-librdf,
-		python-epydoc,
-		pychecker,
-		python-twisted-core
-Standards-Version: 3.7.3
+		cdbs
+Build-Depends-Indep:	python-dev,
+			python-central (>= 0.6.0),
+			python-librdf,
+			python-epydoc,
+			pychecker,
+			python-twisted-core
+Standards-Version: 3.8.0
 Homepage: http://thomas.apestaart.org/moap/trac/
 XS-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/moap/trunk
@@ -21,9 +22,12 @@
 Section: devel
 Architecture: all
 Depends: 	${misc:Depends}, 
-		${python:Depends}
+		${python:Depends},
+		python-librdf
 Recommends:	python-genshi,
 		python-cheetah,
+		python-twisted-core,
+		python-yahoo,
 		exuberant-ctags
 XB-Python-Version: ${python:Versions}
 Description: Swiss army knife for project maintainers and developers

Modified: packages/moap/trunk/debian/copyright
===================================================================
--- packages/moap/trunk/debian/copyright	2008-06-16 18:51:04 UTC (rev 1453)
+++ packages/moap/trunk/debian/copyright	2008-06-16 21:55:33 UTC (rev 1454)
@@ -1,5 +1,5 @@
 This package was debianized for Debian by Julien Lavergne <julien.lavergne at gmail.com> on
-Mon, 16 Jul 2007 19:35:18 +0000.
+Mon, 1 Jun 2008 19:35:18 +0000.
 
 It was downloaded from <http://thomas.apestaart.org/moap/trac/>
 
@@ -7,9 +7,31 @@
 
     Thomas Vander Stichele <thomas at apestaart.org>
 
-License:
+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).
+   All rights reserved.
+
+   This file may be distributed and/or modified under the terms of
+   the GNU General Public License version 2 as published by
+   the Free Software Foundation.
+   This file is distributed without any warranty; without even the implied
+   warranty of merchantability or fitness for a particular purpose.
+   See "LICENSE.GPL" in the source distribution for more information.
+
+   Licensees having purchased or holding a valid Flumotion Advanced
+   Streaming Server license may use this file in accordance with the
+   Flumotion Advanced Streaming Server Commercial License Agreement.
+   See "LICENSE.Flumotion" in the source distribution for more information.
+
+   See `/usr/share/common-licenses/GPL-2' for the complete licence.
+
+License for others files:
+
+   (C) Copyright Fluendo for moap/util/log.py
    Copyright (C) 2006-2007 Thomas Vander Stichele <thomas at apestaart.org>
+   for others files.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -28,5 +50,5 @@
 
    See `/usr/share/common-licenses/GPL-2' for the complete licence.
 
-The Debian packaging is (C) 2007, Julien Lavergne <julien.lavergne at gmail.com> and
+The Debian packaging is (C) 2008, Julien Lavergne <julien.lavergne at gmail.com> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.

Modified: packages/moap/trunk/debian/rules
===================================================================
--- packages/moap/trunk/debian/rules	2008-06-16 18:51:04 UTC (rev 1453)
+++ packages/moap/trunk/debian/rules	2008-06-16 21:55:33 UTC (rev 1454)
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+DH_ALWAYS_EXCLUDE=CVS:.svn
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 DEB_PYTHON_SYSTEM=pycentral
@@ -12,3 +15,15 @@
 
 install/moap::
 	dh_pycentral
+
+clean::
+	find . -name '*\.pyc' -delete
+
+get-orig-source:
+	dh_testdir
+	cd ..
+	uscan --force-download --verbose --destdir=../$(CURDIR)
+		version=$$(uscan --force-download --dehs | \
+	sed -n 's/.*<upstream-version>\(.*\)<\/upstream-version>.*/\1/p') && \
+	bzcat ../moap-$${version}.tar.bz2 | gzip --best -c - > \
+	../moap_$${version}.orig.tar.gz




More information about the Python-apps-commits mailing list