[Python-modules-commits] r297 - in /packages/python-markdown/trunk/debian: control copyright rules

arnau-guest at users.alioth.debian.org arnau-guest at users.alioth.debian.org
Mon Apr 24 09:31:29 UTC 2006


Author: arnau-guest
Date: Mon Apr 24 09:31:28 2006
New Revision: 297

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=297
Log:
clean debian/rules, update debian/control *Depends*

Modified:
    packages/python-markdown/trunk/debian/control
    packages/python-markdown/trunk/debian/copyright
    packages/python-markdown/trunk/debian/rules

Modified: packages/python-markdown/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-markdown/trunk/debian/control?rev=297&op=diff
==============================================================================
--- packages/python-markdown/trunk/debian/control (original)
+++ packages/python-markdown/trunk/debian/control Mon Apr 24 09:31:28 2006
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Fredrik Steen <stone at debian.org>
-Build-Depends-Indep: cdbs, debhelper (>= 4.1.0), python (>=2.3), python (<< 2.5)
+Build-Depends-Indep: cdbs, debhelper (>= 4.1.0), python (>=2.3)
 Standards-Version: 3.6.2
 
 Package: python-markdown
 Architecture: all
-Depends: python (>=2.3), python (<< 2.5), python-support
+Depends: python (>=2.3), python-support
 Description: text-to-HTML conversion library/tool
  Markdown is a text-to-HTML conversion tool for web writers. Markdown 
  allows you to write using an easy-to-read, easy-to-write plain text 

Modified: packages/python-markdown/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-markdown/trunk/debian/copyright?rev=297&op=diff
==============================================================================
--- packages/python-markdown/trunk/debian/copyright (original)
+++ packages/python-markdown/trunk/debian/copyright Mon Apr 24 09:31:28 2006
@@ -3,9 +3,9 @@
 
 It was downloaded from http://sourceforge.net/project/showfiles.php?group_id=153041
 
-Copyright Holders: Manfred Stienstra <http://www.dwerg.net/>, Yuri Takhteyev <aramazov at gmail.com>
+Authors: Manfred Stienstra <manfred.stienstra at dwerg.net>, Yuri Takhteyev <aramazov at gmail.com>
 
-License:
+Copyright: 2004-2006, Manfred Stienstra <manfred.stienstra at dwerg.net>, Yuri Takhteyev <aramazov at gmail.com>
 
    This package is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

Modified: packages/python-markdown/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-markdown/trunk/debian/rules?rev=297&op=diff
==============================================================================
--- packages/python-markdown/trunk/debian/rules (original)
+++ packages/python-markdown/trunk/debian/rules Mon Apr 24 09:31:28 2006
@@ -2,17 +2,14 @@
 # -*- mode: makefile; coding: utf-8 -*-
 include /usr/share/cdbs/1/class/python-distutils.mk 
 include /usr/share/cdbs/1/rules/debhelper.mk
-#include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_AUTO_CLEANUP_RCS            := yes
-DEB_PYTHON_INSTALL_ARGS_ALL	:= --no-compile -O0 --install-lib usr/share/python-support/markdown
+DEB_PYTHON_INSTALL_ARGS_ALL	+= --install-lib usr/share/python-support/markdown
 DEB_INSTALL_CHANGELOGS_ALL	:= debian/changelog.pointer
 
 binary-post-install/python-markdown::
 	chmod 0755 debian/python-markdown/usr/share/python-support/markdown/markdown.py
 
 clean::
-	# Hack (CDBS bug -- see #300149)
-	-rm -rf build
-	find -name '*.py[co]' -exec rm -f {} \;
+	find -name '*.pyo' -exec rm -f {} \;
 




More information about the Python-modules-commits mailing list