[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cvs commit: debian-apache/debian changelog control rules



i don't think a simple suggests closes 96859

it either needs to be a real depends (which is gross) or as the
submitter suggests, there needs to be libapache-mod-perl-dev (or
apache-perl-dev?) package.

libapache-mod-perl suggesting apache-dev is also gross.

-- 
_ivan


On Fri, Jun 27, 2003 at 04:57:17PM +0200, fabbione@lists.raw.no wrote:
> fabbione    2003/06/27 16:57:17
> 
>   Modified:    debian   changelog control rules
>   Log:
>   cosmetic cleanup
>   
>   Revision  Changes    Path
>   1.61      +2 -1      debian-apache/debian/changelog
>   
>   Index: changelog
>   ===================================================================
>   RCS file: /var/lib/cvs/debian-apache/debian/changelog,v
>   retrieving revision 1.60
>   retrieving revision 1.61
>   diff -u -r1.60 -r1.61
>   --- changelog	27 Jun 2003 12:48:03 -0000	1.60
>   +++ changelog	27 Jun 2003 14:57:17 -0000	1.61
>   @@ -4,8 +4,9 @@
>        - libapache-mod-perl: it is now shipped with apache to be able to build
>          all the apache-* packages in sync
>        - apache-perl merge: now it will be built in sync with apache
>   +    - libapache-mod-perl now suggests apache-dev (Closes: #96859)
>      * (Tollef Fog Heen)
>   -    - Bump email_max in apache-ssl.ssleay.cnf to 255 (closes: #150853)
>   +    - Bump email_max in apache-ssl.ssleay.cnf to 255 (Closes: #150853)
>    
>     -- Fabio M. Di Nitto <fabbione@fabbione.net>  Fri, 27 Jun 2003 14:08:47 +0200
>    
>   
>   
>   
>   1.25      +1 -0      debian-apache/debian/control
>   
>   Index: control
>   ===================================================================
>   RCS file: /var/lib/cvs/debian-apache/debian/control,v
>   retrieving revision 1.24
>   retrieving revision 1.25
>   diff -u -r1.24 -r1.25
>   --- control	27 Jun 2003 09:49:11 -0000	1.24
>   +++ control	27 Jun 2003 14:57:17 -0000	1.25
>   @@ -112,6 +112,7 @@
>    Package: libapache-mod-perl
>    Architecture: any
>    Depends: apache-common (>= 1.3.27.0), ${perl:Depends}, libwww-perl, libmime-base64-perl, libdevel-symdump-perl, liburi-perl, ${shlibs:Depends}
>   +Suggests: apache-dev (>= 1.3.27.0)
>    Description: Integration of perl with the Apache web server
>     mod_perl allows the use of Perl for just about anything
>     Apache-related, including <Perl> sections in the config
>   
>   
>   
>   1.35      +1 -2      debian-apache/debian/rules
>   
>   Index: rules
>   ===================================================================
>   RCS file: /var/lib/cvs/debian-apache/debian/rules,v
>   retrieving revision 1.34
>   retrieving revision 1.35
>   diff -u -r1.34 -r1.35
>   --- rules	27 Jun 2003 14:37:08 -0000	1.34
>   +++ rules	27 Jun 2003 14:57:17 -0000	1.35
>   @@ -49,11 +49,10 @@
>    		$(CONFARGS)
>    
>    SSLARGS =	--suexec-logfile=/var/log/apache-ssl/suexec.log \
>   -		--activate-module=src/modules/extra/mod_macro.c \
>    		--disable-module=apache_ssl_keynote \
>    		$(CONFARGS)
>    
>   -PERLARGS =	\
>   +PERLARGS =	--suexec-logfile=/var/log/apache-perl/suexec.log \
>    		$(CONFARGS)
>    
>    # CAVEAT COMPILOR
>   
>   
>   
> _______________________________________________
> Debian-apache mailing list
> Debian-apache@lists.raw.no
> http://lists.raw.no/mailman/listinfo/debian-apache

-- 
_ivan



Reply to: