Bug 106239 - alien doesn't create deb from rpm or tgz
Summary: alien doesn't create deb from rpm or tgz
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Other (show other bugs)
Version: Beta 2
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Marian Jancar
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-22 17:01 UTC by Ladislav Michnovic
Modified: 2005-09-08 13:31 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ladislav Michnovic 2005-08-22 17:01:06 UTC
I choose to create .deb from powermanga.rpm and from tgz. But it failed.
alien -d powermanga-0.79-0.pm.1.i586.rpm

Package build failed. Here's the log:
dh_testdir
dh_testdir
dh_testroot
dh_clean -k -d
dh_installdirs
dh_installdirs: 
make: *** [binary-arch] Error 1
find: powermanga-0.79: No such file or directory

alien -d /home/lmichnovic/powermanga.tgz 
Package build failed. Here's the log:
dh_testdir
dh_testdir
dh_testroot
dh_clean -k -d
dh_installdirs
dh_installdirs: 
make: *** [binary-arch] Error 1
find: powermanga-1: No such file or directory

 Source rpm and tgz is attached.
Comment 2 Marian Jancar 2005-09-08 09:13:19 UTC
the bug is actualy in deb package, it doesn't include all dh_.. scripts
Comment 3 Marian Jancar 2005-09-08 13:31:40 UTC
fixed