| 5 |
<!ENTITY % default SYSTEM "default.ent"> %default; |
<!ENTITY % default SYSTEM "default.ent"> %default; |
| 6 |
|
|
| 7 |
]> |
]> |
| 8 |
<!-- CVS revision of this document "$Revision: 1.73 $" --> |
<!-- CVS revision of this document "$Revision: 1.74 $" --> |
| 9 |
<!-- CVS revision of original english document "*.**" --> |
<!-- CVS revision of original english document "*.**" --> |
| 10 |
|
|
| 11 |
<debiandoc> |
<debiandoc> |
| 1902 |
|
|
| 1903 |
<item>Add a new revision at the top of the Debian changelog file, for |
<item>Add a new revision at the top of the Debian changelog file, for |
| 1904 |
example with `<tt>dch -i</tt>`, or explicitly with |
example with `<tt>dch -i</tt>`, or explicitly with |
| 1905 |
`dch -v <version>-<revision>` |
`<tt>dch -v <version>-<revision></tt>' |
| 1906 |
and then insert the comments using your preferred editor. |
and then insert the comments using your preferred editor. |
| 1907 |
|
|
| 1908 |
<p>Tip: how to easily get the date in required format? |
<p>Tip: how to easily get the date in required format? |
| 1920 |
exists in the Debian archive. |
exists in the Debian archive. |
| 1921 |
</list> |
</list> |
| 1922 |
|
|
| 1923 |
<sect id="newupstream">New upstream release |
<sect id="newupstream">New upstream release (basic) |
|
<p> |
|
|
<sect1 id="new-quick">Quick packaging of new upstream release |
|
| 1924 |
|
|
| 1925 |
<p>Now let's consider a different, a wee bit more complicated situation |
<p>Now let's consider a different, a wee bit more complicated situation |
| 1926 |
- a new upstream version was released, and of course you want it packaged. |
- a new upstream version was released, and of course you want it packaged. |
| 1956 |
automagically look for revised sources, download them, and run |
automagically look for revised sources, download them, and run |
| 1957 |
<prgn/uupdate/. |
<prgn/uupdate/. |
| 1958 |
|
|
| 1959 |
<sect1 id="new-careful">Careful packaging of new upstream release |
<sect id="newupstream-real">New upstream release (realistic) |
| 1960 |
|
|
| 1961 |
<p> |
<p> |
| 1962 |
In reality, you must pay a bit more careful attention to create packages |
When preparing packages for the the Debian archive, you must check |
| 1963 |
with the new upstream release. |
resulting packages in detail. Here is a more realistic example of this |
| 1964 |
|
procedure. |
| 1965 |
|
|
| 1966 |
<enumlist compact> |
<enumlist compact> |
| 1967 |
|
|