[Pkg-jed-commit] r721 - jed/branches/0.99.19/debian

Rafael Laboissiere rafael at alioth.debian.org
Sat May 19 21:41:42 UTC 2007


Author: rafael
Date: 2007-05-19 21:41:42 +0000 (Sat, 19 May 2007)
New Revision: 721

Modified:
   jed/branches/0.99.19/debian/changelog
   jed/branches/0.99.19/debian/rules
Log:
* Use an epoch in the package version number, since the unstable branch
  has also an epoch now.  Also start using "~pre" instead of ".+pre" in
  the version number, which is more appropriate.
* debian/control: Adjust the get-orig-source rule to the above


Modified: jed/branches/0.99.19/debian/changelog
===================================================================
--- jed/branches/0.99.19/debian/changelog	2007-05-19 11:16:23 UTC (rev 720)
+++ jed/branches/0.99.19/debian/changelog	2007-05-19 21:41:42 UTC (rev 721)
@@ -1,3 +1,12 @@
+jed (1:0.99.19~pre78-1) UNRELEASED; urgency=low
+
+  * Use an epoch in the package version number, since the unstable branch
+    has also an epoch now.  Also start using "~pre" instead of ".+pre" in
+    the version number, which is more appropriate.
+  * debian/control: Adjust the get-orig-source rule to the above
+
+ --
+
 jed (0.99.19.+pre78-2) experimental; urgency=low
 
   * Uploading to experimental.  The last release was accidentally uploaded

Modified: jed/branches/0.99.19/debian/rules
===================================================================
--- jed/branches/0.99.19/debian/rules	2007-05-19 11:16:23 UTC (rev 720)
+++ jed/branches/0.99.19/debian/rules	2007-05-19 21:41:42 UTC (rev 721)
@@ -183,7 +183,7 @@
 		END { print ((sort {$$b <=> $$a} keys %v) [0]) }'	\
 		< trunk/changes.txt ) ;					\
 	rm -rf trunk/info ;						\
-	PKG_VER=0.99.19.+pre$$REV ;					\
+	PKG_VER=0.99.19~pre$$REV ;					\
 	SRC_DIR=jed-$$PKG_VER ;						\
 	if [ -d $$SRC_DIR ] ; then					\
 		echo Directory $$SRC_DIR exists, move it away! >&2 ; 	\




More information about the Pkg-jed-commit mailing list