[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: maint-guide updated request-for-translation



Hi,

Thanks for your comment.

On Sun, Jun 29, 2014 at 02:17:44PM +0200, Guillem Jover wrote:
> [ Please CC me, I'm not subscribed. ]
> 
> On Sat, 2014-06-28 at 22:01:44 +0900, Osamu Aoki wrote:
> > There are few other issues addressed:
> 
> >   * Use the new dpkg-buildpackage default of not signing packages 
> 
> This default has not changed (yet), I guess what you might have seen
> is dpkg-buildpackage not signing UNRELEASED builds.

I see.

Anyway, it is safer to sign separately after building and testing.

So I will update this as:

$ git diff HEAD^ *
diff --git a/doc/06_build.xml b/doc/06_build.xml
index b0957d0..790b37d 100644
--- a/doc/06_build.xml
+++ b/doc/06_build.xml
@@ -28,7 +28,7 @@ packages listed in the
<literal>Build-Depends-indep</literal> field (see <xref l
 Then you issue the following command in the source directory:
 </para>
 <screen>
-$ dpkg-buildpackage
+$ dpkg-buildpackage -us -uc
 </screen>
 <para>
 This will do everything to make full binary and source packages for
you.  It
@@ -282,6 +282,7 @@ The <command>dbuild</command> command executes the
<command>lintian</command> co
 The <command>lintian</command> command can be customized with the
following in the <filename>~/.devscripts</filename>:
 </para>
 <screen>
+DEBUILD_DPKG_BUILDPACKAGE_OPTS="-us -uc -I -i"
 DEBUILD_LINTIAN_OPTS="-i -I --show-overrides"
 </screen>
 <para>

Also I changed changelog entry.

Osamu


Reply to: