Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

CVS update of libmysequoia (7 files): msg#00031

db.carob.cvs

Subject: CVS update of libmysequoia (7 files)

Date: Thursday, February 9, 2006 @ 13:05:59
Author: csaba
Path: /cvsroot/carob/libmysequoia

Modified: autogen.sh (1.3 -> 1.4) config/mysequoia_config (1.1 -> 1.2)
configure.ac (1.4 -> 1.5) debian/changelog (1.1 -> 1.2)
debian/rules (1.2 -> 1.3) libmysequoia.spec (1.5 -> 1.6)
test/Makefile.am (1.5 -> 1.6)

- bumped the package version to 0.7
- modified the debian package libdir to be /usr/lib


-------------------------+
autogen.sh | 2 +-
config/mysequoia_config | 5 ++++-
configure.ac | 2 +-
debian/changelog | 2 +-
debian/rules | 4 ++--
libmysequoia.spec | 2 +-
test/Makefile.am | 3 +--
7 files changed, 11 insertions(+), 9 deletions(-)


Index: libmysequoia/autogen.sh
diff -u libmysequoia/autogen.sh:1.3 libmysequoia/autogen.sh:1.4
--- libmysequoia/autogen.sh:1.3 Mon Jan 30 11:03:40 2006
+++ libmysequoia/autogen.sh Thu Feb 9 13:05:59 2006
@@ -14,4 +14,4 @@
autoheader
automake --add-missing
autoconf
-#CXXFLAGS="-Wall -O0 -g3" ./configure --enable-gcov --enable-cppunit
+CXXFLAGS="-Wall -O0 -g3" ./configure --enable-gcov --enable-cppunit
Index: libmysequoia/config/mysequoia_config
diff -u libmysequoia/config/mysequoia_config:1.1
libmysequoia/config/mysequoia_config:1.2
--- libmysequoia/config/mysequoia_config:1.1 Tue Jan 31 12:56:39 2006
+++ libmysequoia/config/mysequoia_config Thu Feb 9 13:05:59 2006
@@ -5,4 +5,7 @@
exit 1
fi

-mysql_config $@ | sed -e 's/mysqlclient/mysequoia/g' -e
's/mysequoia_r/mysequoia/g' -e 's/mysql_config/mysequoia_config/g'
+mysql_config $@ | sed -e 's#mysqlclient#mysequoia#g' \
+ -e 's#mysequoia_r#mysequoia#g' \
+ -e 's#mysql_config#mysequoia_config#g' \
+ -e 's#/usr/lib/mysql#/usr/lib/mysequoia#g'
Index: libmysequoia/configure.ac
diff -u libmysequoia/configure.ac:1.4 libmysequoia/configure.ac:1.5
--- libmysequoia/configure.ac:1.4 Tue Jan 31 11:25:47 2006
+++ libmysequoia/configure.ac Thu Feb 9 13:05:59 2006
@@ -1,6 +1,6 @@
AC_INIT(README)
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(libmysequoia, 0.0.1)
+AM_INIT_AUTOMAKE(libmysequoia, 0.7)
AM_CONFIG_HEADER(include/config.h)

# Checks for programs.
Index: libmysequoia/debian/changelog
diff -u libmysequoia/debian/changelog:1.1 libmysequoia/debian/changelog:1.2
--- libmysequoia/debian/changelog:1.1 Sun Dec 18 11:43:58 2005
+++ libmysequoia/debian/changelog Thu Feb 9 13:05:59 2006
@@ -1,4 +1,4 @@
-libmysequoia (0.0.1-1) unstable; urgency=low
+libmysequoia (0.7-1) unstable; urgency=low

* Initial release.

Index: libmysequoia/debian/rules
diff -u libmysequoia/debian/rules:1.2 libmysequoia/debian/rules:1.3
--- libmysequoia/debian/rules:1.2 Tue Jan 31 11:25:47 2006
+++ libmysequoia/debian/rules Thu Feb 9 13:05:59 2006
@@ -22,7 +22,7 @@

configure-stamp:
$(testdir)
- CXXFLAGS="$(CXXFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE)
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --libdir=/usr/lib/mysequoia
--sysconfdir=/etc/mysequoia --mandir=/usr/share/man --infodir=/usr/share/info
+ CXXFLAGS="$(CXXFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE)
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --libdir=/usr/lib
--sysconfdir=/etc/mysequoia --mandir=/usr/share/man --infodir=/usr/share/info
touch configure-stamp

build: build-stamp
@@ -72,7 +72,7 @@
$(INSTALL) -m 755 debian/postrm $(DEST_DIR)/DEBIAN

# find out the library dependencies
- dpkg-shlibdeps ${DEST_DIR}/usr/lib/mysequoia/libmysequoia.so
+ dpkg-shlibdeps ${DEST_DIR}/usr/lib/libmysequoia.so

# generate control file
dpkg-gencontrol -isp -P$(DEST_DIR)
Index: libmysequoia/libmysequoia.spec
diff -u libmysequoia/libmysequoia.spec:1.5 libmysequoia/libmysequoia.spec:1.6
--- libmysequoia/libmysequoia.spec:1.5 Tue Jan 31 12:56:39 2006
+++ libmysequoia/libmysequoia.spec Thu Feb 9 13:05:59 2006
@@ -5,7 +5,7 @@

Summary: Native MySQL API using Sequoia
Name: libmysequoia
-Version: 0.0.1
+Version: 0.7
Release: 1

Copyright: Apache License v2.0
Index: libmysequoia/test/Makefile.am
diff -u libmysequoia/test/Makefile.am:1.5 libmysequoia/test/Makefile.am:1.6
--- libmysequoia/test/Makefile.am:1.5 Mon Jan 30 11:03:40 2006
+++ libmysequoia/test/Makefile.am Thu Feb 9 13:05:59 2006
@@ -38,8 +38,7 @@
EXTRA_DIST = Globals.hpp \
TestCarobMySQL.hpp \
TestMySQLAPI.hpp \
- TestIniParser.hpp \
- logger.cfg
+ TestIniParser.hpp

clean-local:
rm -f *.gcno *.gcda


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation

Home | advertise | OSDir is an inevitable website. super tiny logo