[Pkg-php-commits] r1013 - pear/php-http/trunk/debian

Thijs Kinkhorst thijs at alioth.debian.org
Mon Mar 31 18:40:41 UTC 2008


Author: thijs
Date: 2008-03-31 18:40:40 +0000 (Mon, 31 Mar 2008)
New Revision: 1013

Modified:
   pear/php-http/trunk/debian/changelog
   pear/php-http/trunk/debian/control
   pear/php-http/trunk/debian/rules
Log:
finish up work done by Martin Lohmeier: make uploaders current,
remove tmpdir from built package, upload it.


Modified: pear/php-http/trunk/debian/changelog
===================================================================
--- pear/php-http/trunk/debian/changelog	2008-03-29 10:15:08 UTC (rev 1012)
+++ pear/php-http/trunk/debian/changelog	2008-03-31 18:40:40 UTC (rev 1013)
@@ -1,6 +1,6 @@
 php-http (1.4.0-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  [ Martin Lohmeier ]
   * new upstream release
   * updated debian/control (XS-X-Vcs-Svn, debendencies, description)
   * updated to Standard version 3.7.2
@@ -8,8 +8,11 @@
   * updates debian/compat
   * updated to PHP License 3.01 as upstream did (Closes: #332611)
 
- -- Martin Lohmeier <martin at mein-horde.de>  Sun,  4 Mar 2007 14:35:36 +0100
+  [ Thijs Kinkhorst ]
+  * Remove tmpdir from package && upload it.
 
+ -- Thijs Kinkhorst <thijs at debian.org>  Mon, 31 Mar 2008 20:35:31 +0200
+
 php-http (1.3.6-2) unstable; urgency=low
 
   * Need to replace php4-pear (<< 4:4.4.0-0), yes the epoch matters.

Modified: pear/php-http/trunk/debian/control
===================================================================
--- pear/php-http/trunk/debian/control	2008-03-29 10:15:08 UTC (rev 1012)
+++ pear/php-http/trunk/debian/control	2008-03-31 18:40:40 UTC (rev 1013)
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>
-Uploaders: Adam Conrad <adconrad at 0c3.net>, Ondřej Surý <ondrej at debian.org>
+Uploaders: Thijs Kinkhorst <thijs at debian.org>
 Build-Depends: debhelper (>= 5.0)
 Build-Depends-Indep: php-pear
 Vcs-Svn: svn://svn.debian.org/pkg-php/pear/php-http/trunk

Modified: pear/php-http/trunk/debian/rules
===================================================================
--- pear/php-http/trunk/debian/rules	2008-03-29 10:15:08 UTC (rev 1012)
+++ pear/php-http/trunk/debian/rules	2008-03-31 18:40:40 UTC (rev 1013)
@@ -48,6 +48,7 @@
 	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
 
 # Build architecture-dependent files here.
 binary-arch: build install




More information about the Pkg-php-commits mailing list