chiark / gitweb /
dpkg-buildpackage -m<addr> flag was changed for -e<addr> when NMU'ing;
authoraph <aph@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Thu, 21 Jun 2001 17:02:13 +0000 (17:02 +0000)
committeraph <aph@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Thu, 21 Jun 2001 17:02:13 +0000 (17:02 +0000)
update documentation accordingly

closes: #101676

git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@1201 313b444b-1b9f-4f58-a734-7bb04f332e8d

debian/changelog
developers-reference.sgml

index a10b7624f2fab13810a082a42fd8dba023e7e1d4..b2f09ff59f7a1de7797d9785a7a3aaef08f0a3c0 100644 (file)
@@ -2,8 +2,11 @@ developers-reference (2.8.7) unstable; urgency=low
 
   * French version: updates
   * fix a typo in a link
+  * dpkg-buildpackage -m<addr> flag was changed for -e<addr> when NMU'ing;
+    update documentation accordingly
+    closes: #101676
 
- -- Adam Di Carlo <aph@debian.org>  Tue, 15 May 2001 10:59:19 -0400
+ -- Adam Di Carlo <aph@debian.org>  Thu, 21 Jun 2001 12:54:30 -0400
 
 developers-reference (2.8.6) unstable; urgency=low
 
index ef7702e50621e9b04b5811952232d59fcdd57d98..a3d4b80ba46acd30412e4a82e513d39ddee88495 100644 (file)
@@ -5,7 +5,7 @@
   <!-- common, language independant entities -->
   <!entity % commondata  SYSTEM "common.ent" > %commondata;
   <!-- CVS revision of this document -->
-  <!entity cvs-rev "$Revision: 1.55 $">
+  <!entity cvs-rev "$Revision: 1.56 $">
 
   <!-- if you are translating this document, please notate the RCS
        revision of the developers reference here -->
@@ -1600,7 +1600,7 @@ NMU of the source package ``foo_1.3-1'' would be numbered
 ``foo_1.3-1.0.1''.
        <p>
 The way to invoke <prgn>dpkg-buildpackage</prgn> is as
-<tt>dpkg-buildpackage -B -m<var>porter-email</var></tt>.  Of course,
+<tt>dpkg-buildpackage -B -e<var>porter-email</var></tt>.  Of course,
 set <var>porter-email</var> to your email address.  This will do a
 binary-only build of only the architecture-dependant portions of the
 package, using the `binary-arch' target in <file>debian/rules</file>.