Package: maint-guide Severity: wishlist Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Attached is a patch with two minor changes for the Debian maintainers guide I happened to see when I was reading it: * Fix Vcs-Svn field (was previously incorrectly set to Vcs-Cvs) * Mention bzr-builddeb in the list of vcs-related helper tools. - -- System Information: Debian Release: lenny/sid APT prefers gutsy APT policy: (500, 'gutsy'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iJwEAQECAAYFAkiNJtEACgkQDLQl4QYPZuWtWwP+L53eoAY5eKi4Iphf/0SnMk/H zU8+ObPXUeJgG4YceSO2DDvAWVqB8xDqhllKHMbr6/ywHh1jon2vmz8jUTQHYM85 5+KQBQoWLB90JlgKREC6mq7WsbydnCoseudCUxfY216CYOHyYKGNoS+1PqVMi0XB yTceVpQLvfw7NxCADAw= =upuH -----END PGP SIGNATURE-----
=== modified file 'maint-guide/debian/changelog' --- maint-guide/debian/changelog 2008-06-07 03:51:41 +0000 +++ maint-guide/debian/changelog 2008-07-27 01:10:08 +0000 @@ -1,12 +1,17 @@ maint-guide (1.2.14) UNRELEASED-unstable; urgency=low + [ Osamu Aoki ] * Fixed old DH_COMPAT=4 examples for all languages. * Fixed Italian section 4.1 per Riccardo Brigo. Closes: 436046 * Fixed maint-guide-pl.doc-base file encoding. Closes: 473166 * Fixed versioned dependencies issue. Closes: 438176 * Added manpage creation from the XML template. Closes: 437751 - -- Osamu Aoki <[EMAIL PROTECTED]> Sat, 07 Jun 2008 13:54:15 +0900 + [ Jelmer Vernooij ] + * Fix Vcs-Svn field. + * Mention bzr-builddeb in list of version control helper tools. + + -- Jelmer Vernooij <[EMAIL PROTECTED]> Sun, 27 Jul 2008 03:09:36 +0200 maint-guide (1.2.13) unstable; urgency=low === modified file 'maint-guide/debian/control' --- maint-guide/debian/control 2008-06-05 12:37:26 +0000 +++ maint-guide/debian/control 2008-07-27 01:04:51 +0000 @@ -6,8 +6,8 @@ Build-Depends: debhelper (>> 4.0.0) Build-Depends-Indep: debiandoc-sgml (>= 1.2.1), texlive-full, w3m, latex-cjk-all, freetype2-demos, ghostscript | gs-esp | gs Standards-Version: 3.7.3 -XS-Vcs-Cvs: svn://svn.debian.org/ddp/manuals/trunk maint-guide -XS-Vcs-Browser: http://svn.debian.org/viewsvn/ddp/manuals/trunk/maint-guide/ +Vcs-Svn: svn://svn.debian.org/ddp/manuals/trunk/maint-guide +Vcs-Browser: http://svn.debian.org/viewsvn/ddp/manuals/trunk/maint-guide/ Package: maint-guide Architecture: all === modified file 'maint-guide/maint-guide.sgml' --- maint-guide/maint-guide.sgml 2008-06-07 03:51:41 +0000 +++ maint-guide/maint-guide.sgml 2008-07-27 01:07:55 +0000 @@ -2172,6 +2172,10 @@ <list compact> <item><package>git-buildpackage</package> </list> +<item>Bazaar +<list compact> +<item><package>bzr-builddeb</package> +</list> </list> <p> These commands also automate the packaging of new upstream releases.

