Tagged Questions
10
votes
3answers
1k views
Resources on writing a Debian/Ubuntu deb package?
I'm getting started preparing an installation script for a software package onto an Ubuntu server. I would like to write a script as a .deb package that is aware of dependencies that must be ...
2
votes
1answer
176 views
Debian packaging: deploying files to the user home directory
I use Debhelper to create Debian packages. To deploy files and directories, I use the debian/install and debian/dirs files.
Now I would like my package to deploy the default user configuration file ...
2
votes
1answer
856 views
How do I create a deb package with basic dependencies?
Hi so I am trying to create a deb package for a web application written in Java (it uses Apache Tomcat). My eventual goal is to start a repository that people can add to apt-get the software, but
...
2
votes
2answers
350 views
Debian Package Control file Question
I am trying to create a Debian package for a Java application.
In my package there is a .jar file which is executable, a script which will run this jar file and a .so file for fmod.
I've read this ...
1
vote
2answers
157 views
C++ apt-get working on stdout of popen
This might sound like a stupid question, I am new to C++.
On debian I try to invoke apt-get install with popen. I need to parse the output of this programm. Unfortunately I am not able to read the ...
1
vote
3answers
263 views
configure linux box to have a static ip [closed]
I need to make a machine on my home network use a static ip address. It's a linux box.
My question is can I make just my linux box use a static ip address where the rest of my network (which is ...
1
vote
2answers
119 views
Debian packaging and localization of control files
Is there a way to provide localized versions of the Debian packaging control files (changelog, control and copyright for example) ?
1
vote
6answers
417 views
Jar file of java
I have created a java application and packed it into a jar file on a Windows platform. Now I wants to deploy that jar file on Debian Linux.
Will the same jar file work for Debian Linux?
Is the ...
0
votes
0answers
50 views
unable to generate deb package while building application
i am trying to generate deb package. but when i am building it i am getting this error.
dpkg-genchanges: error: cannot fstat file ../computer.One.final_1.0.0_armel.deb: No such file or directory
...
0
votes
0answers
450 views
How to remove evolution from debian but keep gnome [closed]
Well it's in the title
I did try this:
aptitude unmarkauto gnome-desktop-environment gdm-themes gnome-themes-extras gnome-games libpam-gnome-keyring gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg ...
0
votes
1answer
277 views
SNMP sanity check failed during installation of php 5.3.5 on Debian server
I am trying to install php 5.3.5 on my Debian server and after I performed
./configure -with-mysql=/usr -with-mysqli=/usr/bin/mysql_config -with-tidy=/usr -with-curl=/usr/bin -with-curlwrappers ...
0
votes
2answers
119 views
How to override the version of a .deb subpackage?
I need to make a .deb for our software, that includes a copy of Drupal. I've had to patch Drupal, so I can't use the stock Drupal from the distro. I want the outcome to be a file named ...
0
votes
1answer
88 views
How the Google Chrome Linux version handles automatic version updation
Can some one tell me how the Chrome's Linux beta version carry out automatic version updation using debian package manager. I need to implement something similar to my application on linux and ...
0
votes
5answers
1k views
How to specify filepath in java?
I have created a java application for "Debian Linux." Now I want that that application reads a file placed in the directory where the jar file of that application is specified. So what to specify at ...