[Pkg-php-commits] r1286 - pear/php-net-ftp/trunk/debian

Guillaume Delacour kcd-guest at alioth.debian.org
Thu Jul 16 22:04:48 UTC 2009


tags 529684 pending
thanks

Author: kcd-guest
Date: 2009-07-16 22:04:46 +0000 (Thu, 16 Jul 2009)
New Revision: 1286

Removed:
   pear/php-net-ftp/trunk/debian/examples
Modified:
   pear/php-net-ftp/trunk/debian/changelog
   pear/php-net-ftp/trunk/debian/control
   pear/php-net-ftp/trunk/debian/copyright
   pear/php-net-ftp/trunk/debian/rules
   pear/php-net-ftp/trunk/debian/watch
Log:
php-net-ftp: new upstream release (1.3.7)

Modified: pear/php-net-ftp/trunk/debian/changelog
===================================================================
--- pear/php-net-ftp/trunk/debian/changelog	2009-07-16 21:01:31 UTC (rev 1285)
+++ pear/php-net-ftp/trunk/debian/changelog	2009-07-16 22:04:46 UTC (rev 1286)
@@ -1,3 +1,43 @@
+php-net-ftp (1.3.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * New maintainer (Closes: #529684).
+  * debian/control: add "${misc:Depends}".
+  * Bump to Standards-Version 3.8.2 (move section from web to php).
+  * Bump to debhelper compatibility 7.
+  * debian/rules: delete rule to generate AUTHORS file.
+  * debian/copyright: add upstream authors.
+
+ -- Guillaume Delacour <gui at iroqwa.org>  Tue, 06 Jul 2009 20:04:48 +0000
+
+php-net-ftp (1.3.5-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control: 
+    - Added dh-make-php (>= 0.2.3), cdbs Build-Depends.
+    - Removed php-pear Build-Depends.
+  * debian/rules reorganized to use cdbs.
+  * debian/examples removed.
+
+ -- Jose Carlos Medeiros <debian at psabs.com.br>  Wed, 26 Mar 2008 01:30:56 -0300
+
+php-net-ftp (1.3.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Standards-Version: 3.7.3
+  * Updated "Homepage:" pseudo-header as Reference 1.14.6.
+  * Solved binary-arch-rules-but-pkg-is-arch-indep lintian report.
+
+ -- Jose Carlos Medeiros <debian at psabs.com.br>  Wed, 12 Dec 2007 19:46:06 -0200
+
+php-net-ftp (1.3.2-2) unstable; urgency=low
+
+  * Updated debian/watch file.
+  * Bump Standards-Version: 3.7.2.
+  * Removed automatically debian/package/tmp directory.
+
+ -- Jose Carlos Medeiros <debian at psabs.com.br>  Thu, 17 May 2007 22:25:13 -0300
+
 php-net-ftp (1.3.2-1) unstable; urgency=low
 
   * Initial Release. (closes: #365090)

Modified: pear/php-net-ftp/trunk/debian/control
===================================================================
--- pear/php-net-ftp/trunk/debian/control	2009-07-16 21:01:31 UTC (rev 1285)
+++ pear/php-net-ftp/trunk/debian/control	2009-07-16 22:04:46 UTC (rev 1286)
@@ -1,19 +1,18 @@
 Source: php-net-ftp
-Section: web
+Section: php
 Priority: optional
-Maintainer: Jose Carlos Medeiros <debian at psabs.com.br>
-Uploaders: Ola Lundqvist <opal at debian.org>
-Build-Depends-Indep: debhelper (>= 5), php-pear
-Standards-Version: 3.6.2
+Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>
+Uploaders: Ola Lundqvist <opal at debian.org>, Guillaume Delacour <gui at iroqwa.org>
+Build-Depends: debhelper (>= 7), dh-make-php (>= 0.2.3), cdbs
+Standards-Version: 3.8.2
+Homepage: http://pear.php.net/package/Net_FTP/
 
 Package: php-net-ftp
 Architecture: all
-Depends: php-pear
+Depends: ${misc:Depends}, php-pear
 Description: provides an OO interface to the PHP FTP functions
  Net_FTP allows you to communicate with FTP servers in a more comfortable way
  than the native FTP functions of PHP do. The class implements everything 
  nativly supported by PHP and additionally features like recursive up- and 
  downloading, dircreation and chmodding. It although implements an observer 
  pattern to allow for example the view of a progress bar.
- .
- Homepage: http://pear.php.net/package/Net_FTP/

Modified: pear/php-net-ftp/trunk/debian/copyright
===================================================================
--- pear/php-net-ftp/trunk/debian/copyright	2009-07-16 21:01:31 UTC (rev 1285)
+++ pear/php-net-ftp/trunk/debian/copyright	2009-07-16 22:04:46 UTC (rev 1286)
@@ -3,8 +3,8 @@
 
 It was downloaded from http://pear.php.net/package/Net_FTP/download/
 
-Upstream Authors: See /usr/share/doc/php-soap/AUTHORS file.
-
+Upstream Authors: See /usr/share/doc/php-net-ftp/AUTHORS file.
+	
 License:
    -------------------------------------------------------------------- 
    The PHP License, version 3.01

Deleted: pear/php-net-ftp/trunk/debian/examples
===================================================================
--- pear/php-net-ftp/trunk/debian/examples	2009-07-16 21:01:31 UTC (rev 1285)
+++ pear/php-net-ftp/trunk/debian/examples	2009-07-16 22:04:46 UTC (rev 1286)
@@ -1 +0,0 @@
-Net_FTP-*/example/*

Modified: pear/php-net-ftp/trunk/debian/rules
===================================================================
--- pear/php-net-ftp/trunk/debian/rules	2009-07-16 21:01:31 UTC (rev 1285)
+++ pear/php-net-ftp/trunk/debian/rules	2009-07-16 22:04:46 UTC (rev 1286)
@@ -1,74 +1,14 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+DEB_COMPRESS_EXCLUDE=package.xml
 
-export DH_COMPAT=5
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/pear.mk
 
-PEAR ?= /usr/bin/pear
-pear_pkg = $(shell ls |grep Net_FTP)
-package = php-net-ftp
-
-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
-	rm -rf AUTHORS
-	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) install -f -n -R debian/$(package) $(pear_pkg)/package.xml;
-	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)/usr/share/php/docs;
-	rm -rf debian/$(package)/usr/share/php/tests;
-	## 
+install/php-net-ftp::
 	# Creating AUTHORS file
 	grep "@author" Net_FTP*/* -R | sed -e 's/.*@author//' -e 's/^ *//' -e 's/>.*/>/' \
 		| sort | uniq > AUTHORS
 
-# 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
+clean/php-net-ftp::
+	rm -f AUTHORS

Modified: pear/php-net-ftp/trunk/debian/watch
===================================================================
--- pear/php-net-ftp/trunk/debian/watch	2009-07-16 21:01:31 UTC (rev 1285)
+++ pear/php-net-ftp/trunk/debian/watch	2009-07-16 22:04:46 UTC (rev 1286)
@@ -1,2 +1,2 @@
-version=2
-http://pear.php.net/package/Net_FTP/ /get/Net_FTP-([\d.]+)\.tgz
+version=3
+http://pear.php.net/package/Net_FTP/ http://download.pear.php.net/package/Net_FTP-([\d.]+)\.tgz




More information about the Pkg-php-commits mailing list