[Pkg-samba-maint] Rev 62: Pass --enable-cifsupcall to configure, to guard against misbuilds. in bzr+ssh://bzr.debian.org/bzr/pkg-samba/cifs-utils/trunk/

Steve Langasek vorlon at debian.org
Wed Mar 24 05:40:07 UTC 2010


At bzr+ssh://bzr.debian.org/bzr/pkg-samba/cifs-utils/trunk/

------------------------------------------------------------
revno: 62
revision-id: vorlon at debian.org-20100324053935-jgrkf9pcyv7vl351
parent: vorlon at debian.org-20100324053621-zzk5hyy2wfwzai38
committer: Steve Langasek <vorlon at debian.org>
branch nick: trunk
timestamp: Tue 2010-03-23 22:39:35 -0700
message:
  Pass --enable-cifsupcall to configure, to guard against misbuilds.
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2010-03-24 05:36:21 +0000
+++ b/debian/changelog	2010-03-24 05:39:35 +0000
@@ -2,6 +2,7 @@
 
   * New upstream release.  Closes: #575112
     - Fixes a segfault when calling mount.cifs.  Closes: #574128
+  * Pass --enable-cifsupcall to configure, to guard against misbuilds.
 
  -- Steve Langasek <vorlon at debian.org>  Tue, 23 Mar 2010 22:26:05 -0700
 

=== modified file 'debian/rules'
--- a/debian/rules	2010-02-28 22:00:31 +0000
+++ b/debian/rules	2010-03-24 05:39:35 +0000
@@ -2,3 +2,5 @@
 %:
 	dh $@
 
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-cifsupcall



More information about the Pkg-samba-maint mailing list