On 06/12/2011 04:03 PM, Jonas Smedegaard wrote:
On 11-06-12 at 12:47pm, rosea grammostola wrote:
On 06/12/2011 02:41 AM, Jonas Smedegaard wrote:
If you want same functionality, I'd suggest try replace with this
command:

   recode /crlf../lf \
     debian/qjackctl/usr/share/applications/qjackctl.desktop

Thanks for you help.
It fails with this message:

recode /crlf../lf \
                 debian/qjackctl/usr/share/applications/qjackctl.desktop
Unrecognised surface name `lf'
recode: Request `/crlf../lf' is erroneous
make: *** [install/qjackctl] Error 1
lf is default, so try this instead:

   recode /crlf.. \
         debian/qjackctl/usr/share/applications/qjackctl.desktop
It seems to work here locally, but not with pbuilder Lucid. Does it need a higher version of some package or some extra package maybe?

dh_installdirs -pqjackctl
# Fix end-of-lines, convert CRLF to LF.
recode /crlf.. \
                debian/qjackctl/usr/share/applications/qjackctl.desktop
make: recode: Command not found
make: *** [install/qjackctl] Error 127




_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to