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

ctrlsoft-guest at alioth.debian.org ctrlsoft-guest at alioth.debian.org
Tue Jun 17 01:07:56 UTC 2008


Author: ctrlsoft-guest
Date: 2008-06-17 01:07:56 +0000 (Tue, 17 Jun 2008)
New Revision: 1972

Modified:
   trunk/talloc/debian/changelog
   trunk/talloc/debian/control
   trunk/talloc/debian/copyright
   trunk/talloc/debian/rules
Log:
Fix symlink, copyright file, bump standards version, package new snapshot.

Modified: trunk/talloc/debian/changelog
===================================================================
--- trunk/talloc/debian/changelog	2008-06-16 23:53:22 UTC (rev 1971)
+++ trunk/talloc/debian/changelog	2008-06-17 01:07:56 UTC (rev 1972)
@@ -1,3 +1,12 @@
+talloc (1.2.0~git20080616-1) unstable; urgency=low
+
+  * New upstream snapshot.
+  * Fix symlink to library in package.
+  * Update license (now GPLv3) in copyright file.
+  * Bump standards version to 3.8.0.
+
+ -- Jelmer Vernooij <jelmer at samba.org>  Tue, 17 Jun 2008 03:02:55 +0200
+
 talloc (1.2.0~git20080520-1) unstable; urgency=low
 
   * New upstream snapshot.

Modified: trunk/talloc/debian/control
===================================================================
--- trunk/talloc/debian/control	2008-06-16 23:53:22 UTC (rev 1971)
+++ trunk/talloc/debian/control	2008-06-17 01:07:56 UTC (rev 1972)
@@ -4,9 +4,9 @@
 Maintainer: Jelmer Vernooij <jelmer at samba.org>
 Homepage: http://talloc.samba.org/
 Build-Depends: debhelper (>= 5.0.37.2), quilt (>= 0.40), docbook-xml, docbook-xsl, xsltproc, libpopt-dev, swig
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-samba/trunk/talloc
-XS-DM-Upload-Allowed: yes
+DM-Upload-Allowed: yes
 
 Package: libtalloc1
 Architecture: any

Modified: trunk/talloc/debian/copyright
===================================================================
--- trunk/talloc/debian/copyright	2008-06-16 23:53:22 UTC (rev 1971)
+++ trunk/talloc/debian/copyright	2008-06-17 01:07:56 UTC (rev 1972)
@@ -9,13 +9,14 @@
 
 where VERSION should be replaced with the version of talloc (currently 1.0).
 
-Talloc is copyright (C) Andrew Tridgell <tridge at samba.org> and published 
-under the following license:
+Talloc is copyright (C) 2004 Andrew Tridgell <tridge at samba.org> and 
+(C) 2006 Stefan Metzmacher <metze at samba.org> and published under the 
+following license:
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
+   version 3 of the License, or (at your option) any later version.
 
    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/talloc/debian/rules
===================================================================
--- trunk/talloc/debian/rules	2008-06-16 23:53:22 UTC (rev 1971)
+++ trunk/talloc/debian/rules	2008-06-17 01:07:56 UTC (rev 1972)
@@ -54,8 +54,8 @@
 	dh_installdirs
 	mkdir -p $(DESTDIR)`swig -swiglib`
 	$(MAKE) install DESTDIR=$(DESTDIR)
-	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
+	ln -s libtalloc.so.1.2.0 $(DESTDIR)/usr/lib/libtalloc.so.1
+	ln -s libtalloc.so.1.2.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