[Pkg-php-commits] r1309 - pear/php-auth-sasl/trunk/debian

Benoit Mortier opensides-guest at alioth.debian.org
Fri Nov 13 00:31:31 UTC 2009


Author: opensides-guest
Date: 2009-11-13 00:31:31 +0000 (Fri, 13 Nov 2009)
New Revision: 1309

Modified:
   pear/php-auth-sasl/trunk/debian/changelog
   pear/php-auth-sasl/trunk/debian/control
   pear/php-auth-sasl/trunk/debian/rules
Log:
- next round of cleanup



Modified: pear/php-auth-sasl/trunk/debian/changelog
===================================================================
--- pear/php-auth-sasl/trunk/debian/changelog	2009-11-13 00:22:25 UTC (rev 1308)
+++ pear/php-auth-sasl/trunk/debian/changelog	2009-11-13 00:31:31 UTC (rev 1309)
@@ -1,6 +1,6 @@
 php-auth-sasl (1.0.3-1) unstable; urgency=low
 
-  * Initial Release (Closes #<ITP bug number>).
+  * Initial Release (Closes ##555976).
 
  -- Benoit Mortier <benoit.mortier at opensides.be>  Fri, 13 Nov 2009 00:53:42 +0100
 

Modified: pear/php-auth-sasl/trunk/debian/control
===================================================================
--- pear/php-auth-sasl/trunk/debian/control	2009-11-13 00:22:25 UTC (rev 1308)
+++ pear/php-auth-sasl/trunk/debian/control	2009-11-13 00:31:31 UTC (rev 1309)
@@ -3,16 +3,19 @@
 Priority: optional
 Maintainer: Benoit Mortier <benoit.mortier at opensides.be>
 Build-Depends: debhelper (>= 5), dh-make-php (>= 0.2.3), cdbs
-Standards-Version: 3.7.2
+Standards-Version: 3.8.3
+Homepage: http://pear.php.net/package/Auth_SASL/
+Vcs-Svn: svn://svn.debian.org/pkg-php/pear/php-auth-sasl/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-php/pear/php-auth-sasl/trunk
 
 Package: php-auth-sasl
 Architecture: all
-Depends: 
+Depends: ${misc:Depends}, php-pear (>= 5.2.0-8)
 Description: Abstraction of various SASL mechanism responses
  Provides code to generate responses to common SASL mechanisms, 
  including:
- - Digest-MD5
- - CramMD5
- - Plain
- - Anonymous
- - Login (Pseudo mechanism)
\ No newline at end of file
+  * Digest-MD5
+  * CramMD5
+  * Plain
+  * Anonymous
+  * Login (Pseudo mechanism)

Modified: pear/php-auth-sasl/trunk/debian/rules
===================================================================
--- pear/php-auth-sasl/trunk/debian/rules	2009-11-13 00:22:25 UTC (rev 1308)
+++ pear/php-auth-sasl/trunk/debian/rules	2009-11-13 00:31:31 UTC (rev 1309)
@@ -7,5 +7,5 @@
 include /usr/share/cdbs/1/class/pear.mk
 
 common-install-indep::
-        rmdir $(DEB_DESTDIR)usr/share/php/.registry/.channel.doc.php.net/
+	rmdir $(DEB_DESTDIR)usr/share/php/.registry/.channel.doc.php.net/
 




More information about the Pkg-php-commits mailing list