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

jelmer at alioth.debian.org jelmer at alioth.debian.org
Fri Sep 11 21:08:15 UTC 2009


Author: jelmer
Date: 2009-09-11 21:08:14 +0000 (Fri, 11 Sep 2009)
New Revision: 3040

Modified:
   trunk/talloc/debian/changelog
   trunk/talloc/debian/control
   trunk/talloc/debian/rules
Log:
Bump standards version to 3.8.3.

Modified: trunk/talloc/debian/changelog
===================================================================
--- trunk/talloc/debian/changelog	2009-09-11 21:08:14 UTC (rev 3039)
+++ trunk/talloc/debian/changelog	2009-09-11 21:08:14 UTC (rev 3040)
@@ -1,8 +1,9 @@
 talloc (2.0.0-1) unstable; urgency=low
 
   * New upstream release.
+  * Bump standards version to 3.8.3.
 
- -- Jelmer Vernooij <jelmer at debian.org>  Fri, 11 Sep 2009 22:50:53 +0200
+ -- Jelmer Vernooij <jelmer at debian.org>  Fri, 11 Sep 2009 23:03:06 +0200
 
 talloc (1.3.1-2) unstable; urgency=low
 

Modified: trunk/talloc/debian/control
===================================================================
--- trunk/talloc/debian/control	2009-09-11 21:08:14 UTC (rev 3039)
+++ trunk/talloc/debian/control	2009-09-11 21:08:14 UTC (rev 3040)
@@ -4,7 +4,7 @@
 Maintainer: Jelmer Vernooij <jelmer at debian.org>
 Homepage: http://talloc.samba.org/
 Build-Depends: debhelper (>= 5.0.37.2), docbook-xml, docbook-xsl, xsltproc, libpopt-dev, swig
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/pkg-samba/trunk/talloc
 DM-Upload-Allowed: yes
 

Modified: trunk/talloc/debian/rules
===================================================================
--- trunk/talloc/debian/rules	2009-09-11 21:08:14 UTC (rev 3039)
+++ trunk/talloc/debian/rules	2009-09-11 21:08:14 UTC (rev 3040)
@@ -53,7 +53,6 @@
 
 # Build architecture-dependent files here.
 # Pass -a to all debhelper commands in this target to reduce clutter.
-
 binary-arch: DH_OPTIONS=-a
 binary-arch: build install
 	dh_testdir
@@ -64,12 +63,14 @@
 	dh_link
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs -V 'libtalloc2' -- -c4
+	dh_makeshlibs -- -c4
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-arch
+binary-indep:
+
+binary: binary-arch binary-indep
 .PHONY: build clean binary-arch binary install configure 




More information about the Pkg-samba-maint mailing list