chiark / gitweb /
SRM changes; #414291
authoraba <aba@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sat, 16 Jun 2007 17:51:49 +0000 (17:51 +0000)
committeraba <aba@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sat, 16 Jun 2007 17:51:49 +0000 (17:51 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@4647 313b444b-1b9f-4f58-a734-7bb04f332e8d

debian/changelog
debian/control
debian/copyright
debian/rules
developers-reference.sgml

index 362ed4b91f38bb75c5e5288f81f268f80c88dc39..b59fb2a5b8f5c0b23ac5fcb7a4062f8b836da56f 100644 (file)
@@ -1,3 +1,14 @@
+developers-reference (3.3.9) unstable; urgency=low
+
+  * Packaging changes:
+    - bump standards-version to 3.7.2 (no change)
+    - fix debian/copyright
+    - move debhelper to Build-Depends.
+    - add pdf for French version.
+  * Document changes to stable release management. Closes: #414291
+
+ -- Andreas Barth <aba@gluck.debian.org>  Sat, 16 Jun 2007 11:41:41 -0600
+
 developers-reference (3.3.8) unstable; urgency=low
 
   * mia-history is replaced by mia-query. Thanks, Christoph Berg.
index b4027911a1d2a0231955f0a860a3ae1c1a871b69..7add9c056e8f63e97ab9030bbfc72973585bfec2 100644 (file)
@@ -3,8 +3,9 @@ Section: doc
 Priority: optional
 Maintainer: Debian Documentation Project <debian-doc@lists.debian.org>
 Uploaders: Andreas Barth <aba@not.so.argh.org>
-Standards-Version: 3.5.10
-Build-Depends-Indep: debiandoc-sgml (>= 1.1.76), tetex-bin, tetex-extra, debhelper (>= 4.1.32)
+Standards-Version: 3.7.2
+Build-Depends-Indep: debiandoc-sgml (>= 1.1.76), tetex-bin, tetex-extra
+Build-Depends: debhelper (>= 4.1.32)
 
 Package: developers-reference
 Architecture: all
index bc88b5b3a1df8d7624379b92c36751141d4158ce..039af5abe6f0f9da4acfe7bcec7624143f37822f 100644 (file)
@@ -1,14 +1,16 @@
 
 This is the Debian package of the Debian Developer's Reference.  It
-was assembled by Christian Schwarz <schwarz@debian.org>.  It is
-currently maintained by Adam Di Carlo <aph@debian.org>.
+was assembled by Christian Schwarz <schwarz@debian.org>, has been maintained
+by Adam Di Carlo <aph@debian.org> and is now maintained by Andreas Barth
+<aba@not.so.argh.org>.
 
 ------------------------------------------------------------------------------
 Copyright of the Debian Developer's Reference:
 
 Copyright (c) 1997, 1998 Christian Schwarz; 
-          (c) 2002 Raphaël Hertzog
+          (c) 2002 - 2003 Raphaël Hertzog
           (c) 1998 - 2003 Adam Di Carlo
+          (c) 2004 - 2007 Andreas Barth
 
 This manual is free software; you may redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
@@ -24,4 +26,4 @@ A copy of the GNU General Public License is available as
 `/usr/share/common-licenses/GPL' in the Debian GNU/Linux distribution
 or on the World Wide Web at <URL:http://www.gnu.org/copyleft/gpl.html>.
 You can also obtain it by writing to the Free Software Foundation, Inc., 
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+51 Franklin St, Fifth Floor, Boston, MA 02110, USA
index c37eb99eeee1e6afcbf168e49469ad52dbb8b87e..43114076c70fb47c2e83dc97fedd67d16f8c20c0 100755 (executable)
@@ -63,7 +63,7 @@ install:      build
 
        set -e; for lang in $(langs); do \
            dh_installdocs -p$(package)-$$lang README-contrib developers-reference.$$lang.txt \
-               developers-reference.$$lang.html/* ;\
+               developers-reference.$$lang.pdf developers-reference.$$lang.html/* ;\
        done
 
 
index 939f1b60bee971004191461a5afd8989fa613ca9..903282b620db2a5964d7db1b874b662364b8b3ba 100644 (file)
@@ -7,7 +7,7 @@
   <!ENTITY % dynamicdata  SYSTEM "dynamic.ent" > %dynamicdata;
 
   <!-- CVS revision of this document -->
-  <!ENTITY cvs-rev "$Revision: 1.315 $">
+  <!ENTITY cvs-rev "$Revision: 1.316 $">
 
   <!-- if you are translating this document, please notate the CVS
        revision of the original developer's reference in cvs-en-rev -->
@@ -31,7 +31,7 @@
 
       <copyright>
        <copyrightsummary>
-copyright &copy; 2004&mdash;2006 Andreas Barth</copyrightsummary>
+copyright &copy; 2004&mdash;2007 Andreas Barth</copyrightsummary>
        <copyrightsummary>
 copyright &copy; 1998&mdash;2003 Adam Di Carlo</copyrightsummary>
        <copyrightsummary>
@@ -1820,9 +1820,11 @@ at the same time.
        <sect1 id="upload-stable">
           <heading>Special case: uploads to the <em>stable</em> distribution</heading>
          <p>
-Uploading to <em>stable</em> means that the package will be placed into the
-<file>stable-proposed-updates</file> directory of the Debian archive for further
-testing before it is actually included in <em>stable</em>.
+Uploading to <em>stable</em> means that the package will transfered to the
+<em>p-u-new</em>-queue for review by the stable release managers, and
+if approved will be installed in
+<file>stable-proposed-updates</file> directory of the Debian archive.
+From there, it will be included in <em>stable</em> with the next point release.
          <p>
 Extra care should be taken when uploading to <em>stable</em>. Basically, a
 package should only be uploaded to stable if one of the following happens:
@@ -1851,7 +1853,7 @@ packages (by messing with <tt>Provides</tt> or shlibs files), possibly making
 those other packages uninstallable, is strongly discouraged.
          <p>
 The Release Team (which can be reached at &email-debian-release;) will
-regularly evaluate the uploads in <em>stable-proposed-updates</em> and decide if
+regularly evaluate the uploads To <em>stable-proposed-updates</em> and decide if
 your package can be included in <em>stable</em>. Please be clear (and
 verbose, if necessary) in your changelog entries for uploads to
 <em>stable</em>, because otherwise the package won't be considered for