[Pkg-isocodes-devel] r677 - trunk/iso-codes/notes

Tobias Toedter toddy-guest at costa.debian.org
Mon Oct 2 16:44:21 UTC 2006


Author: toddy-guest
Date: 2006-10-02 16:44:21 +0000 (Mon, 02 Oct 2006)
New Revision: 677

Modified:
   trunk/iso-codes/notes/howto-release.txt
Log:
Move the creation of a tag upwards


Modified: trunk/iso-codes/notes/howto-release.txt
===================================================================
--- trunk/iso-codes/notes/howto-release.txt	2006-10-02 10:25:49 UTC (rev 676)
+++ trunk/iso-codes/notes/howto-release.txt	2006-10-02 16:44:21 UTC (rev 677)
@@ -15,14 +15,14 @@
 Update the version number in configure.ac and commit.
 $ svn ci configure.ac
 
-Update all automatically generated files (configure, Makefiles, etc.).
-$ autoreconf --install --symlink
-
 Create a tag for the next release.
 $ svn copy \
   svn+ssh://<yourname>@svn.debian.org/svn/pkg-isocodes/trunk \
   svn+ssh://<yourname>@svn.debian.org/svn/pkg-isocodes/tags/version_0_XX
 
+Update all automatically generated files (configure, Makefiles, etc.).
+$ autoreconf --install --symlink
+
 Create the Makefiles.
 $ ./configure
 




More information about the Pkg-isocodes-devel mailing list