[Python-modules-commits] r1625 - in /packages/pygments/trunk/debian: changelog control manpages pygmentize.1 rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Thu Dec 21 17:25:55 CET 2006


Author: pox-guest
Date: Thu Dec 21 17:25:54 2006
New Revision: 1625

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1625
Log:
* New upstream release
* Added XS-Vcs-Browser field to debian/control
* python-chardet moved to Recommends:
* Removed debian/pygmentize.1 manpage (it's in upstream sources now)

Removed:
    packages/pygments/trunk/debian/pygmentize.1
Modified:
    packages/pygments/trunk/debian/changelog
    packages/pygments/trunk/debian/control
    packages/pygments/trunk/debian/manpages
    packages/pygments/trunk/debian/rules

Modified: packages/pygments/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pygments/trunk/debian/changelog?rev=1625&op=diff
==============================================================================
--- packages/pygments/trunk/debian/changelog (original)
+++ packages/pygments/trunk/debian/changelog Thu Dec 21 17:25:54 2006
@@ -1,10 +1,12 @@
-pygments (0.6-1) UNRELEASED; urgency=low
+pygments (0.6-1) experimental; urgency=low
 
-  * Added XS-Vcs-Svn field
-  * Added python-chardet to Depends: (guessing input encoding added upstream)
+  * New upstream release (upload to experimental due to Etch freeze)
+  * Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control
+  * Added python-chardet to Recommends: (guessing input encoding added)
   * debian/copyright updated (license change to BSD)
+  * Removed debian/pygmentize.1 manpage (it's in upstream sources now)
 
- -- Piotr Ozarowski <ozarow at gmail.com>  Sun, 10 Dec 2006 12:19:11 +0100
+ -- Piotr Ozarowski <ozarow at gmail.com>  Thu, 21 Dec 2006 16:20:10 +0100
 
 pygments (0.5.1-1) unstable; urgency=low
 

Modified: packages/pygments/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pygments/trunk/debian/control?rev=1625&op=diff
==============================================================================
--- packages/pygments/trunk/debian/control (original)
+++ packages/pygments/trunk/debian/control Thu Dec 21 17:25:54 2006
@@ -8,10 +8,12 @@
 Standards-Version: 3.7.2
 XS-Python-Version: >= 2.3
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pygments/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pygments/trunk/?op=log
 
 Package: python-pygments
 Architecture: all
-Depends: ${python:Depends}, python-chardet
+Depends: ${python:Depends}
+Recommends: python-chardet
 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/manpages
URL: http://svn.debian.org/wsvn/python-modules/packages/pygments/trunk/debian/manpages?rev=1625&op=diff
==============================================================================
--- packages/pygments/trunk/debian/manpages (original)
+++ packages/pygments/trunk/debian/manpages Thu Dec 21 17:25:54 2006
@@ -1,1 +1,1 @@
-debian/pygmentize.1
+docs/pygments.1

Modified: packages/pygments/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pygments/trunk/debian/rules?rev=1625&op=diff
==============================================================================
--- packages/pygments/trunk/debian/rules (original)
+++ packages/pygments/trunk/debian/rules Thu Dec 21 17:25:54 2006
@@ -38,6 +38,8 @@
 	dh_installchangelogs
 	dh_installdocs
 	dh_installman
+	mv debian/python-pygments/usr/share/man/man1/pygments.1 \
+	   debian/python-pygments/usr/share/man/man1/pygmentize.1
 	dh_pycentral
 	dh_compress -X.py
 	dh_fixperms




More information about the Python-modules-commits mailing list