Processed (with 1 errors): merging 710848 710739

2013-06-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 merge 710848 710739
Bug #710848 [apache2-mpm-itk] apache2-mpm-itk: undefined symbol: cap_set_proc 
(Fixed: apache2/2.4.4-3)
Unable to merge bugs because:
package of #710739 is 'apache2' not 'apache2-mpm-itk'
Failed to merge 710848: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x3149988)', 
'requester', 'Arno Töll a...@debian.org', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'1370249356-2643-bts-a...@debian.org', 'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 538
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 537
Debbugs::Control::Service::control_line('line', undef, 'clonebugs', 
'HASH(0x30cdae8)', 'limit', 'HASH(0x30cd4d0)', 'common_control_options', 
'ARRAY(0x30cd518)', 'errors', ...) called at /usr/lib/debbugs/service line 474

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
710739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710739
710848: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710848
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137024936121065.transcr...@bugs.debian.org



Processed: merging 710848 710739

2013-06-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 merge 710848 710739
Bug #710848 [apache2-mpm-itk] apache2-mpm-itk: undefined symbol: cap_set_proc 
(Fixed: apache2/2.4.4-3)
Bug #710739 [apache2-mpm-itk] apache2-mpm-prefork: #707879 - apache2: 
mod_mpm_itk.so: undefined symbol: cap_set_proc
Merged 710739 710848
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
710739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710739
710848: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710848
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137025254016472.transcr...@bugs.debian.org



Bug#710914: apache2.2-bin: copyright file missing after upgrade (policy 12.5)

2013-06-03 Thread Andreas Beckmann
Package: apache2.2-bin
Version: 2.4.4-5
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

a test with piuparts revealed that your package misses the copyright
file after an upgrade, which is a violation of Policy 12.5:
http://www.debian.org/doc/debian-policy/ch-docs.html#s-copyrightfile

After the upgrade /usr/share/doc/$PACKAGE/ is just an empty directory.

This was observed on the following upgrade paths:

  testing - sid

From the attached log (scroll to the bottom...):

  MISSING COPYRIGHT FILE: /usr/share/doc/apache2.2-bin/copyright
  # ls -lad /usr/share/doc/apache2.2-bin
  drwxr-xr-x 2 root root 40 May 31 17:39 /usr/share/doc/apache2.2-bin
  # ls -la /usr/share/doc/apache2.2-bin/
  total 0
  drwxr-xr-x   2 root root   40 May 31 17:39 .
  drwxr-xr-x 105 root root 2220 May 31 17:39 ..


Additional info may be available here:
http://wiki.debian.org/MissingCopyrightFile

Note that dpkg intentionally does not replace directories with symlinks
and vice versa, you need the maintainer scripts to do this.
See in particular the end of point 4 in
http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-unpackphase

For switching from a directory to a symlink the *postinst* script
should do something like this:

DOCDIR=/usr/share/doc/@@PACKAGE@@
DOCLINK=@@OTHERPACKAGE@@

if [ -d $DOCDIR ]  [ ! -L $DOCDIR ]; then
rmdir $DOCDIR
ln -s $DOCLINK $DOCDIR
fi

For switching from a symlink to a directory, the *preinst* script
should do something like this:

DOCDIR=/usr/share/doc/@@PACKAGE@@

if [ -L $DOCDIR ]; then
rm $DOCDIR
fi


cheers,

Andreas


apache2.2-bin_2.4.4-5.log.gz
Description: GNU Zip compressed data


Bug#710934: apache2: please include a way to automatically move conf.d files to conf-available

2013-06-03 Thread Brian Minton
Package: apache2
Version: 2.4.4-5
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***

To ease the transition to apache 2.4, could you have a script that
automatically copies files in /etc/apache2/conf.d to
/etc/apache2/conf-available?

thanks,
Brian Minton

- -- Package-specific info:
Enabled MPM: prefork
List of enabled modules:
  dir (enabled by unknown)
   reqtimeout (enabled by unknown)
   negotiation (enabled by unknown)
   headers (enabled by unknown)
   autoindex (enabled by unknown)
   authn_file (enabled by unknown)
   mime (enabled by unknown)
   ssl (enabled by site administrator)
   authz_host (enabled by unknown)
   expires (enabled by unknown)
   filter (enabled by maintainer script)
   socache_shmcb (enabled by site administrator)
   jk (enabled by unknown)
   php5 (enabled by unknown)
   deflate (enabled by unknown)
   authn_core (enabled by maintainer script)
   alias (enabled by unknown)
   authz_owner (enabled by unknown)
   authz_core (enabled by maintainer script)
   setenvif (enabled by unknown)
   unique_id (enabled by unknown)
   vhost_alias (enabled by unknown)
   access_compat (enabled by maintainer script)
   mpm_prefork (enabled by site administrator)
   status (enabled by unknown)
   env (enabled by unknown)
   dav (enabled by unknown)
   wsgi (enabled by unknown)
   auth_pam (enabled by site administrator)
List of enabled php5 extensions:
  curl gd gmp idn imap ldap mcrypt mhash mssql mysql mysqli odbc
  pam_auth pdo pdo_dblib pdo_mysql pdo_odbc pdo_pgsql pdo_sqlite
  pgsql ps ps recode sqlite sqlite3 suhosin uuid xmlrpc xsl
List of enabled configurations:
  localized-error-pages (enabled by maintainer script)
   etag (enabled by site administrator)
   analog (enabled by site administrator)
   other-vhosts-access-log (enabled by maintainer script)
   httpd (enabled by site administrator)
   ignoresvn (enabled by site administrator)
   apache2-doc (enabled by maintainer script)
   mythweb (enabled by site administrator)
   upload (enabled by site administrator)
   pagespeed_libraries (enabled by site administrator)
   sugarplum (enabled by site administrator)
   nph-proxy (enabled by site administrator)
   gallery (enabled by site administrator)
   ajaxterm (enabled by site administrator)
   secure (enabled by site administrator)
   phpmyadmin (enabled by site administrator)
   info2www (enabled by site administrator)
   shellinabox (enabled by site administrator)
   pdbv (enabled by site administrator)
   charset (enabled by maintainer script)
   mythtv (enabled by site administrator)
   gitweb (enabled by site administrator)
   dwww (enabled by site administrator)
   myphpmoney (enabled by site administrator)
   gallery2 (enabled by site administrator)
   azureus (enabled by site administrator)
   doc (enabled by site administrator)
   bbclone (enabled by site administrator)
   request-length (enabled by site administrator)
   darcsweb (enabled by site administrator)
   tetex-doc (enabled by site administrator)
   awstats (enabled by site administrator)
   anyterm (enabled by site administrator)
   serve-cgi-bin (enabled by maintainer script)
   nanourl (enabled by site administrator)
   openwebmail (enabled by site administrator)
   ajaxvnc (enabled by site administrator)
   phppgadmin (enabled by site administrator)
   bminton_gallery2 (enabled by site administrator)
   security (enabled by maintainer script)
   phpgacl (enabled by site administrator)
   mythweb.conf.bak (enabled by site administrator)
   javascript-common (enabled by site administrator)
   servername (enabled by site administrator)
   ilohamail (enabled by site administrator)
   soht (enabled by site administrator)
   doc-central.apache2 (enabled by site administrator)
   libhtml-mason-perl-examples (enabled by site administrator)
   dc (enabled by site administrator)
   dhelp (enabled by site administrator)
   dpkg-www (enabled by site administrator)
   phpbb3 (enabled by site administrator)

- -- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.9.0 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages apache2 depends on:
ii  apache2-bin   2.4.4-5
ii  apache2-data  2.4.4-5
ii  lsb-base  4.1+Debian11
ii  mime-support  3.54
ii  perl  5.14.2-21
ii  procps1:3.3.8-1

Versions of packages apache2 recommends:
ii  ssl-cert  1.0.32

Versions of packages apache2 suggests:
ii  apache2-doc  

Bug#710934: apache2: please include a way to automatically move conf.d files to conf-available

2013-06-03 Thread Arno Töll
Hi Brian,

On 03.06.2013 19:36, Brian Minton wrote:
 To ease the transition to apache 2.4, could you have a script that
 automatically copies files in /etc/apache2/conf.d to
 /etc/apache2/conf-available?

you can use dpkg-maintscript-helper doing that for you. See
dpkg-maintscript-helper(1) or dh_installdeb(1) if you are using debhelper.

Doesn't that work good enough?


-- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D



signature.asc
Description: OpenPGP digital signature