Tagged Questions

3
votes
5answers
977 views

How to convert 64 bit .deb file into 32 bit .deb file

deb file of an application. I want to convert the same file into 32 bit .deb file. So how to convert 64 bit .deb file into 32 bit .deb
2
votes
1answer
226 views

deb package task for Phing

does anybody know a Phing Task to create .deb packages for Debian base linux systems?
1
vote
2answers
2k views

I need my Debian rules file to simply copy files to it's target

I have a large project where we have the following files: A few 3rd party pre-compiled binaries Our own in-house binaries A collection of Ruby scripts A sizable Ruby on Rails project This ...
1
vote
3answers
2k views

How do I add an init.d script into a .deb

I have a project.init file in the debian directory (along with rules, control, etc), and I have dh_installinit in my rules file (in the binary-arch rule). When dpkg-buildpackage completes, the init ...
0
votes
1answer
135 views

How to install related package automatically with .deb package?

I try to create .deb package for my program. It needs ImLib2-dev package. I want to make .deb package install ImLib2-dev package automatically. Package : MyProject Version : 1.0.0.0 Section : base ...
0
votes
1answer
273 views

Making a deb from a python file

After following http://ubuntuforums.org/showthread.php?t=406069 I got to know how to make a deb file which automatically places the python file as an executable to /usr/bin directory. I want my ...