[Pkg-php-commits] r1064 - pear/php-mail-mimedecode/trunk/debian

Vincent Bernat bernat at alioth.debian.org
Fri May 9 09:55:11 UTC 2008


Author: bernat
Date: 2008-05-09 09:55:11 +0000 (Fri, 09 May 2008)
New Revision: 1064

Added:
   pear/php-mail-mimedecode/trunk/debian/dirs
Modified:
   pear/php-mail-mimedecode/trunk/debian/changelog
   pear/php-mail-mimedecode/trunk/debian/control
   pear/php-mail-mimedecode/trunk/debian/rules
Log:
Switch to cdbs and to draft policy for PEAR packages


Modified: pear/php-mail-mimedecode/trunk/debian/changelog
===================================================================
--- pear/php-mail-mimedecode/trunk/debian/changelog	2008-05-09 09:19:48 UTC (rev 1063)
+++ pear/php-mail-mimedecode/trunk/debian/changelog	2008-05-09 09:55:11 UTC (rev 1064)
@@ -1,3 +1,14 @@
+php-mail-mimedecode (1.5.0-3) unstable; urgency=low
+
+  * Switch to cdbs and follows draft policy for PEAR packages
+     + Add Vcs-* fields
+     + Depends on dh-make-php and cdbs
+     + Add debian/dirs
+     + Add versioned dependency on php-pear (>= 1.6.0)
+     + Debian PHP Maintainers team as Maintainer in debian/control
+
+ -- Vincent Bernat <bernat at debian.org>  Fri, 09 May 2008 11:39:15 +0200
+
 php-mail-mimedecode (1.5.0-2) unstable; urgency=low
 
   * Add Conflicts and Replaces fields against php-mail-mime (<< 1.5.0)

Modified: pear/php-mail-mimedecode/trunk/debian/control
===================================================================
--- pear/php-mail-mimedecode/trunk/debian/control	2008-05-09 09:19:48 UTC (rev 1063)
+++ pear/php-mail-mimedecode/trunk/debian/control	2008-05-09 09:55:11 UTC (rev 1064)
@@ -1,16 +1,20 @@
 Source: php-mail-mimedecode
 Section: web
 Priority: optional
-Maintainer: Vincent Bernat <bernat at luffy.cx>
-Build-Depends: debhelper (>= 5)
+Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>
+Uploaders: Vincent Bernat <bernat at debian.org>
+Build-Depends: debhelper (>= 5), cdbs
+Build-Depends-Indep: dh-make-php (>= 0.2.3)
 Standards-Version: 3.7.3
 Homepage: http://pear.php.net/package/Mail_mimeDecode/
+Vcs-Svn: svn://svn.debian.org/pkg-php/pear/php-mail-mimedecode/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-php/pear/php-mail-mimedecode/trunk
 
 Package: php-mail-mimedecode
 Architecture: all
-Depends: php-pear, ${misc:Depends}
+Depends: php-pear (>= 1.6.0), ${misc:Depends}
 Conflicts: php-mail-mime (<< 1.5.0)
 Replaces: php-mail-mime (<< 1.5.0)
-Description: PHP PEAR module for parsing MIME messages
- Provides a class to deal with decoding of mime messages
- into a usable structure.
+Description: PHP PEAR module to decode MIME messages
+ Provides a class to deal with decoding and interpreting of mime
+ messages into a usable structure.

Added: pear/php-mail-mimedecode/trunk/debian/dirs
===================================================================
--- pear/php-mail-mimedecode/trunk/debian/dirs	                        (rev 0)
+++ pear/php-mail-mimedecode/trunk/debian/dirs	2008-05-09 09:55:11 UTC (rev 1064)
@@ -0,0 +1 @@
+/usr/share/php

Modified: pear/php-mail-mimedecode/trunk/debian/rules
===================================================================
--- pear/php-mail-mimedecode/trunk/debian/rules	2008-05-09 09:19:48 UTC (rev 1063)
+++ pear/php-mail-mimedecode/trunk/debian/rules	2008-05-09 09:55:11 UTC (rev 1064)
@@ -1,36 +1,6 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+DEB_COMPRESS_EXCLUDE=package.xml
 
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean 
-
-build:
-install:
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-binary-indep: install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs
-	dh_installdocs
-	dh_install
-	find debian/php-mail-mimedecode/usr/share/php/ -type f | xargs chmod -x
-	dh_link
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch:
-
-binary: binary-indep
-.PHONY: build clean binary-indep binary-arch binary install configure
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/pear.mk




More information about the Pkg-php-commits mailing list