/[ddp]/manuals/trunk/maint-guide/maint-guide.sgml
ViewVC logotype

Diff of /manuals/trunk/maint-guide/maint-guide.sgml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 886 by joy, Fri Sep 10 22:52:46 1999 UTC revision 887 by joy, Fri Nov 12 16:19:02 1999 UTC
# Line 10  Line 10 
10    
11     <author>Josip Rodin <email/jrodin@jagor.srce.hr/     <author>Josip Rodin <email/jrodin@jagor.srce.hr/
12     </author>     </author>
13    <!--
14       <author>Translated by: [put your name here] <email/[put your e-mail here]/
15       </author>
16      -->
17    
18     <version>version 0.96, 10. September 1999.</version>     <version>version 0.97, 27. September 1999.</version>
   
 <!--   Translated by: [put your name here] <email/[put your e-mail here]/-->  
19    
20     <copyright>     <copyright>
21     <copyrightsummary>Copyright &copy; 1998, 1999 Josip Rodin.</copyrightsummary>     <copyrightsummary>Copyright &copy; 1998, 1999 Josip Rodin.</copyrightsummary>
# Line 58  Line 60 
60    some packages with <manref name="dpkg" section="8"> (ie. `dpkg -i package`,    some packages with <manref name="dpkg" section="8"> (ie. `dpkg -i package`,
61    or through some of the front-ends like dselect or apt).    or through some of the front-ends like dselect or apt).
62    This document has been written while the 2.1 'slink' distribution was the    This document has been written while the 2.1 'slink' distribution was the
63    officially stable release of Debian, thus the packages named here are    officially stable release of Debian, and the 2.2 'potato' was being
64    those from 2.1.    created, thus the packages named here are mostly those from 'potato'.
65    
66    <p>Following packages come with standard installation of Debian 2.1, so    <p>Following packages come with standard installation of Debian 2.1, so
67    you probably have them (and additional packages they depend on) already.    you probably have them (and additional packages they depend on) already.
# Line 321  Line 323 
323    package would be named johnledx or jle4x, or whatever you decide, as    package would be named johnledx or jle4x, or whatever you decide, as
324    long as it's under some reasonable limit, like 15 characters.    long as it's under some reasonable limit, like 15 characters.
325    
326    <p>Also check for the exact version of the program (not the package!).    <p>Also check for the exact version of the program (to be included in the
327    If that piece of software is not numbered with versions like X.Y.Z, but    package version). If that piece of software is not numbered with versions
328    with release date, feel free to use date (if the date was 19th of    like X.Y.Z, but with some kind of date, feel free to use that date as the
329    December, 1998. use it US-like shortened, 19981219) as the version number.    version number, prepended with a "0.0." (just in case upstream people one
330    Some won't be numbered at all, in which case you should contact the    day decide to release a nice version like 1.0). So, if the release or
331    upstream maintainer to see if they've got some other revision-tracking    snapshot date was 19th of December, 1998, you can use the version string
332    method.    of 0.0.19981219. Some programs won't be numbered at all, in which case you
333      should contact the upstream maintainer to see if they've got some other
334      revision-tracking method.
335    
336    <sect id="dh_make">Running `dh_make'    <sect id="dh_make">Running `dh_make'
337    
# Line 454  Line 458 
458    # ----------------------------------------- Installation    # ----------------------------------------- Installation
459    
460    # You're going to have to be root to do this!    # You're going to have to be root to do this!
461    install:        gentoo-target    install:        gentoo
462                    install ./gentoo $(BIN)                    install ./gentoo $(BIN)
463                    install icons $(ICONS)                    install icons $(ICONS)
464                    install gentoorc-example $(HOME)/.gentoorc                    install gentoorc-example $(HOME)/.gentoorc
# Line 479  Line 483 
483    
484    <p>Whenever you make changes that are not specifically related to Debian    <p>Whenever you make changes that are not specifically related to Debian
485    package, be sure to send them to the upstream maintainer so they can be    package, be sure to send them to the upstream maintainer so they can be
486    included in the next program revision.    included in the next program revision. Note that you don't have to send
487      the debian/* files upstream, but you should do so with any other patches.
488      And try to be nice to upstream, by making your fixes not specific to
489      Debian or Linux (or even Unix!) prior to sending them.
490    
491    <sect id="nolibs">Differing libraries    <sect id="nolibs">Differing libraries
492    
# Line 526  Line 533 
533    8  Architecture: any    8  Architecture: any
534    9  Depends: ${shlibs:Depends}    9  Depends: ${shlibs:Depends}
535    10 Description: &lt;insert up to 60 chars description&gt;    10 Description: &lt;insert up to 60 chars description&gt;
536    11 &lt;insert long description, indented with spaces&gt;    11  &lt;insert long description, indented with spaces&gt;
537    </example>    </example>
538    (I've added the line numbers.)    (I've added the line numbers.)
539    
# Line 667  Line 674 
674    9  Depends: ${shlibs:Depends}    9  Depends: ${shlibs:Depends}
675    10 Suggests: file    10 Suggests: file
676    11 Description: A fully GUI configurable GTK+ file manager    11 Description: A fully GUI configurable GTK+ file manager
677    12 gentoo is a file manager for Linux written from scratch in pure C. It    12  gentoo is a file manager for Linux written from scratch in pure C. It
678    13 uses the GTK+ toolkit for all of its interface needs. gentoo provides    13  uses the GTK+ toolkit for all of its interface needs. gentoo provides
679    14 100% GUI configurability; no need to edit config files by hand and re-    14  100% GUI configurability; no need to edit config files by hand and re-
680    15 start the program. gentoo supports identifying the type of various    15  start the program. gentoo supports identifying the type of various
681    16 files (using extension, regular expressions, or the 'file' command),    16  files (using extension, regular expressions, or the 'file' command),
682    17 and can display files of different types with different colors and icons.    17  and can display files of different types with different colors and icons.
683    18 .    18  .
684    19 gentoo borrows some of its look and feel from the classic Amiga file    19  gentoo borrows some of its look and feel from the classic Amiga file
685    20 manager "Directory OPUS" (written by Jonathan Potter).    20  manager "Directory OPUS" (written by Jonathan Potter).
686    </example>    </example>
687    (I've added the line numbers.)    (I've added the line numbers.)
688    
# Line 809  Line 816 
816    
817    <list>    <list>
818    <item><manref name="dh_testdir" section="1"> check that you are in the    <item><manref name="dh_testdir" section="1"> check that you are in the
819    right directory (/usr/local/gentoo/gentoo-0.9.12/),    right directory (/usr/local/src/gentoo/gentoo-0.9.12/),
820    <item><manref name="dh_testroot" section="1"> checks that you have root    <item><manref name="dh_testroot" section="1"> checks that you have root
821    permissions,    permissions,
822    <item><manref name="dh_installdirs" section="1"> creates directories    <item><manref name="dh_installdirs" section="1"> creates directories
# Line 1156  Line 1163 
1163    
1164    <p>This will do everything for you, you'll just have to enter your    <p>This will do everything for you, you'll just have to enter your
1165    PGP secret key, twice. After it's done, you will see four new files    PGP secret key, twice. After it's done, you will see four new files
1166    in /usr/local/gentoo directory:    in /usr/local/src/gentoo directory:
1167    
1168    <p><list>    <p><list>
1169    <item><em>gentoo_0.9.12-1_i386.deb</em>    <item><em>gentoo_0.9.12-1_i386.deb</em>

Legend:
Removed from v.886  
changed lines
  Added in v.887

  ViewVC Help
Powered by ViewVC 1.1.5