diff -u pycallgraph-0.4.0/debian/rules pycallgraph-0.4.0/debian/rules --- pycallgraph-0.4.0/debian/rules +++ pycallgraph-0.4.0/debian/rules @@ -11,6 +11,7 @@ DEB_INSTALL_MANPAGES_python-pycallgraph := debian/pycallgraph-dot.1 binary-install/python-pycallgraph:: + fromdos debian/python-pycallgraph/usr/bin/pycallgraph-dot.py mv debian/python-pycallgraph/usr/bin/pycallgraph-dot.py \ debian/python-pycallgraph/usr/bin/pycallgraph-dot chmod 644 debian/python-pycallgraph/usr/share/doc/python-pycallgraph/examples/*.py diff -u pycallgraph-0.4.0/debian/changelog pycallgraph-0.4.0/debian/changelog --- pycallgraph-0.4.0/debian/changelog +++ pycallgraph-0.4.0/debian/changelog @@ -1,3 +1,11 @@ +pycallgraph (0.4.0-1ubuntu0.8.10.1) intrepid-proposed; urgency=low + + * Convert pycallgraph-dot script from DOS to UNIX format (LP: #257151): + - debian/control: Build-Depends on tofrodos. + - debian/rules: Convert pycallgraph-dot.py before renaming it. + + -- Alessio Treglia Thu, 02 Jul 2009 16:24:46 +0200 + pycallgraph (0.4.0-1) unstable; urgency=low * New upstream release diff -u pycallgraph-0.4.0/debian/control pycallgraph-0.4.0/debian/control --- pycallgraph-0.4.0/debian/control +++ pycallgraph-0.4.0/debian/control @@ -1,10 +1,11 @@ Source: pycallgraph Section: python Priority: optional -Maintainer: Jan Alonzo +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Jan Alonzo Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11) -Build-Depends-Indep: python-support (>= 0.3) +Build-Depends-Indep: python-support (>= 0.3), tofrodos Standards-Version: 3.7.2 Homepage: http://pycallgraph.slowchop.com Vcs-Svn: svn://svn.debian.org/python-modules/packages/pycallgraph/trunk/