[Pkg-samba-maint] r1545 - trunk/talloc/debian/patches

ctrlsoft-guest at alioth.debian.org ctrlsoft-guest at alioth.debian.org
Tue Nov 6 19:23:31 UTC 2007


Author: ctrlsoft-guest
Date: 2007-11-06 19:23:31 +0000 (Tue, 06 Nov 2007)
New Revision: 1545

Removed:
   trunk/talloc/debian/patches/solib.patch
Modified:
   trunk/talloc/debian/patches/series
Log:
Remove patch, now upstream.

Modified: trunk/talloc/debian/patches/series
===================================================================
--- trunk/talloc/debian/patches/series	2007-11-06 18:58:23 UTC (rev 1544)
+++ trunk/talloc/debian/patches/series	2007-11-06 19:23:31 UTC (rev 1545)
@@ -1 +0,0 @@
-solib.patch

Deleted: trunk/talloc/debian/patches/solib.patch
===================================================================
--- trunk/talloc/debian/patches/solib.patch	2007-11-06 18:58:23 UTC (rev 1544)
+++ trunk/talloc/debian/patches/solib.patch	2007-11-06 19:23:31 UTC (rev 1545)
@@ -1,49 +0,0 @@
-diff -ur talloc-1.0/Makefile.in talloc-1.0-tmp/Makefile.in
---- talloc-1.0/Makefile.in	2007-04-30 12:49:42.000000000 +0200
-+++ talloc-1.0-tmp/Makefile.in	2007-04-30 15:30:45.000000000 +0200
-@@ -15,11 +15,17 @@
- CFLAGS = @CFLAGS@ -DHAVE_CONFIG_H= -I. -I at srcdir@
- EXTRA_TARGETS = @DOC_TARGET@
- 
--.SUFFIXES: .c .o .3 .3.xml .xml .html
-+.SUFFIXES: .c .o .po .3 .3.xml .xml .html
- 
- LIBOBJ = @TALLOC_OBJ@ @LIBREPLACEOBJ@
- 
--all: showflags libtalloc.a testsuite $(EXTRA_TARGETS)
-+SOLIB = libtalloc.so.1.0.1
-+SONAME = libtalloc.so.1
-+
-+.c.po:
-+	$(CC) -fPIC -o $@ -c $< $(CFLAGS)
-+
-+all: showflags libtalloc.a $(SOLIB) testsuite $(EXTRA_TARGETS)
- 
- showflags:
- 	@echo 'talloc will be compiled with flags:'
-@@ -33,10 +39,14 @@
- 	ar -rv $@ $(LIBOBJ)
- 	@-ranlib $@
- 
-+$(SOLIB): $(LIBOBJ:.o=.po)
-+	$(CC) -Wl,-soname,$(SONAME) -shared -o $@ $^
-+
- install: all 
- 	${INSTALLCMD} -d $(DESTDIR)$(libdir)
- 	${INSTALLCMD} -d $(DESTDIR)$(libdir)/pkgconfig
- 	${INSTALLCMD} -m 755 libtalloc.a $(DESTDIR)$(libdir)
-+	${INSTALLCMD} -m 755 $(SOLIB) $(DESTDIR)$(libdir)
- 	${INSTALLCMD} -d $(DESTDIR)${includedir}
- 	${INSTALLCMD} -m 644 $(srcdir)/talloc.h $(DESTDIR)$(includedir)
- 	${INSTALLCMD} -m 644 talloc.pc $(DESTDIR)$(libdir)/pkgconfig
-@@ -52,7 +62,7 @@
- 	-test -z "$(XSLTPROC)" || $(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
- 
- clean:
--	rm -f *~ $(LIBOBJ) libtalloc.a testsuite testsuite.o *.gc?? talloc.3 talloc.3.html
-+	rm -f *~ $(LIBOBJ) $(SOLIB) libtalloc.a testsuite testsuite.o *.gc?? talloc.3 talloc.3.html
- 
- test: testsuite
- 	./testsuite
-Only in talloc-1.0-tmp: Makefile.in.orig
-Only in talloc-1.0-tmp: Makefile.in.rej




More information about the Pkg-samba-maint mailing list