You have been subscribed to a public bug:

Release: Ubuntu 14.04.1 LTS
Package:  squid3-3.3.8-1ubuntu6.1

I want to use the helper ext_time_quota_acl but it is missing in package
squid3-3.3.8-1ubuntu6.1 for trusty.

The reason is a missing entry in debian/rules for
DEB_CONFIGURE_EXTRA_FLAGS

Here is a little patch:

Index: squid3-3.3.8/debian/rules
===================================================================
--- squid3-3.3.8.orig/debian/rules      2014-11-10 12:53:14.252544720 +0100
+++ squid3-3.3.8/debian/rules   2014-11-10 12:54:41.398474721 +0100
@@ -34,7 +34,7 @@
                --enable-auth-digest="file,LDAP" \
                --enable-auth-negotiate="kerberos,wrapper" \
                --enable-auth-ntlm="fake,smb_lm" \
-               
--enable-external-acl-helpers="file_userip,kerberos_ldap_group,LDAP_group,session,SQL_session,unix_group,wbinfo_group"
 \
+               
--enable-external-acl-helpers="time_quota,file_userip,kerberos_ldap_group,LDAP_group,session,SQL_session,unix_group,wbinfo_group"
 \
                --enable-url-rewrite-helpers="fake" \
                --enable-eui \
                --enable-esi \

After building a new package the missing file exists.

** Affects: squid3 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: bot-comment
-- 
squid3 : missing helper /usr/lib/squid3/ext_time_quota_acl
https://bugs.launchpad.net/bugs/1391159
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to squid3 in Ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to