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

Rafael Laboissiere rafael at alioth.debian.org
Wed May 16 22:51:08 UTC 2007


Author: rafael
Date: 2007-05-16 22:51:07 +0000 (Wed, 16 May 2007)
New Revision: 701

Modified:
   jed/branches/0.99.19/debian/changelog
   jed/branches/0.99.19/debian/rules
Log:
* Changed the upstream version numbering scheme, where the number after
  "+pre" corresponds to the micro version of the unstable Jed
  branch. [RL]
* debian/rules:
  + The upstream version is obtained by parsing debian/changelog [RL]
  + Remove *.orig.tar.gz in the clean rule


Modified: jed/branches/0.99.19/debian/changelog
===================================================================
--- jed/branches/0.99.19/debian/changelog	2007-05-16 22:41:00 UTC (rev 700)
+++ jed/branches/0.99.19/debian/changelog	2007-05-16 22:51:07 UTC (rev 701)
@@ -1,7 +1,14 @@
-jed (0.99.19~pre78-1) experimental; urgency=low
+jed (0.99.19.+pre78-1) UNRELEASED; urgency=low
 
   * New upstream release, taken from the upstream SVN repository at
-    gna.org.
+    gna.org [JS]
+  * Changed the upstream version numbering scheme, where the number after
+    "+pre" corresponds to the micro version of the unstable Jed
+    branch. [RL]
+  * debian/rules:
+    + Simplified the get-orig-source rule [JS]
+    + The upstream version is obtained by parsing debian/changelog [RL]
+    + Remove *.orig.tar.gz in the clean rule
 
   * Dropped debian/patches/fix-pymode-block-end.dpatch, which is now
     applied upstream. [JS]

Modified: jed/branches/0.99.19/debian/rules
===================================================================
--- jed/branches/0.99.19/debian/rules	2007-05-16 22:41:00 UTC (rev 700)
+++ jed/branches/0.99.19/debian/rules	2007-05-16 22:51:07 UTC (rev 701)
@@ -31,7 +31,7 @@
 	dh_testdir
 	dh_clean
 	-make distclean
-	rm -f build-stamp install-stamp
+	rm -f build-stamp install-stamp *.orig.tar.gz
 	# fixme-upstream
 	rm -f src/config.h
 
@@ -172,7 +172,7 @@
 
 binary: binary-arch binary-indep
 
-JED_VER=0.99.19~pre78
+JED_VER=${shell perl -ne '/\(([^-]+)-/; print $$1; last' < debian/changelog}
 get-orig-source:
 	svn export svn://svn.gna.org/svn/jed/trunk jed-$(JED_VER)
 	rm -rf jed-$(JED_VER)/info




More information about the Pkg-jed-commit mailing list