[Pkg-php-commits] r945 - pear/skeleton/debian

Thijs Kinkhorst thijs at alioth.debian.org
Mon Dec 31 00:09:51 UTC 2007


Author: thijs
Date: 2007-12-31 00:09:51 +0000 (Mon, 31 Dec 2007)
New Revision: 945

Modified:
   pear/skeleton/debian/control
   pear/skeleton/debian/rules
Log:
policy-related tweaks to skeleton


Modified: pear/skeleton/debian/control
===================================================================
--- pear/skeleton/debian/control	2007-12-31 00:04:57 UTC (rev 944)
+++ pear/skeleton/debian/control	2007-12-31 00:09:51 UTC (rev 945)
@@ -7,7 +7,8 @@
 Build-Depends-Indep: php-pear
 Vcs-Svn: svn://svn.debian.org/pkg-php/pear/MODULE_NAME/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-php/pear/MODULE_NAME/trunk
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Homepage: http://pear.php.net/package/MODULE_NAME
 
 Package: MODULE_NAME
 Architecture: all

Modified: pear/skeleton/debian/rules
===================================================================
--- pear/skeleton/debian/rules	2007-12-31 00:04:57 UTC (rev 944)
+++ pear/skeleton/debian/rules	2007-12-31 00:09:51 UTC (rev 945)
@@ -54,12 +54,12 @@
 	rm -rf debian/$(package)/usr/share/php/tests;
 	rm -rf debian/$(package)/usr/share/php/data/FIXME/misc;
 
+# 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
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs




More information about the Pkg-php-commits mailing list