Projects
Kolab:3.4
php-pear-Net-URL2
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 6
View file
debian.changelog
Added
@@ -0,0 +1,6 @@ +php-net-url2 (2.0.0-1) stable; urgency=low + + * Initial Package + + -- Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Fri, 14 Jan 2011 11:11:11 +1111 +
View file
debian.control
Added
@@ -0,0 +1,14 @@ +Source: php-net-url2 +Section: web +Priority: optional +Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: php-pear +Standards-Version: 3.9.1 + +Package: php-net-url2 +Architecture: all +Depends: php-pear (>= 5.2.0-8) +Description: Class for parsing and handling URLs + Provides parsing of URLs into their constituent parts (scheme, host, + path, etc.), URL generation, and resolving of relative URLs.
View file
debian.rules
Added
@@ -0,0 +1,87 @@ +#!/usr/bin/make -f + +DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ') +DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-) +DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//') + +PEAR ?= /usr/bin/pear +pear_pkg = $(shell ls |grep Net_URL2) +package = php-net-url2 + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + if [ -f $(pear_pkg)/package.xml ]; then \ + rm $(pear_pkg)/package.xml; \ + fi + dh_clean build-stamp configure-stamp + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/package. + cp package.xml $(pear_pkg)/package.xml; + $(PEAR) \ + -c debian/pearrc \ + -d include_path=/usr/share/php \ + -d php_bin=/usr/bin/php \ + -d bin_dir=/usr/bin \ + -d php_dir=/usr/share/php \ + -d data_dir=/usr/share/php/data \ + -d doc_dir=/usr/share/php/docs \ + -d test_dir=/usr/share/php/tests \ + install -n -f -P debian/$(package) $(pear_pkg)/package.xml + + # remove unwanted files + rm -f debian/$(package)/usr/share/php/.filemap; + rm -f debian/$(package)/usr/share/php/.lock; + rm -rf debian/$(package)/usr/share/php/.channels; + rm -rf debian/$(package)/usr/share/php/.depdblock; + rm -rf debian/$(package)/usr/share/php/.depdb; + rm -rf debian/$(package)/usr/share/php/.registry/.channel.pecl.php.net; + rm -rf debian/$(package)/usr/share/php/.registry/.channel.__uri; + rm -rf debian/$(package)/tmp + + # remove duplicated files, these files are in /usr/share/doc/package + rm -rf debian/$(package)/usr/share/php/tests \ + debian/$(package)/usr/share/php/docs + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installexamples + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure + +get-orig-source: + wget http://download.pear.php.net/package/Net_URL2-${DEB_UPSTREAM_VERSION}.tgz \ + -O php-net-url2_${DEB_UPSTREAM_VERSION}.orig.tar.gz +
View file
debian.tar.gz
Added
View file
php-net-url2.dsc
Added
@@ -0,0 +1,13 @@ +Format: 1.0 +Source: php-net-url2 +Binary: php-net-url2 +Architecture: all +Version: 2.0.0-1 +Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> +Standards-Version: 3.9.1 +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: php-pear +Files: + 00000000000000000000000000000000 0 Net_URL2-2.0.0.tar.gz + 00000000000000000000000000000000 0 debian.tar.gz +
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.