[Pkg-php-commits] r1359 - pear/php-net-checkip/trunk/debian

Jean-Marc Roth jmroth-guest at alioth.debian.org
Mon Mar 29 17:02:22 UTC 2010


Author: jmroth-guest
Date: 2010-03-29 17:02:21 +0000 (Mon, 29 Mar 2010)
New Revision: 1359

Removed:
   pear/php-net-checkip/trunk/debian/svn-deblayout
Modified:
   pear/php-net-checkip/trunk/debian/changelog
   pear/php-net-checkip/trunk/debian/control
   pear/php-net-checkip/trunk/debian/copyright
   pear/php-net-checkip/trunk/debian/rules
   pear/php-net-checkip/trunk/debian/watch
Log:
syncing svn with what was actually released

Modified: pear/php-net-checkip/trunk/debian/changelog
===================================================================
--- pear/php-net-checkip/trunk/debian/changelog	2010-03-29 14:50:09 UTC (rev 1358)
+++ pear/php-net-checkip/trunk/debian/changelog	2010-03-29 17:02:21 UTC (rev 1359)
@@ -1,15 +1,24 @@
+php-net-checkip (1.2.1-2) unstable; urgency=low
+
+  * debian/control:
+    - Bump Standards-Version: 3.7.3.
+    - Added Homepage header.
+    - Added dh-make-php (>= 0.2.3), cdbs Build-Depends.
+    - Removed php-pear Build-Depends.
+  * debian/rules reorganized to use cdbs.
+
+ -- Jose Carlos Medeiros <debian at psabs.com.br>  Wed, 26 Mar 2008 01:20:21 -0300
+
 php-net-checkip (1.2.1-1) unstable; urgency=low
 
-  * NOT RELEASED YET
-  * new upstream release
-  * new maintainer (closes: #383011)
-  * add debian/compat
-  * get-orig-source target for debian/rules
-  * mention new maintainer in debian/copyright
-  * add XS-X-Vcs-Svn to debian/control
-  * updated to standard version 3.7.2
+  * New upstream release.
+  * Bump Standards-Version: 3.7.2.
+  * Removed php4 support.
+  * Updated debian/watch file to version 3.
+  * Removed automatically debian/package/tmp directory.
+  * Removed .registry/.channel* files automatically created.
 
- -- Martin Lohmeier <martin at mein-horde.de>  Sun,  4 Mar 2007 14:36:47 +0100
+ -- Jose Carlos Medeiros <debian at psabs.com.br>  Thu, 17 May 2007 21:53:47 -0300
 
 php-net-checkip (1.2.0-3) unstable; urgency=low
 

Modified: pear/php-net-checkip/trunk/debian/control
===================================================================
--- pear/php-net-checkip/trunk/debian/control	2010-03-29 14:50:09 UTC (rev 1358)
+++ pear/php-net-checkip/trunk/debian/control	2010-03-29 17:02:21 UTC (rev 1359)
@@ -1,18 +1,15 @@
 Source: php-net-checkip
 Section: web
 Priority: optional
-Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>
-Uploaders: Ondrej Sur <ondrej at sury.org>
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: php-pear
-Vcs-Svn: svn://svn.debian.org/pkg-php/pear/php-net-checkip/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-php/pear/php-net-checkip/trunk
-Homepage: http://pear.php.net/package/Net_CheckIP/
+Maintainer: Jose Carlos Medeiros <debian at psabs.com.br>
+Uploaders: Ola Lundqvist <opal at debian.org>
+Build-Depends: debhelper (>= 5), dh-make-php (>= 0.2.3), cdbs
 Standards-Version: 3.7.3
+Homepage: http://pear.php.net/package/Net_CheckIP/
 
 Package: php-net-checkip
 Architecture: all
 Depends: php-pear (>= 4.4.0)
-Suggests: php4-cli | php5-cli
+Suggests: php5-cli
 Description: check the syntax of IPv4 addresses
  This package validates IPv4 addresses.

Modified: pear/php-net-checkip/trunk/debian/copyright
===================================================================
--- pear/php-net-checkip/trunk/debian/copyright	2010-03-29 14:50:09 UTC (rev 1358)
+++ pear/php-net-checkip/trunk/debian/copyright	2010-03-29 17:02:21 UTC (rev 1359)
@@ -1,6 +1,5 @@
 This package was debianized by Jose Carlos Medeiros <debian at psabs.com.br> on
-Thu, 22 Sep 2005 11:13:58 -0300 and is currently maintained by the Debian
-PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>
+Thu, 22 Sep 2005 11:13:58 -0300
 
 It was downloaded from
 	http://pear.php.net/package/Net_CheckIP/

Modified: pear/php-net-checkip/trunk/debian/rules
===================================================================
--- pear/php-net-checkip/trunk/debian/rules	2010-03-29 14:50:09 UTC (rev 1358)
+++ pear/php-net-checkip/trunk/debian/rules	2010-03-29 17:02:21 UTC (rev 1359)
@@ -1,75 +1,7 @@
 #!/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
 
-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_CheckIP)
-package = php-net-checkip
-
-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) 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/docs;
-	rm -rf debian/$(package)/usr/share/php/tests;
-
-
-# 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_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_CheckIP-${DEB_UPSTREAM_VERSION}.tgz -O php-net-checkip_${DEB_UPSTREAM_VERSION}.orig.tar.gz
-

Deleted: pear/php-net-checkip/trunk/debian/svn-deblayout
===================================================================
--- pear/php-net-checkip/trunk/debian/svn-deblayout	2010-03-29 14:50:09 UTC (rev 1358)
+++ pear/php-net-checkip/trunk/debian/svn-deblayout	2010-03-29 17:02:21 UTC (rev 1359)
@@ -1,3 +0,0 @@
-origDir=../../upstream
-buildArea=../../build-area
-

Modified: pear/php-net-checkip/trunk/debian/watch
===================================================================
--- pear/php-net-checkip/trunk/debian/watch	2010-03-29 14:50:09 UTC (rev 1358)
+++ pear/php-net-checkip/trunk/debian/watch	2010-03-29 17:02:21 UTC (rev 1359)
@@ -1,2 +1,2 @@
 version=3
-http://pear.php.net/package/Net_CheckIP http://download.pear.php.net/package/Net_CheckIP-([\d.RC]+).tgz
+http://pear.php.net/package/Net_CheckIP/ http://download.pear.php.net/package/Net_CheckIP-([\d.]+)\.tgz




More information about the Pkg-php-commits mailing list