0
votes
2answers
16 views
debian package creating needed directories in preinst
I have the following debian structure:
debian/usr/share/test
debian/usr/share/test/test
debian/usr/share/test/test/a
debian/usr/share/test/test/b
After building the package using dpkg-deb --build …
0
votes
0answers
33 views
Apache virtual host configuration on debian [closed]
Migrated to Server Fault
Apache virtual host configuration on debian
Im new to apache configuration and would be really glad if someone helped me with the following.Im running apache on a virtual …
0
votes
1answer
24 views
About compiling Linux kernel in Debian Live
Hi all,
This is my first time compiling Linux kernel. I am using Debian Live. I used kernel-package to compile and I also added a new system call to return an arbitrary integer value greater than …
2
votes
1answer
30 views
What’s the best route to get your own software into Debian and Fedora?
Say I am able to follow the packaging guides and have figured out how to make a working .deb and .rpm, how can I get distros to actually include my software?
What's firstly the quickest / easiest …
0
votes
0answers
27 views
Does Debian has a x86-64 distrio? [closed]
Looks like Debian only has AMD64 and IA64 versions, but does not have a x86-64 version, is this correct?
Or AMD64 includes x86-64?
0
votes
0answers
27 views
A Development Machine in VirtualBox - (Debian-min vs ArchLinux vs recommend-one).
I have few years of exp on linux, mainly ubuntu (dual-boot). Now i am shifting to windows, and installing linux in VirtualBox (PUEL). I am looking for a light-weight distro for development machine …
0
votes
1answer
31 views
.deb package conffiles problem
I am distributing one of my applications using a .deb package, but have a problem relating to one of the files.
The distribution includes a database file which is constantly updated by the app, on a …
0
votes
3answers
57 views
What’s the simplest way to keep track of where my program is installed?
While I'm working on it, I have my application's location hardcoded:
public static string MYPROGRAM_PATH = "/path/to/my/workspace";
Obviously this won't work once I package and distribute my …
0
votes
0answers
28 views
In Debian, I want to remove a directory from home [closed]
In Debian, I want to remove a directory from my home directory. It is displaying a mesage directory not empty, i could not see any file inside the directory.(tried ls -l) How to remove the directory …
0
votes
0answers
31 views
Purpose of debian “sites-available” and “sites-enabled” dirs [closed]
I'm a noob, please be nice.
Can anyone tell me, in a nutshell, what the purpose of these two directories are in Debian?
/etc/apache2/sites-enabled
/etc/apache2/sites-available
I notice that …
0
votes
5answers
135 views
Python 2.6 on Debian stable. Where should the executable go?
I am building python2.6 from source on Debian Stable.
( ./configure make make altinstall )
I don't want it to conflict with anything existing, but I want it to be in the default search path for …
1
vote
6answers
87 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
5answers
70 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
2answers
55 views
What is the centOS equivalent?
apt-get install devscripts
What is the equivalent in centOS?
0
votes
1answer
9 views
Debian packages: distinguish “requested install” from “installed to satisfy dependencies”
How can I determine which packages where installed because I requested the installation and which packages where automatically installed in order to satisfy dependencies?
In aptitude, this …
