How to create .deb of flat files?

Ask a Question related to Debian, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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")...
    3. 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. ...
    4. 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...
    5. 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...
  3. #2

    Default Re: How to create .deb of flat files?

    On Mon, Jul 14, 2003 at 03:40:02PM -0700, Maria Rodriguez wrote:
    > 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?
    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.

    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

  4. #3

    Default Re: How to create .deb of flat files?

    --- Colin Watson <cjwatson@debian.org> wrote:
    >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.
    Thanks Colin, I will do just that!

    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139