[Ocfs2-tools-commits] jlbec commits r1185 - in trunk: debian vendor/common

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Fri Apr 28 17:33:18 CDT 2006


Author: jlbec
Signed-off-by: mfasheh
Date: 2006-04-28 17:33:17 -0500 (Fri, 28 Apr 2006)
New Revision: 1185

Added:
   trunk/debian/ocfs2-tools-dev.install
   trunk/debian/ocfs2-tools-dev.postinst
   trunk/debian/ocfs2-tools-dev.prerm
Modified:
   trunk/debian/
   trunk/debian/changelog
   trunk/debian/control
   trunk/vendor/common/ocfs2-tools.spec.in
Log:

o Build -dev packages for both .deb and .rpm

Signed-off-by: mfasheh




Property changes on: trunk/debian
___________________________________________________________________
Name: svn:ignore
   - .*.sw?
files
*.debhelper
tmp
dsh
*.substvars
ocfs2-tools.o2cb.default
ocfs2console
ocfs2-tools.o2cb.init
ocfs2-tools

   + .*.sw?
files
*.debhelper
tmp
dsh
*.substvars
ocfs2-tools.o2cb.default
ocfs2-tools.o2cb.init
ocfs2-tools.ocfs2.init
ocfs2-tools
ocfs2-tools-dev
ocfs2console


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-04-28 22:31:42 UTC (rev 1184)
+++ trunk/debian/changelog	2006-04-28 22:33:17 UTC (rev 1185)
@@ -1,3 +1,9 @@
+ocfs2-tools (1.2.1-1) unstable; urgency=low
+
+  * New release.
+
+ -- Joel Becker <joel.becker at oracle.com>  Thu, 27 Apr 2006 17:40:25 -0700
+
 ocfs2-tools (1.0.0-1) unstable; urgency=low
 
   * New release.

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2006-04-28 22:31:42 UTC (rev 1184)
+++ trunk/debian/control	2006-04-28 22:33:17 UTC (rev 1185)
@@ -5,6 +5,18 @@
 Standards-Version: 3.6.1
 Build-Depends: python-gtk2 (>= 2.0), python (>= 2.3), python (<< 2.4), python2.3-dev, libglib2.0-dev (>= 2.2.3), libreadline5-dev, comerr-dev, uuid-dev, libblkid-dev (>= 1.36), debhelper (>= 3.0.5)
 
+Package: ocfs2-tools-dev
+Architecture: any
+Section: devel
+Depends: ocfs2-tools (= ${Source-Version}), libglib2.0-dev
+Conflicts:
+Description: ocfs2 filesystem tools - headers and static libraries
+ Tools to manage the OCFS2 filesystem, including mkfs, tunefs, fsck,
+ debugfs, and the utilities to control the O2CB clustering stack.
+ .
+ This package contains the development environment for the ocfs2, o2dlm,
+ and o2cb libraries.
+
 Package: ocfs2-tools
 Architecture: any
 Depends: ${shlibs:Depends}

Added: trunk/debian/ocfs2-tools-dev.install
===================================================================
--- trunk/debian/ocfs2-tools-dev.install	2006-04-28 22:31:42 UTC (rev 1184)
+++ trunk/debian/ocfs2-tools-dev.install	2006-04-28 22:33:17 UTC (rev 1185)
@@ -0,0 +1,4 @@
+debian/tmp/usr/include/o2cb
+debian/tmp/usr/include/o2dlm
+debian/tmp/usr/include/ocfs2
+debian/tmp/usr/lib/*.a

Added: trunk/debian/ocfs2-tools-dev.postinst
===================================================================
--- trunk/debian/ocfs2-tools-dev.postinst	2006-04-28 22:31:42 UTC (rev 1184)
+++ trunk/debian/ocfs2-tools-dev.postinst	2006-04-28 22:33:17 UTC (rev 1185)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+#DEBHELPER#

Added: trunk/debian/ocfs2-tools-dev.prerm
===================================================================
--- trunk/debian/ocfs2-tools-dev.prerm	2006-04-28 22:31:42 UTC (rev 1184)
+++ trunk/debian/ocfs2-tools-dev.prerm	2006-04-28 22:33:17 UTC (rev 1185)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+#DEBHELPER#

Modified: trunk/vendor/common/ocfs2-tools.spec.in
===================================================================
--- trunk/vendor/common/ocfs2-tools.spec.in	2006-04-28 22:31:42 UTC (rev 1184)
+++ trunk/vendor/common/ocfs2-tools.spec.in	2006-04-28 22:33:17 UTC (rev 1185)
@@ -41,6 +41,19 @@
 volumes.
 
 
+
+%package -n ocfs2-tools-devel
+Summary: Headers and static archives for ocfs2-tools
+Group: Development/Libraries
+Requires: e2fsprogs-devel, glib2-devel >= 2.2.3, ocfs2-tools = %{version}
+AutoReqProv: No
+
+%description -n ocfs2-tools-devel
+ocfs2-tools-devel contains the libraries and header files needed to
+develop ocfs2 filesystem-specific programs.
+
+
+
 %prep
 %setup -n ocfs2-tools-%{version}
 
@@ -117,7 +130,15 @@
 /usr/sbin/ocfs2console
 /usr/share/man/man8/ocfs2console.8.gz
 
+%files -n ocfs2-tools-devel
+%defattr(-,root,root)
+%{_libdir}/*.a
+%{_includedir}/o2cb
+%{_includedir}/o2dlm
+%{_includedir}/ocfs2
 
+
+
 %changelog
 * Thu Jan 27 2005 Manish Singh <manish.singh at oracle.com>
 - Add ocfs2console




More information about the Ocfs2-tools-commits mailing list