[Python-modules-commits] r28028 - in packages/pydot/trunk/debian (2 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Thu Mar 6 17:47:47 UTC 2014
Date: Thursday, March 6, 2014 @ 17:47:46
Author: morph
Revision: 28028
* debian/patches/01-setup-py-nodata.patch
- refreshed
Modified:
packages/pydot/trunk/debian/changelog
packages/pydot/trunk/debian/patches/01-setup-py-nodata.patch
Modified: packages/pydot/trunk/debian/changelog
===================================================================
--- packages/pydot/trunk/debian/changelog 2014-03-06 17:34:37 UTC (rev 28027)
+++ packages/pydot/trunk/debian/changelog 2014-03-06 17:47:46 UTC (rev 28028)
@@ -9,13 +9,15 @@
* debian/copyright
- converted to DEP-5 format
- updated as per new upstream release
+ * debian/patches/01-setup-py-nodata.patch
+ - refreshed
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Remove DM-Upload-Allowed; it's no longer used by the archive
software.
- -- Sandro Tosi <morph at debian.org> Thu, 06 Mar 2014 18:34:17 +0100
+ -- Sandro Tosi <morph at debian.org> Thu, 06 Mar 2014 18:47:39 +0100
pydot (1.0.2-1) unstable; urgency=low
Modified: packages/pydot/trunk/debian/patches/01-setup-py-nodata.patch
===================================================================
--- packages/pydot/trunk/debian/patches/01-setup-py-nodata.patch 2014-03-06 17:34:37 UTC (rev 28027)
+++ packages/pydot/trunk/debian/patches/01-setup-py-nodata.patch 2014-03-06 17:47:46 UTC (rev 28028)
@@ -1,10 +1,9 @@
-diff -Nur pydot-1.0.2/setup.py pydot-1.0.2.new/setup.py
---- pydot-1.0.2/setup.py 2008-02-14 20:48:02.000000000 +0000
-+++ pydot-1.0.2.new/setup.py 2008-02-22 03:08:11.000000000 +0000
-@@ -27,5 +27,4 @@
+--- /home/morph/deb/tmp/pydot-1.0.28/setup.py 2011-03-03 13:31:15.000000000 +0100
++++ setup.py 2014-03-06 18:46:00.533513022 +0100
+@@ -31,5 +31,4 @@
'Topic :: Software Development :: Libraries :: Python Modules'],
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'] )
More information about the Python-modules-commits
mailing list