[Pkg-erlang-commits] r1244 - erlang/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Thu May 13 05:19:14 UTC 2010


Author: sgolovan
Date: 2010-05-13 05:19:13 +0000 (Thu, 13 May 2010)
New Revision: 1244

Modified:
   erlang/trunk/debian/changelog
   erlang/trunk/debian/rules
Log:
[erlang]
  * Fixed bashism in debian/rules (closes: #581450).


Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog	2010-04-22 19:18:57 UTC (rev 1243)
+++ erlang/trunk/debian/changelog	2010-05-13 05:19:13 UTC (rev 1244)
@@ -1,8 +1,8 @@
 erlang (1:13.b.4-dfsg-6) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Fixed bashism in debian/rules (closes: #581450).
 
- -- Sergei Golovan <sgolovan at debian.org>  Thu, 22 Apr 2010 23:18:40 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Thu, 13 May 2010 09:17:45 +0400
 
 erlang (1:13.b.4-dfsg-5) unstable; urgency=low
 

Modified: erlang/trunk/debian/rules
===================================================================
--- erlang/trunk/debian/rules	2010-04-22 19:18:57 UTC (rev 1243)
+++ erlang/trunk/debian/rules	2010-05-13 05:19:13 UTC (rev 1244)
@@ -135,7 +135,7 @@
 	rm -f debian/AUTHORS
 	#
 	# Don't remove patch-stamp
-	rm -f [^p]*-stamp
+	rm -f [!p]*-stamp
 
 automake: automake-stamp
 automake-stamp: patch-stamp




More information about the Pkg-erlang-commits mailing list