Your message dated Tue, 01 Sep 2009 11:32:07 +0000
with message-id <[email protected]>
and subject line Bug#541596: fixed in funkload 1.10.0-1
has caused the Debian Bug report #541596,
regarding [funkload] New upstream release (1.10.0)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
541596: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541596
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: funkload
Severity: wishlist
tags: patch

Hi,

A new upstream version is available (1.10.0).
I prepared a diff for this new version to make it works on Ubuntu. I add
it to this bug report. I hope it can help you upgrading the package.

Thanks.

Regards,
Julien Lavergne



diff -u funkload-1.10.0/debian/watch funkload-1.10.0/debian/watch
--- funkload-1.10.0/debian/watch
+++ funkload-1.10.0/debian/watch
@@ -3 +3 @@
-http://funkload.nuxeo.org/ funkload-([\d+\.]+|\d+)[a-z]*\.tar\.gz
+http://pypi.python.org/packages/source/f/funkload/ funkload-([\d+\.]+|\d+)[a-z]*\.tar\.gz
diff -u funkload-1.10.0/debian/rules funkload-1.10.0/debian/rules
--- funkload-1.10.0/debian/rules
+++ funkload-1.10.0/debian/rules
@@ -4,7 +4,7 @@
 
 export DH_VERBOSE=1
 
-UPSTREAM_VERSION=1.6.2
+UPSTREAM_VERSION=1.10.0
 
 
 DEB_PYTHON_SYSTEM=pycentral
diff -u funkload-1.10.0/debian/control funkload-1.10.0/debian/control
--- funkload-1.10.0/debian/control
+++ funkload-1.10.0/debian/control
@@ -1,16 +1,16 @@
 Source: funkload
 Section: web
 Priority: extra
 Maintainer: Toni Mueller <[email protected]>
 Build-Depends: python, cdbs, debhelper (>= 5), docbook-to-man, python-docutils, python-central (>= 0.5), python-setuptools
-XS-Python-Version: 2.4, 2.5
+XS-Python-Version: >= 2.5
 Standards-Version: 3.8.0
 
 Package: funkload
 Architecture: all
 Depends: python (>= 2.4), python-central (>= 0.5), python-pkg-resources, python-webunit (>= 1:1.3.8)
-Conflicts:  python-webunit (>= 1:1.3.9)
-Recommends: tcpwatch-httpproxy, python-gdchart2, python-docutils
+Conflicts:  python-webunit (>= 1:1.3.9), python-setuptools
+Recommends: tcpwatch-httpproxy, python-gdchart2, python-docutils, gnuplot
 XB-Python-Version: ${python:Versions}
 Description: web testing tool
  This web testing tool is designed to allow testing the functionality
diff -u funkload-1.10.0/debian/changelog funkload-1.10.0/debian/changelog
--- funkload-1.10.0/debian/changelog
+++ funkload-1.10.0/debian/changelog
@@ -1,3 +1,18 @@
+funkload (1.10.0-1) unstable; urgency=low
+
+  * New upstream release.
+   - Fix a crash when using fl-build-report (Closes: #492755)
+  * debian/rules: Update upstream version.
+  * debian/control: 
+   - Set XS-Python-Version to >= 2.5 instead of hardcoding versions.
+   - Add python-setuptools to depends, it doesn't start without it.
+   - Add gnuplot as recommends, it's necessary to run tests.
+  * debian/patches: Drop, merged upstream.
+  * debian/docs Update funkload.egg-info location.
+  * debian/watch: Update.
+
+ -- Julien Lavergne <[email protected]>  Thu, 13 Aug 2009 23:26:50 +0200
+
 funkload (1.6.2-6) unstable; urgency=low
 
   * changed dependencies wrt. python-webunit to require at least
diff -u funkload-1.10.0/debian/docs funkload-1.10.0/debian/docs
--- funkload-1.10.0/debian/docs
+++ funkload-1.10.0/debian/docs
@@ -8 +8 @@
-funkload.egg-info/
+src/funkload.egg-info
reverted:
--- funkload-1.10.0/debian/patches/01-doc-Makefile.patch
+++ funkload-1.10.0.orig/debian/patches/01-doc-Makefile.patch
@@ -1,11 +0,0 @@
---- doc/Makefile.orig	2006-01-27 10:37:42.000000000 +0100
-+++ doc/Makefile	2007-12-13 23:13:00.000000000 +0100
-@@ -7,7 +7,7 @@
- TARGET := cvs.in.nuxeo.com:~/public_public_html/funkload
- HTML_DOCS := README.html INSTALL.html CHANGES.html
- CSS_FILE := ../funkload/data/funkload.css
--RST2HTML := rst2html.py -t --stylesheet-path=$(CSS_FILE) --embed-stylesheet
-+RST2HTML := rst2html -t --stylesheet-path=$(CSS_FILE) --embed-stylesheet
- 
- all: doc epydoc
- 
reverted:
--- funkload-1.10.0/debian/patches/02-funkload-Recorder_py.patch
+++ funkload-1.10.0.orig/debian/patches/02-funkload-Recorder_py.patch
@@ -1,23 +0,0 @@
---- funkload/Recorder.py.orig	2006-03-02 11:34:16.000000000 +0100
-+++ funkload/Recorder.py	2007-12-21 23:15:30.000000000 +0100
-@@ -23,6 +23,11 @@
- 
- Credits goes to Ian Bicking for parsing tcpwatch files.
- 
-+In the Debian package, tcpwatch has been renamed to
-+tcpwatch-httpproxy, available in the package with the
-+same name.
-+
-+
- $Id: Recorder.py 33463 2006-02-24 14:09:21Z bdelbosc $
- """
- import os
-@@ -201,7 +206,7 @@
-     def startProxy(self):
-         """Start a tcpwatch session."""
-         self.tcpwatch_path = mkdtemp('_funkload')
--        cmd = 'tcpwatch.py -p %s -s -r %s' % (self.port,
-+        cmd = 'tcpwatch-httpproxy -p %s -s -r %s' % (self.port,
-                                               self.tcpwatch_path)
-         if self.verbose:
-             cmd += ' | grep "T http"'
reverted:
--- funkload-1.10.0/funkload.egg-info/SOURCES.txt
+++ funkload-1.10.0.orig/funkload.egg-info/SOURCES.txt
@@ -1,6 +1,13 @@
+CHANGES.txt
+INSTALL.txt
+LICENSE.txt
+Makefile
 README.txt
+THANKS
+TODO.txt
+ez_setup.py
-setup.cfg
 setup.py
+doc/Makefile
 funkload/BenchRunner.py
 funkload/CPS338TestCase.py
 funkload/CPS340DocTest.py
@@ -12,6 +19,7 @@
 funkload/FunkLoadDocTest.py
 funkload/FunkLoadTestCase.py
 funkload/Lipsum.py
+funkload/Makefile
 funkload/Monitor.py
 funkload/PatchWebunit.py
 funkload/Recorder.py
@@ -30,6 +38,33 @@
 funkload.egg-info/requires.txt
 funkload.egg-info/top_level.txt
 funkload.egg-info/zip-safe
+funkload/data/ConfigurationTestCase.tpl
+funkload/data/ScriptTestCase.tpl
+funkload/data/funkload.css
+funkload/demo/README.txt
+funkload/demo/cmf/Cmf.conf
+funkload/demo/cmf/README.txt
+funkload/demo/cmf/credential.conf
+funkload/demo/cmf/groups.txt
+funkload/demo/cmf/passwords.txt
+funkload/demo/cmf/test_Cmf.py
+funkload/demo/simple/README.txt
+funkload/demo/simple/Simple.conf
+funkload/demo/simple/monitor.conf
+funkload/demo/simple/test_Simple.py
+funkload/demo/xmlrpc/Credential.conf
+funkload/demo/xmlrpc/Makefile
+funkload/demo/xmlrpc/README.txt
+funkload/demo/xmlrpc/cred.conf
+funkload/demo/xmlrpc/monitor.conf
+funkload/demo/xmlrpc/test_Credential.py
+funkload/demo/zope/README.txt
+funkload/demo/zope/Zope.conf
+funkload/demo/zope/test_Zope.py
+funkload/tests/__init__.py
+funkload/tests/doctest_dummy.txt
+funkload/tests/test_Install.py
+funkload/tests/test_dummy.py
 scripts/fl-build-report
 scripts/fl-credential-ctl
 scripts/fl-import-from-tm-recorder
@@ -37,4 +72,4 @@
 scripts/fl-monitor-ctl
 scripts/fl-record
 scripts/fl-run-bench
+scripts/fl-run-test
-scripts/fl-run-test
\ No newline at end of file

--- End Message ---
--- Begin Message ---
Source: funkload
Source-Version: 1.10.0-1

We believe that the bug you reported is fixed in the latest version of
funkload, which is due to be installed in the Debian FTP archive:

funkload_1.10.0-1.diff.gz
  to pool/main/f/funkload/funkload_1.10.0-1.diff.gz
funkload_1.10.0-1.dsc
  to pool/main/f/funkload/funkload_1.10.0-1.dsc
funkload_1.10.0-1_all.deb
  to pool/main/f/funkload/funkload_1.10.0-1_all.deb
funkload_1.10.0.orig.tar.gz
  to pool/main/f/funkload/funkload_1.10.0.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Toni Mueller <[email protected]> (supplier of updated funkload package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 01 Sep 2009 10:27:24 +0200
Source: funkload
Binary: funkload
Architecture: source all
Version: 1.10.0-1
Distribution: unstable
Urgency: low
Maintainer: Toni Mueller <[email protected]>
Changed-By: Toni Mueller <[email protected]>
Description: 
 funkload   - web testing tool
Closes: 492755 541596
Changes: 
 funkload (1.10.0-1) unstable; urgency=low
 .
   * New upstream release (closes: #541596).
     - Fix a crash when using fl-build-report (Closes: #492755)
   * debian/rules: Update upstream version.
   * debian/control:
    - Set XS-Python-Version to >= 2.5 instead of hardcoding versions.
    - Add python-setuptools to depends, it doesn't start without it.
    - Add gnuplot as recommends, it's necessary to run tests.
   * debian/patches: Drop, merged upstream.
   * debian/docs Update funkload.egg-info location.
   * debian/watch: Update.
   * python-central -> python-support
Checksums-Sha1: 
 bd813e9fcb5f43a851cd9bacffa8ea910aae2dac 1056 funkload_1.10.0-1.dsc
 20eafff7488dddf965069d1ff0bfa971e6536d88 115399 funkload_1.10.0.orig.tar.gz
 5c44d2e401cd48a974b0fd8890dd068b41e1f5eb 173585 funkload_1.10.0-1.diff.gz
 b93d5e722e3115542a3031c550e0e885e4dd6bee 146268 funkload_1.10.0-1_all.deb
Checksums-Sha256: 
 cb3f00effe16a357d446607409bc351836b3783b07593c06a7bc8c4cae73492e 1056 
funkload_1.10.0-1.dsc
 73f62c7763585bc7ed4ce8993e3e7d488942efccaf3bbfb469155921a5e8e2a3 115399 
funkload_1.10.0.orig.tar.gz
 74f351890385e99059e8d41585d91b13d32c09603b1932188a76c6c3538e06b6 173585 
funkload_1.10.0-1.diff.gz
 83d7be26ed22da79fec07d3f283ac9ad4ce0799ace0edab5f9a444a914ae11f6 146268 
funkload_1.10.0-1_all.deb
Files: 
 9f77d80e3a4f51ca2d576f76aa0a25b9 1056 web extra funkload_1.10.0-1.dsc
 e92f41690ae682871f0721abef76778f 115399 web extra funkload_1.10.0.orig.tar.gz
 b3fd57a323c37d1606bde0b578805888 173585 web extra funkload_1.10.0-1.diff.gz
 6443bc79493f92178332d6886279f978 146268 web extra funkload_1.10.0-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFKnQIDfoEUoHXLGtIRAp2cAJ4wY3nJDAPXqEOOF9/FAhOgyQ1xXACfSqWV
2C898y1fDVfY1kJE1YU8rvY=
=6upv
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to