[Pkg-samba-maint] r3482 - in branches/tevent/experimental/debian: . source

jelmer at alioth.debian.org jelmer at alioth.debian.org
Fri May 14 16:20:04 UTC 2010


Author: jelmer
Date: 2010-05-14 16:20:02 +0000 (Fri, 14 May 2010)
New Revision: 3482

Added:
   branches/tevent/experimental/debian/source/
   branches/tevent/experimental/debian/source/format
Modified:
   branches/tevent/experimental/debian/changelog
   branches/tevent/experimental/debian/control
   branches/tevent/experimental/debian/rules
Log:
* New upstream snapshot.
* Bump standards version to 3.8.4.
* Use source format 3.

Modified: branches/tevent/experimental/debian/changelog
===================================================================
--- branches/tevent/experimental/debian/changelog	2010-05-14 16:20:00 UTC (rev 3481)
+++ branches/tevent/experimental/debian/changelog	2010-05-14 16:20:02 UTC (rev 3482)
@@ -1,3 +1,11 @@
+tevent (0.9.9~git20100514-1) experimental; urgency=low
+
+  * New upstream snapshot.
+  * Bump standards version to 3.8.4.
+  * Use source format 3.
+
+ -- Jelmer Vernooij <jelmer at debian.org>  Fri, 14 May 2010 18:12:51 +0200
+
 tevent (0.9.8-1) unstable; urgency=low
 
   * New upstream release.

Modified: branches/tevent/experimental/debian/control
===================================================================
--- branches/tevent/experimental/debian/control	2010-05-14 16:20:00 UTC (rev 3481)
+++ branches/tevent/experimental/debian/control	2010-05-14 16:20:02 UTC (rev 3482)
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Jelmer Vernooij <jelmer at debian.org>
 Build-Depends: debhelper (>> 5.0.0), libtalloc-dev, libaio-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/pkg-samba/trunk/tevent
 
 Package: libtevent0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: talloc-based event loop library - shared library
  tevent is a simple library that can handle the main event loop for an
  application. It supports three kinds of events: timed events, file
@@ -23,7 +23,7 @@
 Package: libtevent-dev
 Section: libdevel
 Architecture: any
-Depends: libc6-dev, libtevent0 (= ${binary:Version}), libtalloc-dev
+Depends: libc6-dev, libtevent0 (= ${binary:Version}), libtalloc-dev, ${misc:Depends}
 Description: talloc-based event loop library - development files
  tevent is a simple library that can handle the main event loop for an
  application. It supports three kinds of events: timed events, file

Modified: branches/tevent/experimental/debian/rules
===================================================================
--- branches/tevent/experimental/debian/rules	2010-05-14 16:20:00 UTC (rev 3481)
+++ branches/tevent/experimental/debian/rules	2010-05-14 16:20:02 UTC (rev 3482)
@@ -13,7 +13,9 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	CFLAGS="$(CFLAGS)" ./configure --prefix=/usr
+	./autogen-waf.sh
+	CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --bundled-libraries=NONE \
+		   --disable-rpath --disable-rpath-install
 	touch configure-stamp
 
 build: configure build-stamp
@@ -36,11 +38,11 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(DESTDIR)
-	ln -s libtevent.so.0.* $(DESTDIR)/usr/lib/libtevent.so.0
-	ln -s libtevent.so.0 $(DESTDIR)/usr/lib/libtevent.so
+	ar cr libtevent.a bin/default/*.o
+	cp libtevent.a $(DESTDIR)/usr/lib/
 	# No python for now
 	rm -f $(DESTDIR)/usr/lib/python*/site-packages/tevent.so
-	dh_install --fail-missing --list-missing --sourcedir=$(DESTDIR)
+	dh_install --fail-missing --list-missing --sourcedir=$(DESTDIR) 
 
 binary-indep: 
 binary-arch: build install

Added: branches/tevent/experimental/debian/source/format
===================================================================
--- branches/tevent/experimental/debian/source/format	                        (rev 0)
+++ branches/tevent/experimental/debian/source/format	2010-05-14 16:20:02 UTC (rev 3482)
@@ -0,0 +1 @@
+3.0 (quilt)





More information about the Pkg-samba-maint mailing list