Tagged Questions
The debian-based tag has no wiki summary.
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 ...
8
votes
8answers
12k views
What is the correct target for the JAVA_HOME envrionment variable for a Linux OpenJDK debian-based distribution?
Folks
In Windows, JAVA_HOME must point to the JDK installation folder (so that JAVA_HOME/bin contains all executables and JAVA_HOME/libs contains all default jar libraries).
If I download Sun's JDK ...
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
852 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
1answer
450 views
Linux command line emulator that can run scripts, in Javascript?
Hey I was just wondering if anyone has made a version of Debian written in Javascript, just for a test. I know it would not be able to do unlimited stuff, but what Javascript lets it have should be ...
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
415 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
3answers
30 views
apache Mod_rewrite off, wordpress happy, on 404 me unhappy
I've been fiddling with the mod_rewrite for some time now, but is has gotten the best of me. Hope anyone here can shine some light on my problem.
I'm trying to self host wordpress and it works great ...
0
votes
0answers
49 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
435 views
PHP HTTP server? Ports 80, 443-444, 1000-3000, 8000-9000. (No-Apache)
I will upgrading to Linux Debian 6.0 "Squeeze" on the server soon and I want to know how I can use Python as a web-server on many ports dedicated for different things..
Ports Directory ...
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
989 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 ...
0
votes
4answers
437 views
PHP script runs over Browser but not with wget
I have a bash-sctipt running 5 php scripts via wget.
Every php file is called but, on the last script, I get this warning:
mysql_query(): supplied argument is
not a valid MySQL-Link resource in
...
0
votes
1answer
71 views
Keeping an apt-based distro, running as a web server, up to date
I am in the process of configuring a production web server running Debian 5.0. How do you keep an apt-based distro up to date. Is there any best practice or magical ways of doing it? Logging in via ...