[Pkg-samba-maint] r1627 - trunk/talloc/debian

ctrlsoft-guest at alioth.debian.org ctrlsoft-guest at alioth.debian.org
Sun Nov 25 18:58:47 UTC 2007


Author: ctrlsoft-guest
Date: 2007-11-25 18:58:47 +0000 (Sun, 25 Nov 2007)
New Revision: 1627

Modified:
   trunk/talloc/debian/changelog
   trunk/talloc/debian/rules
Log:
Package new upstream snapshot, don't ignore "make distclean" result.

Modified: trunk/talloc/debian/changelog
===================================================================
--- trunk/talloc/debian/changelog	2007-11-25 18:57:40 UTC (rev 1626)
+++ trunk/talloc/debian/changelog	2007-11-25 18:58:47 UTC (rev 1627)
@@ -1,8 +1,9 @@
-talloc (1.0.1-3) UNRELEASED; urgency=low
+talloc (1.1.0~svn26116-1) UNRELEASED; urgency=low
 
   * Set homepage field.
+  * New upstream snapshot.
 
- -- Jelmer Vernooij <jelmer at samba.org>  Sun, 25 Nov 2007 16:30:33 +0000
+ -- Jelmer Vernooij <jelmer at samba.org>  Sun, 25 Nov 2007 18:02:48 +0000
 
 talloc (1.0.1-2) unstable; urgency=low
 

Modified: trunk/talloc/debian/rules
===================================================================
--- trunk/talloc/debian/rules	2007-11-25 18:57:40 UTC (rev 1626)
+++ trunk/talloc/debian/rules	2007-11-25 18:58:47 UTC (rev 1627)
@@ -41,7 +41,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
 
 install: build
@@ -50,8 +50,8 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(DESTDIR)
-	ln -s libtalloc.so.1.0.1 $(DESTDIR)/usr/lib/libtalloc.so.1
-	ln -s libtalloc.so.1 $(DESTDIR)/usr/lib/libtalloc.so
+	ln -s libtalloc.so.1.1.0 $(DESTDIR)/usr/lib/libtalloc.so.1
+	ln -s libtalloc.so.1.1.0 $(DESTDIR)/usr/lib/libtalloc.so
 	dh_install --list-missing --fail-missing --sourcedir=$(DESTDIR)
 
 # Build architecture-dependent files here.




More information about the Pkg-samba-maint mailing list