[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Question about dh_python2



* Leonardo Marín <leojmarin@zoho.com>, 2012-08-08, 17:43:
I converted package to dh_python2 and i have trouble with deb package,
[...]
the trouble:
inside (deb package) "/usr/bin/decibel-audio-player" i see:
python /home/.../Decibel-audio-player/Devel/decibel-audio-player/build-area/decibel-audio-player-1.08/debian/decibel-audio-player/usr/share/decibel-audio-player/src/decibel-audio-player.py "$@" &

instead of:
python /usr/share/decibel-audio-player/src/decibel-audio-player.py "$@" &

any idea how to fix this?
[...]
--- debian_1/changelog	2011-09-04 21:57:18.000000000 -0430
+++ debian_2/changelog	2011-10-05 17:40:45.000000000 -0430
@@ -1,3 +1,20 @@
+decibel-audio-player (1.08-1) unstable; urgency=low

Oh, so it's a new upstream version. It's quite an important information that should have been included in your initial mail. That would have made things much easier.

This is an upstream bug. This change to the Makefile is wrong:

-CONFIGURE_IN = sed -e 's!prefix!$(prefix)!g'
+CONFIGURE_IN = sed -e 's!prefix!$(PREFIX)!g'

Reverting it should fix the bug.

--
Jakub Wilk


Reply to: