[Python-modules-commits] r12108 - in packages/pygments/trunk/debian (5 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Mar 2 20:53:55 UTC 2010
Date: Tuesday, March 2, 2010 @ 20:53:53
Author: piotr
Revision: 12108
* New upstream release
- install Bash completion script for pygmentize
* Standards-Version bumped to 3.8.4 (no changes needed)
Modified:
packages/pygments/trunk/debian/changelog
packages/pygments/trunk/debian/control
packages/pygments/trunk/debian/dirs
packages/pygments/trunk/debian/examples
packages/pygments/trunk/debian/rules
Modified: packages/pygments/trunk/debian/changelog
===================================================================
--- packages/pygments/trunk/debian/changelog 2010-03-02 20:37:05 UTC (rev 12107)
+++ packages/pygments/trunk/debian/changelog 2010-03-02 20:53:53 UTC (rev 12108)
@@ -1,3 +1,11 @@
+pygments (1.3+dfsg-1) unstable; urgency=low
+
+ * New upstream release
+ - install Bash completion script for pygmentize
+ * Standards-Version bumped to 3.8.4 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Tue, 02 Mar 2010 20:06:16 +0100
+
pygments (1.2.2+dfsg-1) unstable; urgency=low
* New upstream release
Modified: packages/pygments/trunk/debian/control
===================================================================
--- packages/pygments/trunk/debian/control 2010-03-02 20:37:05 UTC (rev 12107)
+++ packages/pygments/trunk/debian/control 2010-03-02 20:53:53 UTC (rev 12108)
@@ -4,9 +4,9 @@
Maintainer: Piotr Ożarowski <piotr at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5), quilt (>=0.40)
-Build-Depends-Indep: python (>= 2.3.5-11), python-all-dev, python-support (>= 0.6.4),
+Build-Depends-Indep: python (>= 2.3.5-11), python-all, python-support (>= 0.6.4),
python-setuptools (>= 0.6b3), python-docutils, python-jinja2
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://pygments.pocoo.org/
XS-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pygments/trunk/
@@ -14,7 +14,7 @@
Package: python-pygments
Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-chardet, python-pkg-resources
XB-Python-Version: ${python:Versions}
Description: syntax highlighting package written in Python
Modified: packages/pygments/trunk/debian/dirs
===================================================================
--- packages/pygments/trunk/debian/dirs 2010-03-02 20:37:05 UTC (rev 12107)
+++ packages/pygments/trunk/debian/dirs 2010-03-02 20:53:53 UTC (rev 12108)
@@ -1 +1,2 @@
/usr/share/doc/python-pygments
+/etc/bash_completion.d
Modified: packages/pygments/trunk/debian/examples
===================================================================
--- packages/pygments/trunk/debian/examples 2010-03-02 20:37:05 UTC (rev 12107)
+++ packages/pygments/trunk/debian/examples 2010-03-02 20:53:53 UTC (rev 12108)
@@ -1 +1 @@
-external/*
+external/*py
Modified: packages/pygments/trunk/debian/rules
===================================================================
--- packages/pygments/trunk/debian/rules 2010-03-02 20:37:05 UTC (rev 12107)
+++ packages/pygments/trunk/debian/rules 2010-03-02 20:53:53 UTC (rev 12108)
@@ -11,7 +11,7 @@
dh_testroot
rm -rf build Pygments.egg-info
find . -name "*\.py[co]" -delete
- dh_clean build-indep $(PYVERS:%=install-python%-stamp)
+ dh_clean build-indep install-stamp $(PYVERS:%=install-python%-stamp)
build: patch build-indep
@@ -21,7 +21,13 @@
PYTHONPATH='.' python docs/generate.py html debian/python-pygments/usr/share/doc/python-pygments/
touch $@
-install: build $(PYVERS:%=install-python%-stamp)
+install: build install-stamp $(PYVERS:%=install-python%-stamp)
+
+install-stamp:
+ dh_installdirs
+ install -m 644 external/pygments.bashcomp debian/python-pygments/etc/bash_completion.d/pygmentize
+ touch $@
+
install-python%-stamp:
python$* setup.py install --single-version-externally-managed \
--root debian/python-pygments --prefix=/usr
More information about the Python-modules-commits
mailing list