Changeset 491

Show
Ignore:
Timestamp:
10/02/2008 11:32:02 (6 months ago)
Author:
nextime
Message:

Drop php4 support

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • packages/main/php-fileinfo/tags/venus/debian/changelog

    r489 r491  
     1php-fileinfo (1.0.4.venus-4) stable; urgency=low 
     2 
     3  * Drop php4 support  
     4 
     5 -- Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it>  Sun, 10 Feb 2008 11:31:42 +0100 
     6 
    17php-fileinfo (1.0.4.venus-3) stable; urgency=low 
    28 
  • packages/main/php-fileinfo/tags/venus/debian/control

    r139 r491  
    33Priority: optional 
    44Maintainer: Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it> 
    5 Build-Depends: debhelper (>= 5), po-debconf, xsltproc , php4-dev , php5-dev   
     5Build-Depends: debhelper (>= 5), po-debconf, xsltproc, php5-dev   
    66Standards-Version: 3.7.2 
    7  
    8 Package: php4-fileinfo 
    9 Architecture: any 
    10 Depends: ${shlibs:Depends}, ${misc:Depends}, php4|php4-cli 
    11 Description: Fileinfo module for PHP 4 
    12  libmagic bindings 
    13  . 
    14  This extension allows retrieval of information regarding vast  
    15  majority of file.  
    16  This information may include dimensions, quality, length etc... 
    17  . 
    18  Additionally it can also be used to retrieve the mime type for a  
    19  particular  
    20  file and for text files proper language encoding. 
    21  . 
    227 
    238Package: php5-fileinfo 
  • packages/main/php-fileinfo/tags/venus/debian/rules

    r162 r491  
    2828EXT_DIR=$(shell $(PHPCONFIG)$* --extension-dir) 
    2929SOURCE_DIR=$(shell ls -d $(PECL_PKG_REALNAME)-*) 
    30 BINARYTARGETS=binary-arch-v4 binary-arch-v5  
    31 BUILDTARGETS=build-v4 build-v5  
    32 CLEANTARGETS=clean-v4 clean-v5  
     30BINARYTARGETS=binary-arch-v5  
     31BUILDTARGETS=build-v5  
     32CLEANTARGETS=clean-v5  
    3333 
    3434# Sarge doesn't support --phpapi option (Bug #365667) 
    3535#phpapiver4=$(shell /usr/bin/php-config4 --phpapi) 
    36 phpapiver4=$(/usr/bin/php-config4 --extension-dir | xargs basename) 
     36#phpapiver4=$(/usr/bin/php-config4 --extension-dir | xargs basename) 
    3737phpapiver5=$(shell /usr/bin/php-config5 --phpapi) 
    3838 
    39 configure-v4 configure-v5: configure-v%: configure-stamp-v% 
    40 configure-stamp-v4 configure-stamp-v5: configure-stamp-v%: 
     39configure-v5: configure-v%: configure-stamp-v% 
     40configure-stamp-v5: configure-stamp-v%: 
    4141        dh_testdir 
    4242        # Add here commands to configure the package. 
     
    4949build: $(BUILDTARGETS) 
    5050 
    51 build-v4 build-v5: build-v%: build-stamp-v% 
     51build-v5: build-v%: build-stamp-v% 
    5252 
    5353build-stamp: 
     
    5555        touch build-stamp 
    5656 
    57 build-stamp-v4 build-stamp-v5: build-stamp-v%: build-stamp configure-stamp-v% 
     57build-stamp-v5: build-stamp-v%: build-stamp configure-stamp-v% 
    5858        dh_testdir 
    5959 
     
    6666        dh_clean 
    6767 
    68 clean-v4 clean-v5: clean-v%: 
     68clean-v5: clean-v%: 
    6969        dh_testdir 
    7070        dh_testroot 
     
    7676        $(PHPIZE)$* --clean) 
    7777 
    78 install-v4 install-v5: install-v%: build-v% 
     78install-v5: install-v%: build-v% 
    7979        dh_testdir 
    8080        dh_testroot 
     
    104104# Build architecture-dependent files here. 
    105105 
    106 binary-arch-v4 binary-arch-v5: binary-arch-v%: install-v% 
     106binary-arch-v5: binary-arch-v%: install-v% 
    107107        echo "php:Depends=phpapi-$(phpapiver$*)" >> debian/$(BIN_PACKAGE_NAME).substvars 
    108108 
     
    140140 
    141141binary: binary-indep binary-arch 
    142 .PHONY: build build-v4 build-v5 clean clean-v4 clean-v5 binary-indep binary-arch binary-arch-v4 binary-arch-v5 binary install-v4 install-v5 configure-v4 configure-v5 
     142.PHONY: build build-v5 clean clean-v5 binary-indep binary-arch binary-arch-v5 binary install-v5 configure-v5 
  • packages/main/php-fileinfo/trunk/debian/changelog

    r162 r491  
     1php-fileinfo (1.0.4-4) unstable; urgency=low 
     2 
     3  * Drop php4 support  
     4 
     5 -- Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it>  Sun, 10 Feb 2008 11:30:56 +0100 
     6 
    17php-fileinfo (1.0.4-3) unstable; urgency=low 
    28 
  • packages/main/php-fileinfo/trunk/debian/control

    r139 r491  
    33Priority: optional 
    44Maintainer: Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it> 
    5 Build-Depends: debhelper (>= 5), po-debconf, xsltproc , php4-dev , php5-dev   
     5Build-Depends: debhelper (>= 5), po-debconf, xsltproc, php5-dev   
    66Standards-Version: 3.7.2 
    7  
    8 Package: php4-fileinfo 
    9 Architecture: any 
    10 Depends: ${shlibs:Depends}, ${misc:Depends}, php4|php4-cli 
    11 Description: Fileinfo module for PHP 4 
    12  libmagic bindings 
    13  . 
    14  This extension allows retrieval of information regarding vast  
    15  majority of file.  
    16  This information may include dimensions, quality, length etc... 
    17  . 
    18  Additionally it can also be used to retrieve the mime type for a  
    19  particular  
    20  file and for text files proper language encoding. 
    21  . 
    227 
    238Package: php5-fileinfo 
  • packages/main/php-fileinfo/trunk/debian/rules

    r162 r491  
    2828EXT_DIR=$(shell $(PHPCONFIG)$* --extension-dir) 
    2929SOURCE_DIR=$(shell ls -d $(PECL_PKG_REALNAME)-*) 
    30 BINARYTARGETS=binary-arch-v4 binary-arch-v5  
    31 BUILDTARGETS=build-v4 build-v5  
    32 CLEANTARGETS=clean-v4 clean-v5  
     30BINARYTARGETS=binary-arch-v5  
     31BUILDTARGETS=build-v5  
     32CLEANTARGETS=clean-v5  
    3333 
    3434# Sarge doesn't support --phpapi option (Bug #365667) 
    3535#phpapiver4=$(shell /usr/bin/php-config4 --phpapi) 
    36 phpapiver4=$(/usr/bin/php-config4 --extension-dir | xargs basename) 
     36#phpapiver4=$(/usr/bin/php-config4 --extension-dir | xargs basename) 
    3737phpapiver5=$(shell /usr/bin/php-config5 --phpapi) 
    3838 
    39 configure-v4 configure-v5: configure-v%: configure-stamp-v% 
    40 configure-stamp-v4 configure-stamp-v5: configure-stamp-v%: 
     39configure-v5: configure-v%: configure-stamp-v% 
     40configure-stamp-v5: configure-stamp-v%: 
    4141        dh_testdir 
    4242        # Add here commands to configure the package. 
     
    4949build: $(BUILDTARGETS) 
    5050 
    51 build-v4 build-v5: build-v%: build-stamp-v% 
     51build-v5: build-v%: build-stamp-v% 
    5252 
    5353build-stamp: 
     
    5555        touch build-stamp 
    5656 
    57 build-stamp-v4 build-stamp-v5: build-stamp-v%: build-stamp configure-stamp-v% 
     57build-stamp-v5: build-stamp-v%: build-stamp configure-stamp-v% 
    5858        dh_testdir 
    5959 
     
    6666        dh_clean 
    6767 
    68 clean-v4 clean-v5: clean-v%: 
     68clean-v5: clean-v%: 
    6969        dh_testdir 
    7070        dh_testroot 
     
    7676        $(PHPIZE)$* --clean) 
    7777 
    78 install-v4 install-v5: install-v%: build-v% 
     78install-v5: install-v%: build-v% 
    7979        dh_testdir 
    8080        dh_testroot 
     
    104104# Build architecture-dependent files here. 
    105105 
    106 binary-arch-v4 binary-arch-v5: binary-arch-v%: install-v% 
     106binary-arch-v5: binary-arch-v%: install-v% 
    107107        echo "php:Depends=phpapi-$(phpapiver$*)" >> debian/$(BIN_PACKAGE_NAME).substvars 
    108108 
     
    140140 
    141141binary: binary-indep binary-arch 
    142 .PHONY: build build-v4 build-v5 clean clean-v4 clean-v5 binary-indep binary-arch binary-arch-v4 binary-arch-v5 binary install-v4 install-v5 configure-v4 configure-v5 
     142.PHONY: build build-v5 clean clean-v5 binary-indep binary-arch binary-arch-v5 binary install-v5 configure-v5