[Python-modules-commits] r3918 - in packages/pygments/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Dec 10 19:04:55 UTC 2007


    Date: Monday, December 10, 2007 @ 19:04:54
  Author: piotr
Revision: 3918

Add pygmentize_without_setuptools patch

Added:
  packages/pygments/trunk/debian/patches/pygmentize_without_setuptools.patch
Modified:
  packages/pygments/trunk/debian/changelog
  packages/pygments/trunk/debian/patches/series
  packages/pygments/trunk/debian/rules

Modified: packages/pygments/trunk/debian/changelog
===================================================================
--- packages/pygments/trunk/debian/changelog	2007-12-10 00:29:17 UTC (rev 3917)
+++ packages/pygments/trunk/debian/changelog	2007-12-10 19:04:54 UTC (rev 3918)
@@ -1,3 +1,9 @@
+pygments (0.9-2) unstable; urgency=low
+
+  * Add pygmentize_without_setuptools patch (closes: 455222)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Mon, 10 Dec 2007 19:59:55 +0100
+
 pygments (0.9-1) unstable; urgency=low
 
   * New upstream release

Added: packages/pygments/trunk/debian/patches/pygmentize_without_setuptools.patch
===================================================================
--- packages/pygments/trunk/debian/patches/pygmentize_without_setuptools.patch	                        (rev 0)
+++ packages/pygments/trunk/debian/patches/pygmentize_without_setuptools.patch	2007-12-10 19:04:54 UTC (rev 3918)
@@ -0,0 +1,21 @@
+Index: pygments-0.9/setup.py
+===================================================================
+--- pygments-0.9.orig/setup.py	2007-12-10 19:54:59.000000000 +0100
++++ pygments-0.9/setup.py	2007-12-10 19:55:06.000000000 +0100
+@@ -20,11 +20,11 @@
+     keywords = 'syntax highlighting',
+     packages = find_packages(),
+     scripts = ['pygmentize'],
+-    entry_points = {
+-        'console_scripts': [
+-            'pygmentize = pygments.cmdline:main',
+-        ],
+-    },
++#    entry_points = {
++#        'console_scripts': [
++#            'pygmentize = pygments.cmdline:main',
++#        ],
++#    },
+     platforms = 'any',
+     zip_safe = False,
+     include_package_data = True,

Modified: packages/pygments/trunk/debian/patches/series
===================================================================
--- packages/pygments/trunk/debian/patches/series	2007-12-10 00:29:17 UTC (rev 3917)
+++ packages/pygments/trunk/debian/patches/series	2007-12-10 19:04:54 UTC (rev 3918)
@@ -1 +1,2 @@
+pygmentize_without_setuptools.patch
 disable_ez_setup.patch

Modified: packages/pygments/trunk/debian/rules
===================================================================
--- packages/pygments/trunk/debian/rules	2007-12-10 00:29:17 UTC (rev 3917)
+++ packages/pygments/trunk/debian/rules	2007-12-10 19:04:54 UTC (rev 3918)
@@ -37,6 +37,7 @@
 	dh_installchangelogs CHANGES
 	dh_installdocs
 	dh_installman
+	dh_install pygmentize /usr/bin/
 	dh_pycentral
 	dh_compress -X.py
 	dh_fixperms




More information about the Python-modules-commits mailing list