tags 638869 +patch block 639993 by 638869 thanks attached, you'll find a patch of the modifications needed for 1.0.28 to work with the debian package. the patch applies against revision 12346 of the svn repository the package source is kept in.
the resulting package has several lintian and other warnings, most of them related to old cdbs methods being used. peter, i'm not familiar enough with cdbs to modernize it, but if you need assistance and are ok with it, i can modify it to use current dh_python2 and the rest of debhelper. by the way, the new version also fixes #639993. -- There's always a bigger fish. -- Qui-Gon Jinn
From f2c52be99c7bd2cbebc06ec42123ac06a14c29e1 Mon Sep 17 00:00:00 2001 From: chrysn <[email protected]> Date: Wed, 23 May 2012 15:17:55 +0200 Subject: [PATCH] imported new upstream version adapted patch --- debian/changelog | 9 +++++++-- debian/patches/01-setup-py-nodata.patch | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 280cbd6..07dc55a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,14 @@ -pydot (1.0.2-2) UNRELEASED; urgency=low +pydot (1.0.28-0.1) UNRELEASED; urgency=low + [ Sandro Tosi ] * debian/control - switch Vcs-Browser field to viewsvn - -- Sandro Tosi <[email protected]> Mon, 03 Nov 2008 22:14:10 +0100 + [ Christian M. Amsüss ] + * New upstream release (closes: #638869, #639993). + - adapted debian/patches/01-setup-py-nodata.patch + + -- Christian M. Amsüss <[email protected]> Wed, 23 May 2012 15:16:21 +0200 pydot (1.0.2-1) unstable; urgency=low diff --git a/debian/patches/01-setup-py-nodata.patch b/debian/patches/01-setup-py-nodata.patch index 4a3154d..b9ecca6 100644 --- a/debian/patches/01-setup-py-nodata.patch +++ b/debian/patches/01-setup-py-nodata.patch @@ -6,5 +6,5 @@ diff -Nur pydot-1.0.2/setup.py pydot-1.0.2.new/setup.py long_description = "\n".join(pydot.__doc__.split('\n')), py_modules = ['pydot', 'dot_parser'], - install_requires = ['pyparsing', 'setuptools'], -- data_files = [('.', ['ChangeLog', 'LICENSE', 'README'])] ) +- data_files = [('.', ['LICENSE', 'README'])] ) + install_requires = ['pyparsing', 'setuptools'] ) -- 1.7.10
signature.asc
Description: Digital signature

