Bug 106239

Summary: alien doesn't create deb from rpm or tgz
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Ladislav Michnovic <lmichnovic>
Component: OtherAssignee: Marian Jancar <mjancar>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 2   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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