[Pkg-lustre-svn-commit] r469 - in /trunk/debian: changelog rules
winnie at users.alioth.debian.org
winnie at users.alioth.debian.org
Mon Apr 21 18:37:13 UTC 2008
Author: winnie
Date: Mon Apr 21 18:37:13 2008
New Revision: 469
URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1&rev=469
Log:
No longer need to change this on each new upstream version
Modified:
trunk/debian/changelog
trunk/debian/rules
Modified: trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/changelog?rev=469&op=diff
==============================================================================
--- trunk/debian/changelog (original)
+++ trunk/debian/changelog Mon Apr 21 18:37:13 2008
@@ -1,8 +1,10 @@
lustre (1.6.4.3-2) UNRELEASED; urgency=low
- * Changed lustre version in rules.. forgot that in last upload.
-
- -- Patrick Winnertz <winnie at debian.org> Thu, 20 Mar 2008 14:56:59 +0100
+ * Changed lustre version in rules.. forgot that in last upload
+ - replaced static string with some basename/awk magic
+ *
+
+ -- Patrick Winnertz <winnie at debian.org> Mon, 21 Apr 2008 20:36:44 +0200
lustre (1.6.4.3-1) unstable; urgency=low
Modified: trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/rules?rev=469&op=diff
==============================================================================
--- trunk/debian/rules (original)
+++ trunk/debian/rules Mon Apr 21 18:37:13 2008
@@ -32,7 +32,7 @@
TOP_DIR:=$(shell pwd)
# Lustre version to use
-VERSION=1.6.4.3
+VERSION=`basename $TOP_DIR |awk -F- '{print $2}'`
SUPPORTED_KERNELS=2.6.18 2.6.20 2.6.22
# Packages
More information about the Pkg-lustre-svn-commit
mailing list