tags 608194 patch thanks Hi,
I've made a patch for this issue, updated package seems to correctly depend on python. > new debian package, version 2.0. > size 6458 bytes: control archive= 593 bytes. > 424 bytes, 12 lines control > 263 bytes, 4 lines md5sums > Package: lincredits > Version: 0.6+nmu1 > Architecture: all > Maintainer: Chris Lawrence <lawre...@debian.org> > Installed-Size: 28 > Depends: python > Suggests: tetex-base, www-browser, linux-source > Section: text > Priority: optional > Description: Generate nicely-formatted versions of the Linux CREDITS file > This small package allows anyone to create beautified versions of the > Linux CREDITS file in plain text, LaTeX or HTML formats. Here's a proposed patch. diff -Nru lincredits-0.6/debian/changelog lincredits-0.6+nmu1/debian/changelog --- lincredits-0.6/debian/changelog 2006-08-22 01:51:47.000000000 +0900 +++ lincredits-0.6+nmu1/debian/changelog 2010-12-29 16:11:02.000000000 +0900 @@ -1,3 +1,13 @@ +lincredits (0.6+nmu1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules + - use dh_pysupport instead of dh_python + * debian/control + - add "Build-Depends: python-support" + + -- Hideki Yamane <henr...@debian.org> Wed, 29 Dec 2010 16:06:49 +0900 + lincredits (0.6) unstable; urgency=low * Rebuild for new Python policy. diff -Nru lincredits-0.6/debian/control lincredits-0.6+nmu1/debian/control --- lincredits-0.6/debian/control 2006-08-22 01:19:47.000000000 +0900 +++ lincredits-0.6+nmu1/debian/control 2010-12-29 16:10:39.000000000 +0900 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Chris Lawrence <lawre...@debian.org> Standards-Version: 3.7.2 -Build-Depends: debhelper (>= 5.0.37.2), python-dev +Build-Depends: debhelper (>= 5.0.37.2), python-dev, python-support Package: lincredits Architecture: all diff -Nru lincredits-0.6/debian/rules lincredits-0.6+nmu1/debian/rules --- lincredits-0.6/debian/rules 2006-08-22 01:20:23.000000000 +0900 +++ lincredits-0.6+nmu1/debian/rules 2010-12-29 16:04:25.000000000 +0900 @@ -61,7 +61,7 @@ dh_strip dh_compress dh_fixperms - dh_python + dh_pysupport dh_installdeb dh_shlibdeps dh_gencontrol -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org