Ask a Question related to Debian, Design and Development.
-
Maria Rodriguez #1
How to create .deb of flat files?
Hi All!
I've got a handful of regular flat text files that I would like to make into a .deb but I'm not familiar with doing anything that doesn't require a compile. Is it simply doing an "install -m 644 *.txt debian/path/to/file" or something equivalent in the "install-stamp" section of the "rules" file or is there something more?
Many thanks!
Maria
--
Support your local ASPCA
[url]http://www.aspca.org/[/url]
__________________________________________________ ___________
Get [email]YourName@gatormail.ws[/email] email Today!
Visit [url]http://www.gatormail.ws/[/url]
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Maria Rodriguez Guest
-
Temporary Flat Files
I have an ASP 3 application that I am converting to and improving with ASP.NET. This application creates two temporary flat files and appends them... -
Create Adobe PDF files from PDF files?
Is is possible to create PDF files from an existing PDF file? For example, I have a PDF file that contains 2 pages of content. ("pages1and2.pdf")... -
DB2 and Flat files
Hi, I'm new in DB2. Can anyone tell me whether there is any command in DB2 to batch update the contents of a flat file into a DB2 table. ... -
indexing flat files
Hi, I have a file (about 3-4 MB ) with about 20000 records in it. I need to create an index on a particular field (integer ) in each record. But... -
How to create help files / text files
I want to create a help dialogue that will just act as a reminder on do's & dont's I had in mind a text file with sliding bars but don't seem to... -
Colin Watson #2
Re: How to create .deb of flat files?
On Mon, Jul 14, 2003 at 03:40:02PM -0700, Maria Rodriguez wrote:
It's simple; just leave out all the parts of debian/rules that involve> I've got a handful of regular flat text files that I would like to
> make into a .deb but I'm not familiar with doing anything that doesn't
> require a compile. Is it simply doing an "install -m 644 *.txt
> debian/path/to/file" or something equivalent in the "install-stamp"
> section of the "rules" file or is there something more?
compiling things.
I'd suggest picking some documentation package and using 'apt-get
source' to look at how it does things.
Cheers,
--
Colin Watson [cjwatson@flatline.org.uk]
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Colin Watson Guest
-
Maria Rodriguez #3
Re: How to create .deb of flat files?
--- Colin Watson <cjwatson@debian.org> wrote:
Thanks Colin, I will do just that!>It's simple; just leave out all the parts of debian/rules that involve
>compiling things.
>
>I'd suggest picking some documentation package and using 'apt-get
>source' to look at how it does things.
Best regards,
Maria
--
Support your local ASPCA
[url]http://www.aspca.org/[/url]
__________________________________________________ ___________
Get [email]YourName@gatormail.ws[/email] email Today!
Visit [url]http://www.gatormail.ws/[/url]
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Maria Rodriguez Guest



Reply With Quote

