Tagged Questions
6
votes
4answers
1k views
Why RPM is better than DEB for MeeGo?
I know there has been a lot fuzz about this subject on various forums and newsgroups concerning the merge of Moblin and Maemo. I'd like to know what stackoverflow-fellows think about this. What are ...
5
votes
3answers
148 views
Does anyone have a 'hello world' Debian package, for D source code?
I'm writing a D application which I want to package as a Debian package.
Does anyone know of a tutorial, or a skeleton package, to show me how to to do this for a D application?
Do I need to use ...
3
votes
2answers
76 views
How to access the original tarball when packaging for Debian?
I am packaging a piece of Python software that uses DistUtilsExtra. When running python setup.py install in my debian/rules, DistUtilsExtra automatically recompiles the translation template .pot file ...
3
votes
2answers
276 views
easy, straightforward way to package a python program for debian?
i'm having trouble navigating the maze of distribution tools for python and debian; cdbs, debhelper, python-support, python-central, blah blah blah ..
my application is a fairly straightforward one - ...
3
votes
5answers
975 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
2answers
99 views
How can I uninstall the last installed application (recently installed) with dpkg?
I need to use a command and or script that uninstalls the last recently installed application deb . I can't use apt-get in this case but rather dpkg --purge or similar, something like dpkg --remove ...
2
votes
2answers
137 views
What are the common tools to build a .deb installation file for applications written in perl?
So I have some source code and I need to put it in a .deb binary so I can easily deploy on my server. I seem to be having trouble find good easy to use tools that will enable me to do so. The source ...
1
vote
2answers
82 views
Open debian package with Java
Are there any libraries in Java for unpacking a .deb (debian) archive? Unfortunately I Couldn't find anything useful out there yet. Thanks.
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
17 views
Uploading and updating ubuntu repository with new deb
My problem is as follows: I have an ubuntu package repository which I want to update with some packages.
I've been browsing around trying to figure out how this is done and came across 'dput'. ...
0
votes
1answer
40 views
Make: Extracting a number from working directory name (Debian packaging rules)
I'd like some help with the following problem:
I have a debian package built daily with Launchpad's Recipes feature. The version name (and the name of the source directory) is automatically generated ...
0
votes
2answers
75 views
Is it wise to use Debian (.deb) packages to distribute our software to production servers?
We have various programs and scripts that we create that we need to deploy on production Ubuntu servers after testing. We are considering packaging our software as Debian (.deb) files and using ...
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
162 views
Create a Debian package from a Ruby gem
I'm attempting to create a Debian package for a simple utility I wrote with fpm and bundler but am having difficulties. Here's how I generate my .deb (I assume you've checked out sns and are in it's ...
0
votes
2answers
159 views
Create destination path for .deb file
I have created a debian package according to http://ubuntuforums.org/showthread.php?t=51003. I am not able to find the installed files, On installing that .deb file.
Can anyone tell me the default ...
0
votes
2answers
423 views
Conf files and static files in a deb package
I'm using dh_help to build a package template and trying to follow the ubuntu and debian packaging guides for creating a binary package.
How do I tell debuild which file is a conf file and should go ...
0
votes
1answer
117 views
how to incorporate svn info into changelog when building deb packages?
i have modified some open source code but i haven't figured how to change the info in debian/changelog so when i build my own deb it'll contain my new info. thanks for your help!