/[ddp]/manuals/trunk/maint-guide/debian/changelog
ViewVC logotype

Contents of /manuals/trunk/maint-guide/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7343 - (hide annotations) (download)
Sat May 15 14:57:13 2010 UTC (3 years, 1 month ago) by osamu
File size: 22244 byte(s)
Updated for bash-completion
1 osamu 7298 maint-guide (1.2.18) unstable; urgency=low
2    
3 osamu 7300 * Described URL redirect for http://sf.net. Closes: #578059
4 osamu 7302 * Used empty override target instead of :.
5 osamu 7315 * Updated Italian translation by Calogero Lo Leggio et al with po4a.
6     * Updated .quitrc example inspired by discussion with Ivan Borzenkov.
7 osamu 7343 * Added pointer to Debconf9 presentation on debhelper.
8     * Fixed many minot bugs.
9 osamu 7298
10 osamu 7343 -- Osamu Aoki <osamu@debian.org> Sat, 15 May 2010 22:01:11 +0900
11 osamu 7298
12 osamu 7171 maint-guide (1.2.17) unstable; urgency=low
13    
14 hertzog 7186 [ Osamu Aoki ]
15 osamu 7171 * Fixed typos.
16 osamu 7181 * Updated quilt usage examples.
17 osamu 7184 * Updated debian/rules to match the recommendation by this documentation.
18 osamu 7246 * Added lintian-overrides, info, manpages to "Other files under debian
19     directory" and sorted its section by the meaningful part of the title.
20     Closes: #575693
21 osamu 7181 * Recommended usage of "dh_auto_* -- additional parameters" syntax in
22     override_dh_auto_* target customization. Closes: #575694
23 osamu 7171
24 hertzog 7186 [ Raphaël Hertzog ]
25     * Drop --quilt option of dh_make, it's not needed now that "3.0 (quilt)"
26     source packages are created by default.
27     * Enhance sample .quiltrc with what's suggested in quilt's README.source.
28     * Numerous fixes and simplifications (drop uninteresting "-j1" option in
29     sample make commands, drop "-rfakeroot" in dpkg-buildpackage call, use
30     ftp.upload.debian.org instead of ftp-master.debian.org, etc.)
31     * Clarify explanations about "3.0 (quilt)" source format.
32    
33 osamu 7194 [ Osamu Aoki ]
34 osamu 7218 * Enhanced quiltrc in again based on blog by Torsten Landschoff.
35     * Updated "6.4 pbuilder package" including B90lintian.
36     * Reverted to explain "7.7 interdiff command" and made complete overhaul of
37     "7 Checking the package for errors".
38     * Simplified "8.1 Uploading to the Debian archive" since local queue is not
39     so useful these days and no need to copy the default configuration here.
40 osamu 7204 * Rewrote and reorganized major parts of "9 Updating the package".
41 osamu 7218 * Converted Credits to UTF-8.
42 osamu 7223 * Harmonized URL references to the Debian Policy Manual.
43 osamu 7272 * Explained autobuilder, Build-Depends: and Build-Depends-Indep: fields.
44 osamu 7291 * Placed a bit more note on dput. Closes: #576424
45     * Added dh --with description.
46 osamu 7280 * Made many touch-ups and shortened text as much as possible.
47 osamu 7171
48 osamu 7291 -- Osamu Aoki <osamu@debian.org> Fri, 16 Apr 2010 00:23:01 +0900
49 osamu 7194
50 osamu 7097 maint-guide (1.2.16) unstable; urgency=low
51    
52 osamu 7164 * Fixed file name of doc-debian for pt-br.
53     * Fixed changelog typo for bug#. s/544173/554173/.
54     * Updated contents to reflect squeeze situation.
55     * Updated to autogenerate version from changelog.
56 osamu 7141 * Fixed references related to dpkg-buildpackage with -i -I -sa.
57 osamu 7164 * Updated to use debian/install & dh_install in the text. Closes: #573621
58     * Added list of program for development: python, quilt, git-core.
59     * Updated to use xutils-dev instead. Closes: #573642
60     * Updated to address 3.0(quilt) format, quilt usage, and dpatch to quilt
61     migration. Closes: #573730, #573160
62 osamu 7162 * .quiltrc copied from Adeodato Simó's example.
63 osamu 7164 * debhelper in examples to >=7.0.50 for correct dh handling.
64 osamu 7144 * Updated rule file description for dh. Closes: #573732
65 osamu 7164 * Updated private archive section by the URL pointer. Closes: #573735
66 osamu 7144 * Updated checksums to use MD5/SHA1/SHA256. Closes: #573856
67 osamu 7164 * Added Vcs-* fields description to debian/control. Closes: #573990
68 osamu 7144 * Updated that DD is not the only one uploading ... Closes: #574456
69     * Documented compat etc. Closes: #574457
70 osamu 7145 * Added reference to mentors.debian.net.
71     * Added Craig Small as author for his recent SVN commits.
72     * Removed docbook2x usage for manpages.xml. Closes: #574946
73 osamu 7164 * Added quilt to Recommends of the binary package.
74 osamu 7162 * Made many URL links and consistent tagging.
75 osamu 7164 * Updated "Installation of files to the destination" contents.
76 osamu 7171 * Added references and pointers to CDBS.
77 osamu 7097
78 osamu 7164 -- Osamu Aoki <osamu@debian.org> Wed, 24 Mar 2010 01:41:52 +0900
79 osamu 7097
80 osamu 7083 maint-guide (1.2.15) unstable; urgency=low
81 osamu 5362
82 csmall 7042 [ Osamu Aoki ]
83 csmall 7053 * Removed linda from recommends since is is not used any more.
84 osamu 7144 Closes: #554173
85     * Fixed the Vcs-Cvs field per James Vega. Closes: #561242
86 osamu 7095 * Updated this package to debhelper 7 with dh, dpkg source format 3.0
87     (native). Updated dependency and doc-base files.
88 osamu 7083 * Renamed file and package names to simplify situation by using newer locale
89 osamu 7095 support capabilities available in debiandoc-sgml (>=1.2.8).
90     * Removed freetype2-demos build dependency.
91 osamu 7144 * "Copyright information" is now in 12.5. Closes: #572857
92 osamu 5362
93 csmall 7042 [ Craig Small ]
94     * Changed example to docbook2x-man Closes: #498017
95 osamu 7144 * Changed menu examples Closes: #437750
96 csmall 7042 * g77 changed to gfortran Closes: #505514
97     * Updated links to developers reference Closes: #516467
98     * Fixed 2 minor typos Closes: #527290
99     * Use dpkg-depcheck instead of script Closes: #554180
100     * Changed version section to remove reference to 0.0 Closes: #554948
101 osamu 7082 * Updated watch file example Closes: #437847
102 csmall 7043 * Updated doc-base.EX section
103     * Added build-essential to packages needed
104 csmall 7053 * Changed rules file to debhelper 7 Closes: #511549, #549289
105     * Adjusted French document to not use tags in sections Closes: #562325
106 osamu 5362
107 osamu 7096 -- Osamu Aoki <osamu@debian.org> Tue, 09 Mar 2010 02:01:04 +0900
108 csmall 7042
109 osamu 5358 maint-guide (1.2.14) unstable; urgency=low
110 osamu 5214
111 osamu 5360 * Fixed old DH_COMPAT=4 examples for all languages and packaging of
112     this package itself by creating debian/compat.
113 osamu 5215 * Fixed Italian section 4.1 per Riccardo Brigo. Closes: 436046
114 osamu 5358 * Fixed versioned dependencies issue. Closes: 438176
115 osamu 5216 * Fixed maint-guide-pl.doc-base file encoding. Closes: 473166
116 osamu 5358 * Removed reference of deprecated 'x' suffix for X manpage for
117     all languages. Closes: 437747
118 osamu 5218 * Added manpage creation from the XML template. Closes: 437751
119 osamu 5359 * Fixed Vcs-Svn/Vcs-Browser fields per Jelmer Vernooij. Closes: 492810
120 osamu 5214
121 osamu 5360 -- Osamu Aoki <osamu@debian.org> Sat, 06 Sep 2008 13:30:57 +0900
122 osamu 5214
123 osamu 5211 maint-guide (1.2.13) unstable; urgency=low
124    
125     * Acknowledged NMU and updated upstream subversion.
126     * Made Makefile compatible with special version numbers. Closes: 483320
127     * Removed linda package reference from all languages. Closes: 474244
128     * Updated VCS fields.
129     * Used proper version. Closes: 479407
130    
131     -- Osamu Aoki <osamu@debian.org> Thu, 05 Jun 2008 22:36:34 +0900
132    
133 osamu 5209 maint-guide (1.2.12+nmu1) unstable; urgency=low
134    
135     * Non-maintainer upload.
136     * Deprecate Freetype 1 (Closes: #481788)
137    
138     -- Moritz Muehlenhoff <jmm@debian.org> Wed, 21 May 2008 22:53:46 +0200
139    
140 osamu 4823 maint-guide (1.2.12) unstable; urgency=low
141 osamu 4678
142 osamu 4823 * Fixed wrong package reference -pt-br. (closes: 430631)
143 osamu 4822 * Updated requirements for main by the policy document. (closes: 431012)
144 osamu 4679 * Treated quilt being possible alternative to dpatch since
145     its use has been significant and as good. (closes: 434156)
146 osamu 4688 * Reference git-buildpackage instead of tla-buildpackage.
147 osamu 4822 * Fixed typos. (closes: 434680, 435567)
148     * Fixed /usr/doc -> /usr/share/doc path for French. (closes: 435395)
149     * Updated debian/copyright. (closes: 437844)
150 osamu 4823 * Temporariry stop building Korean PDF/PS due to TeX-live
151     issues. (closes: 439495)
152 osamu 4822 * Added missing line in example A.2. (closes: 457912)
153     * Updated Build-Depends*: to texlive-full, cjk-latex-all, ghostscript
154 osamu 4678
155 osamu 4823 -- Osamu Aoki <osamu@debian.org> Sun, 13 Jan 2008 15:07:09 +0900
156 osamu 4678
157 osamu 4096 maint-guide (1.2.11) unstable; urgency=high
158    
159     * Fixed bad grep examples for all languages. (closes: Bug#375456)
160     * Updated build date, source version, copyright for the English.
161     I added myself to the copyright since my additions have been more
162     than minor fixes. This should make easy to diferentiate old
163     translations based on the old English version.
164     * Fixed dpatch example to use Build-Depends: in control.
165    
166     -- Osamu Aoki <osamu@debian.org> Fri, 12 Jan 2007 20:42:33 +0900
167    
168 osamu 4051 maint-guide (1.2.10) unstable; urgency=high
169    
170     * Fixed lintian "Build-Depends-Indep debhelper" error.
171     * Reorganized WNPP reference. (closes: Bug#405855)
172 osamu 4062 * Updated dh_make results and dpatch references.
173     (closes: Bug#373076, Bug#328294)
174 osamu 4063 * Updated debian/copyright file section by pointing to
175     the debian-devel-announce HOWTO. (closes: Bug#366084)
176 osamu 4051
177 osamu 4062 -- Osamu Aoki <osamu@debian.org> Thu, 11 Jan 2007 01:22:31 +0900
178 osamu 4051
179 osamu 4041 maint-guide (1.2.9) unstable; urgency=high
180 osamu 4030
181 osamu 4034 * Adjusted Policy manual references for all languages.
182 osamu 4041 (closes: Bug#385918, Bug#384833)
183     * Fixed Italian translation. (closes: Bug#386538)
184 osamu 4037 * Provided French translation with a link to the reference English
185 osamu 4041 document. (closes: Bug#399863)
186     * Updated build dependency to one works for zh_TW.
187 osamu 4034
188 osamu 4042 -- Osamu Aoki <osamu@debian.org> Sun, 24 Dec 2006 22:13:41 +0900
189 osamu 4034
190     maint-guide (1.2.8) unstable; urgency=high
191    
192 osamu 4031 * Fixed latex-cjk-* and font dependency issues. (closes: Bug#403200)
193     * Fixed typo caught by s. keeling s/enconter/encounter/ .
194 osamu 4033 * Fixed clean target to remove tex-in etc..
195     * Rebuilt with debiandoc-sgml 1.1.100.
196 osamu 4030
197     -- Osamu Aoki <osamu@debian.org> Sun, 17 Dec 2006 01:07:38 +0900
198    
199 jseidel 2981 maint-guide (1.2.7) unstable; urgency=low
200    
201 osamu 3556 * Updated Simplified Chinese (zh_CN) translation and added new
202 osamu 2983 Traditional Chinese (zh_TW) translation from Ling Li
203     <lilingv@gmail.com> [CVS commit by Jens Seidel].
204 jseidel 2989 * Register Korean, Japanese and Chinese PDF and PS files as
205     documentation.
206 osamu 3558 * Fixed two minor typos and translations in English and translations
207 osamu 3652 with help from Colin Tuckley. Closes: Bug#318161
208     * Added link to example of installing additional html documentation
209     with help from Colin Tuckley. Closes: Bug#306204
210 osamu 3650 * Updated to DH_COMPAT=4 and changed debian/control .
211     * Removed UTF-8 encoded Japanese words from control file.
212     Closes: Bug#345947
213 osamu 3652 * Made temporary package build directory example only to be
214     <file>debian/packagename</file> in line with new debhelper
215     behavior.
216     * Added section for Official Debian Developer reflecting the
217     New Maintainer process. Closes: Bug#331176
218    
219     -- Osamu Aoki <osamu@debian.org> Sat, 7 Jan 2006 18:03:19 +0900
220 jseidel 2981
221 osamu 2975 maint-guide (1.2.6) unstable; urgency=low
222    
223 osamu 2983 * Made CVS source tree to build DDP web pages on woody machine.
224 jseidel 2981 * DE major translation update. (Thanks Erik Schanze)
225 osamu 2975
226     -- Osamu Aoki <osamu@debian.org> Sat, 16 Apr 2005 21:46:21 +0200
227    
228 osamu 2918 maint-guide (1.2.5) unstable; urgency=low
229    
230 osamu 2983 * Added me to uploader to stop NMU madness.
231     * Adjusted control to match overide (closes: #296702)
232     * Updated German (minor).
233 osamu 2918
234     -- Osamu Aoki <osamu@debian.org> Tue, 15 Mar 2005 23:39:26 +0100
235    
236 osamu 2887 maint-guide (1.2.4) unstable; urgency=low
237 osamu 2882
238 osamu 2887 * NMU, partially blessed by the maintainer (follow-up).
239 osamu 2983 * Updated build script and dependency to accomodate Korean PDF under
240 osamu 2882 the new debiandoc-sgml. (closes: #293753)
241 osamu 2983 * Updated description matching with new pdebuild behavior.
242     * Updated required version of debiandoc-sgml.
243     * Updated Italian translation to be current.
244     * Removed TAB from source (Better TeX interaction, i.e., Better
245 osamu 2858 PS/PDF generation) (all lang) (closes: #210785)
246 osamu 2983 * Removed absolute path from docbook-to-man in debian/rule
247 osamu 2858 following the latest dh_make result. (closes: #255441)
248 osamu 2854
249 osamu 2891 -- Osamu Aoki <osamu@debian.org> Thu, 24 Feb 2005 06:11:06 +0100
250 osamu 2854
251 osamu 2667 maint-guide (1.2.3) unstable; urgency=low
252    
253 osamu 2675 * NMU, partially blessed by the maintainer.
254 osamu 2983 * Added Korean translation by Yooseong Yang <yooseong@debian.org> .
255     * Fixed bashism using /usr/sbin/[ and add gs to control. (closes: #264044)
256     * Fixed Debian Policy chapter for changelog. (all lang.)
257 osamu 2667 (closes: #216405, #243339)
258 osamu 2983 * Fixed debian/rules examples. (all lang.) (closes: #244463)
259     * Converted debian/control to UTF-8 and fix FR. (closes: #283696)
260 osamu 2843 * Fix debian/control description according to developers-reference
261     6.2.2 (all lang.) (closes: #291943)
262 osamu 2983 * Listed <package/xutils/ for all but old ES and RU. (closes: #167395)
263     * Made script readable for all but old ES and RU. (closes: #285824)
264 osamu 2803 * Expanded Chapter 6 - 9 and added appendix. (No translation) [osamu]
265 osamu 2799 - Updated dupload section and added more examples. (closes: #114948)
266 osamu 2983 - Addressed issues of Debian native package. (closes: #128077)
267     - Added reference to buildd and FTBFS in pbuilder. (closes: #138575)
268     - Pointed to the autotools-dev documentation. (closes: #159169)
269     - Made working directory name consistent: ~/gentoo/ . (closes: #174816)
270     - Fixed file location while introducing default.ent. (closes: #203609)
271     - Mentioned dh_make -o . (closes: #203685)
272 osamu 2692 - Minor wording polishes and tag updates. (closes: #258273)
273 osamu 2983 - Added mentors-FAQ URL. (closes: #279312)
274     - Added linda and pbuilder. (closes: #287064)
275     - Added -sa option, cvs-buildackage etc., dpatch.
276     - Added Build dep method per virlon's debian-mentor posting.
277     - Expanded section on "Checking the package for errors" and
278 osamu 2777 "New upstream release" based on debian-mentor postings.
279 osamu 2835 (no debconf message for broken upgrade reminded.)
280 osamu 2983 - Added appendix to provide more examples.
281     * Fixed typo in Spanish and German. (closes: #225432, #276529)
282 osamu 2835 * Translation updated with CVS.
283 osamu 2667
284 osamu 2835 -- Osamu Aoki <osamu@debian.org> Sun, 23 Jan 2005 22:16:58 +0100
285 osamu 2667
286     maint-guide (1.2.2) unstable; urgency=low
287    
288     * NMU, partially blessed by the maintainer (ignoring bugs where I have no
289     instructions for)
290     * Minor changes in maint-guide (version 1.2.2, by Josip)
291     * German translation overhaul (update to version 1.2.2 by Erik Schanze
292     <mail@erikschanze.de>, Frank Lichtenheld <frank@lichtenheld.de>,
293     closes: #241950, #150188)
294     * Translation updates (to version 1.2.2): maint-guide-es, maint-guide-fr,
295     maint-guide-it, maint-guide-ja, maint-guide-pl, maint-guide-zh
296    
297     -- Eduard Bloch <blade@debian.org> Sat, 17 Jul 2004 17:09:34 +0200
298    
299     maint-guide (1.2.1) unstable; urgency=low
300    
301     * Updated various translations from CVS.
302     * Updated Italian translation to 1.2, closes: #154941.
303     * Added Chinese translation in maint-guide-zh, version 1.2. No PDFs.
304     * Fixed various typos and other language issues in the English version,
305     closes: #159218, #171833.
306     * Removed byhand files, cf. bug #184082.
307     * Updated standards version (no more postinst and prerm hacks, yay).
308    
309     -- Josip Rodin <joy-packages@debian.org> Wed, 9 Jul 2003 18:30:21 +0200
310    
311     maint-guide (1.2) unstable; urgency=high
312    
313     * New English version of the guide, closes: #106060, #108763, #108854,
314     #119729, #127186, #132241, #118769, #85897, #115864.
315     * Updated French translation to 1.2.
316     * Updated Japanese translation to 1.2.
317     * Added maint-guide-it, version 1.0.2, closes: #115366.
318     * Added Polish translation, version 1.2, in maint-guide-pl.
319     * Added the packages we recommend in the Suggests: fields, closes: #77900.
320     * Added index.xy.html symlink to fix the links in the doc-base files,
321     closes: #106833.
322     * Added PDF versions everywhere, except for Japanese which unfortunately
323     doesn't build properly.
324    
325     -- Josip Rodin <jrodin@jagor.srce.hr> Sun, 28 Apr 2002 11:04:42 +0200
326    
327     maint-guide (1.0.2) unstable; urgency=low
328    
329     * Major updates to the Spanish translation.
330     * Some updates to the French translation.
331     * Minor fix to the Japanese translation.
332     * Removed the paragraph that mentioned packaging-manual, closes: #89986.
333     * Upped all translations versions to 1.0.2, my copyright to 2001, and
334     the date to 10 June 2001 -- hope babelfishing worked :)
335     * Forced $LANG=C in rules file to work around bug #76037 in debiandoc-sgml,
336     closes: #87283.
337     * Added Build-Depends-Indep: tetex-bin, tetex-extra, closes: #92293.
338     * Fixed minor mistakes and style problems Neil Conway
339     <nconway@klamath.dyndns.org> pointed out, closes: #97864.
340     * Fixed that small problem with grep being an it, not a he, closes: #89628.
341     * Policy 3.5.5, no changes.
342    
343     -- Josip Rodin <jrodin@jagor.srce.hr> Sun, 10 Jun 2001 03:10:47 +0200
344    
345     maint-guide (1.0.1) unstable; urgency=low
346    
347     * Added German translation, kindly provided by Eduard Bloch
348     <edi@ka.linux.de>.
349     * Added Portuguese (Brazilian) translation, kindly provided by
350     Gustavo Noronha Silva (KoV) <dockov@zaz.com.br>.
351     It's going to be contained in maint-guide-pt package, Portuguese (real)
352     translation can be added later if someone wants.
353    
354     -- Josip Rodin <jrodin@jagor.srce.hr> Tue, 2 Jan 2001 23:18:16 +0100
355    
356     maint-guide (1.0) frozen unstable; urgency=low
357    
358     * Final version :) Changed all (0.99.1) version numbers to be 1.0.
359     * Fixed path of the .tar.gz file in dh_make invocation, reported by
360     Bruce Sass.
361     * Updated Russian translation to version 0.99.1.
362    
363     * Changed doc-base paths to use /usr/share/doc, to prevent any problems
364     related to .dhelp files under /usr/doc, closes: #52488.
365    
366     -- Josip Rodin <jrodin@jagor.srce.hr> Sun, 28 May 2000 14:31:41 +0200
367    
368     maint-guide (0.99.1.0) frozen unstable; urgency=low
369    
370     * Updated Spanish translation to version 0.99.1.
371     * Updated French translation to version 0.99.1 (plus some typos fixed).
372    
373     * Revived Russian .txt, debiandoc-sgml has been fixed.
374     * Added PostScript version, it's useful for printing. Only for English,
375     for now (I might not have appropriate teTeX fonts, so let's not screw
376     up something now).
377    
378     -- Josip Rodin <jrodin@jagor.srce.hr> Wed, 15 Mar 2000 23:45:58 +0100
379    
380     maint-guide (0.99.1) frozen unstable; urgency=low
381    
382     * Added a few extra notes about Makefiles in autoconfized/automaked
383     sources. That is about it for 0.99.1. If I ever get all the
384     translations updated, that'll be upped to 1.0.
385    
386     * Added Spanish translation, version 0.95 for now, package version
387     0.97.0.1 (to not have to add epoch). Fixed author/copyright statement.
388     * Added Russian translation, version 0.97 for now, by Mihail Sobolev.
389     The text version doesn't seem to be working so good, disabled for now,
390     bug filed on debiandoc2text about it.
391     * Added Japanese translation of this version.
392     * Fixed Japanese charset, closes: #55421. Did the same for other langs.
393     Added translated names in translation packages' descriptions.
394     * Fixed s/text.gz/txt/ in filenames in doc-base files.
395     Removed extra ${lang} in the files, closes: #58967.
396     * Removed extra entries from Build-Depends:, debiandoc-sgml is fixed now.
397     * Optimized debian/rules a bit. Removed unused version.ent stuff.
398    
399     -- Josip Rodin <jrodin@jagor.srce.hr> Thu, 25 Jan 2000 23:59:59 +0100
400    
401     maint-guide (0.99) frozen unstable; urgency=low
402    
403     * Followed a couple of useful suggestions from Zygo Blaxell, regarding
404     the build directory and several technical fixes in the text.
405     * Moved description of changelog and copyright files under "Required
406     files". The description of control and rules is there, of course, but
407     with some things fixed and updated (WRT new dh_make).
408     * Changed license to solely GPL.
409     * Used several corrections and additions from James R. Van Zandt, most
410     notably a new section about updating the package, and several grammar
411     and style fixes.
412    
413     * Updated for new debiandoc-sgml. Removed postscript files.
414     * Added a new file, called "Credits", containing names and mails of
415     people involved in making this document. Please contact me if you
416     helped and I forgot to add your name there.
417     * The French translation wasn't updated, but this upload contains it
418     (version 0.97.1) because of these:
419     * Fixed French text file byhand entry.
420     * Created /usr/doc/maint-guide symlink in maint-guide-fr
421     postinst/prerm, closes: #49567.
422     * This upload also contains maint-guide-ja package, containing the
423     Japanese translation, version 0.97.
424     * Standards-Version: 3.1.1. Added Build-Depends: (although it is a bit
425     pointless, as this is an arch-indep package :o). Some other fixes
426     to debian/*.
427     * Currently, I have French and Japanese translation of version 0.97,
428     and Spanish of 0.95. When I get updated copies of all of these, I'll
429     release 1.0. This is a call for help - please translators, do this
430     before release.
431    
432     -- Josip Rodin <jrodin@jagor.srce.hr> Tue, 28 Dec 1999 02:45:44 +0100
433    
434     maint-guide (0.97) unstable; urgency=low
435    
436     * Numerous corrections to the wording/grammar/spelling.
437     * Added a little comment at the top, to help translators identify
438     themselves.
439     * Updated the needed programs/sections list to current slink/potato state.
440     * Separated the note about debmake in its own paragraph.
441     * Added "0.0." in the example where a date is to be used as a version,
442     and added in a short explanation why that should be done (closes: #45657).
443     * Updated the dh_make e-mail setting method to match the way current
444     potato script does it, and updated most of the auto-generated files
445     with those from the current version.
446     * Updated the signing info with newer GPG and non-US data.
447     * Added a note about autoconf-ized programs in the partly rewritten and
448     renamed section about changing upstream Makefiles to fix $DESTDIR
449     problem. (closes: #42614)
450     * Updated the section about package relationships, with notes about APT
451     and a bit of rewording.
452     * Fixed the note about maintainer scripts.
453     * Added the "watch" file, described its usefulness a bit.
454     * Some fixes to the section about the menu file.
455     * Fixed the dupload related stuff, as noted by Stephane Bortzmeyer (thanks
456     for the useful tip!).
457     * Rearrangements in the resulting files section, added description of
458     the .diff.gz file, fixed description of the .changes file.
459    
460     * Added French translation in the source package, build it as a separate
461     binary(-all) packages. Many thanks to Frederic Dumont
462     <frederic.dumont@freeworld.be>, for providing the translation.
463     * Currently waiting for the Spanish and the Japanese translations to
464     get updated from 0.95 to this version.
465    
466     * Updated packages for Policy 3.x compliance. Major rearrangements in the
467     rules file.
468    
469     -- Josip Rodin <jrodin@jagor.srce.hr> Sun, 19 Sep 1999 21:24:33 +0200
470    
471     maint-guide (0.95) unstable; urgency=low
472    
473     * New version, mostly bug fixes... see the log in CVS.
474    
475     -- Josip Rodin <jrodin@jagor.srce.hr> Sat, 3 Apr 1999 17:52:38 +0200
476    
477     maint-guide (0.9) unstable; urgency=low
478    
479     * New version, bug fixes and other boring stuff :)
480     * Beautified doc-base file.
481    
482     -- Josip Rodin <jrodin@jagor.srce.hr> Wed, 24 Mar 1999 21:52:46 +0100
483    
484     maint-guide (0.8) unstable; urgency=low
485    
486     * Initial release as a package.
487    
488     -- Josip Rodin <jrodin@jagor.srce.hr> Sun, 14 Mar 1999 16:28:14 +0100
489    
490     Local variables:
491     mode: debian-changelog
492     mode: auto-fill
493     End:

  ViewVC Help
Powered by ViewVC 1.1.5