[kernel] r11726 - dists/trunk/redhat-cluster/redhat-cluster/debian
Frederik Schüler
fs at alioth.debian.org
Sun Jun 29 13:34:55 UTC 2008
Author: fs
Date: Sun Jun 29 13:34:54 2008
New Revision: 11726
Log:
New upstram snapshot, includes release 2.03.04.
Build-depend on linux-libc-dev version 2.6.25.
Bump library SONAME to 2.3
Fix bashisms in gfs-tools.init and gfs2-tools.init. (Closes: #486032, #486033)
Modified:
dists/trunk/redhat-cluster/redhat-cluster/debian/changelog
dists/trunk/redhat-cluster/redhat-cluster/debian/control
dists/trunk/redhat-cluster/redhat-cluster/debian/gfs-tools.init
dists/trunk/redhat-cluster/redhat-cluster/debian/gfs2-tools.init
dists/trunk/redhat-cluster/redhat-cluster/debian/libcman2.install
dists/trunk/redhat-cluster/redhat-cluster/debian/libdlm2.install
dists/trunk/redhat-cluster/redhat-cluster/debian/rules
Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/changelog
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/changelog (original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/changelog Sun Jun 29 13:34:54 2008
@@ -1,3 +1,13 @@
+redhat-cluster (2.20080629-2) unstable; urgency=low
+
+ * New upstram snapshot, includes release 2.03.04.
+ * Build-depend on linux-libc-dev version 2.6.25.
+ * Bump library SONAME to 2.3
+ * Fix bashisms in gfs-tools.init and gfs2-tools.init.
+ (Closes: #486032, #486033)
+
+ -- Frederik Schüler <fs at debian.org> Sun, 29 Jun 2008 15:23:06 +0200
+
redhat-cluster (2.20080603-1) unstable; urgency=low
* New upstram snapshot, includes release 2.03.03.
Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/control
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/control (original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/control Sun Jun 29 13:34:54 2008
@@ -4,7 +4,7 @@
Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
Uploaders: Bastian Blank <waldi at debian.org>, Frederik Schüler <fs at debian.org>
Standards-Version: 3.7.3.0
-Build-Depends: dpatch, debhelper (>= 4.2.28), libxml2-dev, libncurses5-dev, libopenais-dev (>= 0.83), libvolume-id-dev (>= 0.105-4), linux-libc-dev (>= 2.6.24), libvirt-dev (>= 0.3.0) [amd64 i386], libnss3-dev [amd64 i386], libnspr4-dev [amd64 i386], bzip2, libslang2-dev
+Build-Depends: dpatch, debhelper (>= 4.2.28), libxml2-dev, libncurses5-dev, libopenais-dev (>= 0.83), libvolume-id-dev (>= 0.105-4), linux-libc-dev (>= 2.6.25), libvirt-dev (>= 0.3.0) [amd64 i386], libnss3-dev [amd64 i386], libnspr4-dev [amd64 i386], bzip2, libslang2-dev
Build-Conflicts: libccs-dev, libcman-dev (<= 2.0), libdlm-dev (<= 2.0), libcman2, libdlm2
Package: redhat-cluster-suite
Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/gfs-tools.init
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/gfs-tools.init (original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/gfs-tools.init Sun Jun 29 13:34:54 2008
@@ -86,7 +86,7 @@
$0 start
;;
*)
- echo $"Usage: $0 {start|stop|restart|reload|force-reload|status}"
+ echo "Usage: $0 {start|stop|restart|reload|force-reload|status}"
exit 1
esac
Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/gfs2-tools.init
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/gfs2-tools.init (original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/gfs2-tools.init Sun Jun 29 13:34:54 2008
@@ -86,7 +86,7 @@
$0 start
;;
*)
- echo $"Usage: $0 {start|stop|restart|reload|force-reload|status}"
+ echo "Usage: $0 {start|stop|restart|reload|force-reload|status}"
exit 1
esac
Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/libcman2.install
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/libcman2.install (original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/libcman2.install Sun Jun 29 13:34:54 2008
@@ -1 +1 @@
-usr/lib/libcman.so.2.0
+usr/lib/libcman.so.2.3
Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/libdlm2.install
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/libdlm2.install (original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/libdlm2.install Sun Jun 29 13:34:54 2008
@@ -1,3 +1,3 @@
etc/udev/rules.d/45-dlm.rules
-usr/lib/libdlm_lt.so.2.0
-usr/lib/libdlm.so.2.0
+usr/lib/libdlm_lt.so.2.3
+usr/lib/libdlm.so.2.3
Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/rules
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/rules (original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/rules Sun Jun 29 13:34:54 2008
@@ -18,7 +18,7 @@
BUILDROOT := $(shell pwd)
SOMAJOR=2
-SOMINOR=0
+SOMINOR=3
configure: patch configure-stamp
configure-stamp:
@@ -118,7 +118,7 @@
dh_compress -a
dh_fixperms -a
dh_makeshlibs -a
- dh_shlibdeps -a -ldebian/tmp/usr/lib -l/usr/lib/openais
+ dh_shlibdeps -a -l$(BUILDROOT)/debian/tmp/usr/lib
dh_installdeb -a
dh_gencontrol -a
dh_md5sums -a
More information about the Kernel-svn-changes
mailing list