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

Rafael Laboissiere rafael at alioth.debian.org
Thu May 17 20:51:18 UTC 2007


Author: rafael
Date: 2007-05-17 20:51:18 +0000 (Thu, 17 May 2007)
New Revision: 712

Modified:
   jed/branches/0.99.19/debian/changelog
   jed/branches/0.99.19/debian/rules
Log:
Debian release jed_0.99.19.+pre78-2

Modified: jed/branches/0.99.19/debian/changelog
===================================================================
--- jed/branches/0.99.19/debian/changelog	2007-05-17 19:31:00 UTC (rev 711)
+++ jed/branches/0.99.19/debian/changelog	2007-05-17 20:51:18 UTC (rev 712)
@@ -1,3 +1,13 @@
+jed (0.99.19.+pre78-2) experimental; urgency=low
+
+  * Uploading to experimental.  The last release was accidentally uploaded
+    to unstable.
+  * debian/rules: Added code in the binary rule to check whether this version
+    is targeted to the experimental distribution and issue a warning if it
+    is not
+
+ -- Rafael Laboissiere <rafael at debian.org>  Thu, 17 May 2007 21:54:33 +0200
+
 jed (0.99.19.+pre78-1) unstable; urgency=low
 
   * New upstream release, taken from the upstream SVN repository at

Modified: jed/branches/0.99.19/debian/rules
===================================================================
--- jed/branches/0.99.19/debian/rules	2007-05-17 19:31:00 UTC (rev 711)
+++ jed/branches/0.99.19/debian/rules	2007-05-17 20:51:18 UTC (rev 712)
@@ -165,9 +165,17 @@
 	dh_md5sums -a
 	dh_builddeb -a
 
+DEB_VER = ${shell perl -ne '/\((.*);/; print $$1; last' < debian/changelog}
+JED_VER = $(shell echo "$(DEB_VER)" | sed "s/-.*//")
+DIST = ${shell echo "$(DEB_VER)" | sed 's/.*) *//'}
+
 binary: binary-arch binary-indep
+	@if [ "$(DIST)" != experimental ] ; then			      \
+	  echo "***********************************************************"; \
+	  echo This version should be uploaded to experimental, not $(DIST)!; \
+	  echo "***********************************************************"; \
+	fi
 
-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