[Python-modules-commits] r12308 - in packages/pygments/trunk/debian (4 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat Mar 20 20:03:28 UTC 2010
Date: Saturday, March 20, 2010 @ 20:03:06
Author: piotr
Revision: 12308
* Add ttf-bitstream-vera package to Suggests ("img" formatter needs it)
* Homepage field updated
Modified:
packages/pygments/trunk/debian/changelog
packages/pygments/trunk/debian/control
packages/pygments/trunk/debian/rules
packages/pygments/trunk/debian/watch
Modified: packages/pygments/trunk/debian/changelog
===================================================================
--- packages/pygments/trunk/debian/changelog 2010-03-20 19:39:26 UTC (rev 12307)
+++ packages/pygments/trunk/debian/changelog 2010-03-20 20:03:06 UTC (rev 12308)
@@ -1,8 +1,10 @@
-pygments (1.3.1+dfsg-2) UNRELEASED; urgency=low
+pygments (1.3.1+dfsg-1) unstable; urgency=low
* New upstream release
+ * Add ttf-bitstream-vera package to Suggests ("img" formatter needs it)
+ * Homepage field updated
- -- Piotr Ożarowski <piotr at debian.org> Sat, 06 Mar 2010 00:27:08 +0100
+ -- Piotr Ożarowski <piotr at debian.org> Sat, 20 Mar 2010 20:43:06 +0100
pygments (1.3+dfsg-1) unstable; urgency=low
Modified: packages/pygments/trunk/debian/control
===================================================================
--- packages/pygments/trunk/debian/control 2010-03-20 19:39:26 UTC (rev 12307)
+++ packages/pygments/trunk/debian/control 2010-03-20 20:03:06 UTC (rev 12308)
@@ -7,7 +7,7 @@
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.4
-Homepage: http://pygments.pocoo.org/
+Homepage: http://pygments.org/
XS-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pygments/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pygments/trunk/
@@ -16,6 +16,7 @@
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-chardet, python-pkg-resources
+Suggests: ttf-bitstream-vera
XB-Python-Version: ${python:Versions}
Description: syntax highlighting package written in Python
Pygments aims to be a generic syntax highlighter for general use in all kinds
Modified: packages/pygments/trunk/debian/rules
===================================================================
--- packages/pygments/trunk/debian/rules 2010-03-20 19:39:26 UTC (rev 12307)
+++ packages/pygments/trunk/debian/rules 2010-03-20 20:03:06 UTC (rev 12308)
@@ -41,6 +41,8 @@
dh_installdocs -i
dh_installman -i
dh_install -i debian/pygmentize /usr/bin/
+ # add jwilk's hack for one PKG-INFO file (until I will figure out why it changes)
+ find debian/ -name PKG-INFO | tail -n +2 | xargs -r -n1 cp -vf $(shell find debian/ -name PKG-INFO | head -n 1)
dh_pysupport -i
dh_compress -i -X.py
dh_fixperms -i
Modified: packages/pygments/trunk/debian/watch
===================================================================
--- packages/pygments/trunk/debian/watch 2010-03-20 19:39:26 UTC (rev 12307)
+++ packages/pygments/trunk/debian/watch 2010-03-20 20:03:06 UTC (rev 12308)
@@ -1,3 +1,3 @@
version=3
opts=dversionmangle=s/\+dfsg// \
-http://cheeseshop.python.org/packages/source/P/Pygments/Pygments-(.*)\.tar\.gz
+http://pypi.python.org/packages/source/P/Pygments/Pygments-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list