diff -u docutils-writer-manpage-0.1~svn.r5663/debian/rules docutils-writer-manpage-0.1~svn.r5663/debian/rules --- docutils-writer-manpage-0.1~svn.r5663/debian/rules +++ docutils-writer-manpage-0.1~svn.r5663/debian/rules @@ -20,6 +20,9 @@ RST_SUFFIX = .txt MANPAGES = rst2man.1 +BYTECODE_SUFFIX = .pyc +bytecode_files = $(wildcard ${CURDIR}/*${BYTECODE_SUFFIX}) + GET_ORIG_SOURCE = $(dir $_)get-orig-source @@ -40,6 +43,7 @@ .PHONY: clean clean: dh clean + rm -f ${bytecode_files} .PHONY: get-orig-source get-orig-source: diff -u docutils-writer-manpage-0.1~svn.r5663/debian/get-orig-source docutils-writer-manpage-0.1~svn.r5663/debian/get-orig-source --- docutils-writer-manpage-0.1~svn.r5663/debian/get-orig-source +++ docutils-writer-manpage-0.1~svn.r5663/debian/get-orig-source @@ -7,7 +7,8 @@ # Copyright © 2008 Ben Finney # This is free software; you may copy, modify and/or distribute this work # under the terms of the GNU General Public License, version 2 or later. -# No warranty expressed or implied. See the file LICENSE for details. +# No warranty expressed or implied. +# See the file ‘/usr/share/common-licenses/GPL-2’ for details. set -o errexit diff -u docutils-writer-manpage-0.1~svn.r5663/debian/changelog docutils-writer-manpage-0.1~svn.r5663/debian/changelog --- docutils-writer-manpage-0.1~svn.r5663/debian/changelog +++ docutils-writer-manpage-0.1~svn.r5663/debian/changelog @@ -1,3 +1,21 @@ +docutils-writer-manpage (0.1~svn.r5663-3ubuntu1) jaunty; urgency=low + + * Merge from debian unstable, remaining changes: LP: #317092 + - Loosen build-depend on python-central to (>= 0.6.7), as that is the + latest Ubuntu version, fixes FTBFS (LP: #306108) + + -- Bhavani Shankar Wed, 14 Jan 2009 18:31:30 +0530 + +docutils-writer-manpage (0.1~svn.r5663-3) unstable; urgency=low + + * debian/rules: + + Clean compiled bytecode files in ‘clean’ target. + * debian/control: + + Add missing ‘Depends: python-docutils’. + (Closes: Bug#507422) + + -- Ben Finney Mon, 01 Dec 2008 18:39:16 +1100 + docutils-writer-manpage (0.1~svn.r5663-2ubuntu1) jaunty; urgency=low * Loosen build-depend on python-central to (>= 0.6.7), as that is the @@ -44,0 +63 @@ + diff -u docutils-writer-manpage-0.1~svn.r5663/debian/copyright docutils-writer-manpage-0.1~svn.r5663/debian/copyright --- docutils-writer-manpage-0.1~svn.r5663/debian/copyright +++ docutils-writer-manpage-0.1~svn.r5663/debian/copyright @@ -20,7 +20,7 @@ License: GPL-2+ # This is free software; you may copy, modify and/or distribute this work # under the terms of the GNU General Public License, version 2 or later. - # No warranty expressed or implied. See the file LICENSE for details. + # No warranty expressed or implied. . On Debian systems, the complete text of the GNU General Public License can be found in file "/usr/share/common-licenses/GPL". diff -u docutils-writer-manpage-0.1~svn.r5663/debian/control docutils-writer-manpage-0.1~svn.r5663/debian/control --- docutils-writer-manpage-0.1~svn.r5663/debian/control +++ docutils-writer-manpage-0.1~svn.r5663/debian/control @@ -13,7 +13,8 @@ Package: docutils-writer-manpage Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, ${python:Depends}, + python-docutils XB-Python-Version: ${python:Versions} Description: writer for Docutils that outputs Unix manual pages The purpose of the Docutils project is to create a set of tools for