[Pkg-php-commits] r934 - php-adodb/trunk/debian

Raphael Geissert atomo64-guest at alioth.debian.org
Mon Dec 10 03:38:29 UTC 2007


Author: atomo64-guest
Date: 2007-12-10 03:38:29 +0000 (Mon, 10 Dec 2007)
New Revision: 934

Added:
   php-adodb/trunk/debian/watch
Modified:
   php-adodb/trunk/debian/changelog
   php-adodb/trunk/debian/control
Log:
Added debian/watch file
Updated maintainer field (now maintained by the Debian PHP Maintainers team)
Added Homepage and Vcs-* fields
Bumped Standards-Version: 3.7.3, no change needed


Modified: php-adodb/trunk/debian/changelog
===================================================================
--- php-adodb/trunk/debian/changelog	2007-12-10 03:29:08 UTC (rev 933)
+++ php-adodb/trunk/debian/changelog	2007-12-10 03:38:29 UTC (rev 934)
@@ -1,3 +1,13 @@
+php-adodb (5.04-2) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * Added debian/watch file
+  * Updated maintainer field (now maintained by the Debian PHP Maintainers team)
+  * Added Homepage and Vcs-* fields
+  * Bumped Standards-Version: 3.7.3, no change needed
+
+ -- Raphael Geissert <atomo64 at gmail.com>  Sun, 09 Dec 2007 21:35:34 -0600
+
 php-adodb (5.04-1) unstable; urgency=low
 
   * Initial release (Closes: #422159) 

Modified: php-adodb/trunk/debian/control
===================================================================
--- php-adodb/trunk/debian/control	2007-12-10 03:29:08 UTC (rev 933)
+++ php-adodb/trunk/debian/control	2007-12-10 03:38:29 UTC (rev 934)
@@ -1,13 +1,17 @@
 Source: php-adodb
 Section: web
 Priority: optional
-Maintainer: Raphael Geissert <atomo64 at gmail.com>
+Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>
+Uploaders: Raphael Geissert <atomo64 at gmail.com>
 Build-Depends: debhelper (>= 5), php5-dev (>= 5.2.0)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Homepage: http://adodb.sourceforge.net/
+Vcs-Svn: svn://svn.debian.org/pkg-php/php-adodb/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-php/php-adodb/trunk
 
 Package: php5-adodb
 Architecture: any
-Depends: ${shlibs:Depends}, ${php:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}
 Enhances: libphp-adodb
 Description: Extension optimising ADOdb database abstraction library
  It provides up to 100% speedup by replacing parts of ADOdb with C code.

Added: php-adodb/trunk/debian/watch
===================================================================
--- php-adodb/trunk/debian/watch	                        (rev 0)
+++ php-adodb/trunk/debian/watch	2007-12-10 03:38:29 UTC (rev 934)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(\d)(\d+)/$1.$2/ \
+http://adodb.sourceforge.net/ http://phplens.com/lens/dl/adodb-ext-(.*).zip




More information about the Pkg-php-commits mailing list