[Python-modules-commits] r7479 - in packages/pygments/trunk/debian (6 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Feb 10 18:44:17 UTC 2009
Date: Tuesday, February 10, 2009 @ 18:44:17
Author: piotr
Revision: 7479
* Add description to the patches
* Remove brainf*ck from long description (LP: #302898)
* Upload to unstable
Modified:
packages/pygments/trunk/debian/changelog
packages/pygments/trunk/debian/control
packages/pygments/trunk/debian/copyright
packages/pygments/trunk/debian/patches/disable_ez_setup.patch
packages/pygments/trunk/debian/patches/make_utf8_default.patch
packages/pygments/trunk/debian/rules
Modified: packages/pygments/trunk/debian/changelog
===================================================================
--- packages/pygments/trunk/debian/changelog 2009-02-10 18:14:00 UTC (rev 7478)
+++ packages/pygments/trunk/debian/changelog 2009-02-10 18:44:17 UTC (rev 7479)
@@ -1,3 +1,11 @@
+pygments (1.0-2) unstable; urgency=low
+
+ * Add description to the patches
+ * Remove brainf*ck from long description (LP: #302898)
+ * Upload to unstable
+
+ -- Piotr Ożarowski <piotr at debian.org> Tue, 10 Feb 2009 19:14:36 +0100
+
pygments (1.0-1) experimental; urgency=low
[ Sandro Tosi ]
Modified: packages/pygments/trunk/debian/control
===================================================================
--- packages/pygments/trunk/debian/control 2009-02-10 18:14:00 UTC (rev 7478)
+++ packages/pygments/trunk/debian/control 2009-02-10 18:44:17 UTC (rev 7479)
@@ -28,4 +28,3 @@
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX and ANSI sequences
* it is usable as a command-line tool and as a library
- * ... and it highlights even Brainfuck!
Modified: packages/pygments/trunk/debian/copyright
===================================================================
--- packages/pygments/trunk/debian/copyright 2009-02-10 18:14:00 UTC (rev 7478)
+++ packages/pygments/trunk/debian/copyright 2009-02-10 18:44:17 UTC (rev 7479)
@@ -69,5 +69,5 @@
2007 by Artem Egorkine.
-The Debian packaging is (C) 2006-2008, Piotr Ożarowski <piotr at debian.org> and
-is licensed under the same licence as pygments.
+The Debian packaging is © 2006-2009, Piotr Ożarowski <piotr at debian.org> and
+is licensed under the same licence as Pygments.
Modified: packages/pygments/trunk/debian/patches/disable_ez_setup.patch
===================================================================
--- packages/pygments/trunk/debian/patches/disable_ez_setup.patch 2009-02-10 18:14:00 UTC (rev 7478)
+++ packages/pygments/trunk/debian/patches/disable_ez_setup.patch 2009-02-10 18:44:17 UTC (rev 7479)
@@ -1,3 +1,5 @@
+python-setuptools is in Build-Depends-Indep, no need to download it at build time
+
Index: pygments-0.9/setup.py
===================================================================
--- pygments-0.9.orig/setup.py
Modified: packages/pygments/trunk/debian/patches/make_utf8_default.patch
===================================================================
--- packages/pygments/trunk/debian/patches/make_utf8_default.patch 2009-02-10 18:14:00 UTC (rev 7478)
+++ packages/pygments/trunk/debian/patches/make_utf8_default.patch 2009-02-10 18:44:17 UTC (rev 7479)
@@ -1,3 +1,9 @@
+use UTF-8 by default
+`echo "Ożarowski" | pygmentize -l diff` works fine now :-)
+
+upstream knows about this patch (will not apply it as not all distributions are
+using UTF-8 by defauly, like Debian does)
+
Index: pygments-0.10/pygments/cmdline.py
===================================================================
--- pygments-0.10.orig/pygments/cmdline.py
Modified: packages/pygments/trunk/debian/rules
===================================================================
--- packages/pygments/trunk/debian/rules 2009-02-10 18:14:00 UTC (rev 7478)
+++ packages/pygments/trunk/debian/rules 2009-02-10 18:44:17 UTC (rev 7479)
@@ -11,7 +11,7 @@
dh_testroot
rm -rf build Pygments.egg-info
find . -name "*\.py[co]" -delete
- dh_clean build-indep $(PYVERS:%=install-python%)
+ dh_clean build-indep $(PYVERS:%=install-python%-stamp)
build: patch build-indep
@@ -21,8 +21,8 @@
PYTHONPATH='.' python docs/generate.py html debian/python-pygments/usr/share/doc/python-pygments/
touch $@
-install: build $(PYVERS:%=install-python%)
-install-python%:
+install: build $(PYVERS:%=install-python%-stamp)
+install-python%-stamp:
python$* setup.py install --single-version-externally-managed \
--root debian/python-pygments
touch $@
More information about the Python-modules-commits
mailing list