[Pkg-jed-commit] r212 - trunk/www

Rafael Laboissiere rafael at costa.debian.org
Mon Nov 21 13:14:46 UTC 2005


Author: rafael
Date: 2005-11-21 13:14:45 +0000 (Mon, 21 Nov 2005)
New Revision: 212

Modified:
   trunk/www/DJG-Guidelines.txt
Log:
Relaxed the requirement to leave an empty trailer line in the
debain/changelog when committing non-finished releases


Modified: trunk/www/DJG-Guidelines.txt
===================================================================
--- trunk/www/DJG-Guidelines.txt	2005-11-21 12:09:10 UTC (rev 211)
+++ trunk/www/DJG-Guidelines.txt	2005-11-21 13:14:45 UTC (rev 212)
@@ -157,30 +157,27 @@
      svn copy trunk/packages/jed-cool tags/packages/jed-cool/1.2.3-4
      svn commit tags/packages/jed-cool --message 'Debian release 1.2.3-4'
 
-#. Now you can go back to the package sources and do::
+* Now you can go back to the package sources and do::
 
      cd ../jed-cool-1.2.3-4
      rm -rf debian
      svn co svn+ssh://svn.debian.org/svn/pkg-jed/trunk/packages/jed-cool/debian
 
-When committing changes that do not result in a Debian release, keep
-debian/changelog in a clearly broken state, such that the other developers
-will know that the version is not yet released.  Something like this::
+When committing changes that do not result in a Debian release, keep a clear
+indication in debian/changelog in a clearly broken state, such that the
+other developers will know that the version is not yet released.  Something
+like this::
 
     jed-cool (1.2.3-4) unstable; urgency=low
 
       NOT YET RELEASED!
 
-      +++ Changes made by Rafael Laboissiere
+      +++ Changes made by Joe Developer
 
       * First import
 
-     --
 
-Notice the absence of signature and release date.  dpkg-buildpackage will
-refuse to build a package with such an entry at the top of debian/changelog.
 
-
 Author
 ------
 




More information about the Pkg-jed-commit mailing list