chiark / gitweb /
Use dpkg-buildpackage -B to test binary-arch target
authormdz <mdz@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Thu, 12 Jun 2003 15:58:43 +0000 (15:58 +0000)
committermdz <mdz@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Thu, 12 Jun 2003 15:58:43 +0000 (15:58 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@2320 313b444b-1b9f-4f58-a734-7bb04f332e8d

debian/changelog
developers-reference.sgml

index 2f0794fab2dd9e93959951671ba24550d2ad0e37..238c784edd217d48b2ce719f63d1dc8ac6a66291 100644 (file)
@@ -9,7 +9,9 @@ developers-reference (3.3.3) unstable; urgency=low
   * Matt Zimmerman
     - Updates and clarifications to instructions for security bugs
     - Deprecate uploads to stable for security fixes, reference
-      section on security bugs
+      section on security bugs (Closes: #196516)
+    - use dpkg-buildpackage -B to test binary-arch, not -b
+      (Closes: #196555)
 
  -- Matt Zimmerman <mdz@debian.org>  Thu, 12 Jun 2003 11:30:34 -0400
 
index 2749638dff44270226d622ae07432a2f9f846749..53010fe55e062ba4f1cefe5dee1700af45a02e49 100644 (file)
@@ -6,7 +6,7 @@
   <!entity % commondata  SYSTEM "common.ent" > %commondata;
 
   <!-- CVS revision of this document -->
-  <!entity cvs-rev "$Revision: 1.200 $">
+  <!entity cvs-rev "$Revision: 1.201 $">
   <!-- if you are translating this document, please notate the CVS
        revision of the developers reference here -->
   <!--
@@ -2623,7 +2623,7 @@ Make sure your debian/rules contains separate ``binary-arch'' and
 ``binary-indep'' targets, as the Debian Policy Manual requires.
 Make sure that both targets work independently, that is, that you can
 call the target without having called the other before. To test this,
-try to run <tt>dpkg-buildpackage -b</tt>.
+try to run <tt>dpkg-buildpackage -B</tt>.
          </enumlist>