[Pkg-php-commits] r946 - in pear: php-auth/trunk/debian php-auth-sasl/trunk/debian php-cache/trunk/debian php-date/trunk/debian php-db/trunk/debian php-file/trunk/debian php-http/trunk/debian php-http-request/trunk/debian php-log/trunk/debian php-mdb2/trunk/debian php-mdb2-driver-mysql/trunk/debian php-net-checkip/trunk/debian php-net-dime/trunk/debian php-net-ftp/trunk/debian php-net-ldap/trunk/debian php-net-pop3/trunk/debian php-net-sieve/trunk/debian php-net-smtp/trunk/debian php-net-url/trunk/debian php-xml-serializer/trunk/debian php-xml-util/trunk/debian
Thijs Kinkhorst
thijs at alioth.debian.org
Mon Dec 31 00:18:20 UTC 2007
Author: thijs
Date: 2007-12-31 00:18:20 +0000 (Mon, 31 Dec 2007)
New Revision: 946
Modified:
pear/php-auth-sasl/trunk/debian/rules
pear/php-auth/trunk/debian/rules
pear/php-cache/trunk/debian/rules
pear/php-date/trunk/debian/rules
pear/php-db/trunk/debian/rules
pear/php-file/trunk/debian/rules
pear/php-http-request/trunk/debian/rules
pear/php-http/trunk/debian/rules
pear/php-log/trunk/debian/rules
pear/php-mdb2-driver-mysql/trunk/debian/rules
pear/php-mdb2/trunk/debian/rules
pear/php-net-checkip/trunk/debian/rules
pear/php-net-dime/trunk/debian/rules
pear/php-net-ftp/trunk/debian/rules
pear/php-net-ldap/trunk/debian/rules
pear/php-net-pop3/trunk/debian/rules
pear/php-net-sieve/trunk/debian/rules
pear/php-net-smtp/trunk/debian/rules
pear/php-net-url/trunk/debian/rules
pear/php-xml-serializer/trunk/debian/rules
pear/php-xml-util/trunk/debian/rules
Log:
we only build arch-indep packages so use the arch-indep target
Modified: pear/php-auth/trunk/debian/rules
===================================================================
--- pear/php-auth/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-auth/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -47,12 +47,12 @@
# remove created tmp dir
rm -rf debian/$(package)/tmp
+# 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
Modified: pear/php-auth-sasl/trunk/debian/rules
===================================================================
--- pear/php-auth-sasl/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-auth-sasl/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -54,12 +54,12 @@
rm -rf debian/$(package)/usr/share/php/tests;
rm -rf debian/$(package)/usr/share/php/data/Auth/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
Modified: pear/php-cache/trunk/debian/rules
===================================================================
--- pear/php-cache/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-cache/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -52,12 +52,12 @@
rm -rf debian/$(package)/usr/share/php/tests;
##
+# 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
Modified: pear/php-date/trunk/debian/rules
===================================================================
--- pear/php-date/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-date/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -47,12 +47,12 @@
# remove created tmp dir
rm -rf debian/$(package)/tmp
+# 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
Modified: pear/php-db/trunk/debian/rules
===================================================================
--- pear/php-db/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-db/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -54,12 +54,12 @@
chmod 755 debian/$(package)/usr/share/php/tests/DB/tests/run.cvs
chmod 755 debian/$(package)/usr/share/php/tests/DB/tests/driver/run.cvs
+# 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
Modified: pear/php-file/trunk/debian/rules
===================================================================
--- pear/php-file/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-file/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -48,12 +48,12 @@
# remove created tmp dir
rm -rf debian/$(package)/tmp
+# 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
Modified: pear/php-http/trunk/debian/rules
===================================================================
--- pear/php-http/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-http/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -49,12 +49,12 @@
rm -rf debian/$(package)/usr/share/php/.registry/.channel.pecl.php.net;
rm -rf debian/$(package)/usr/share/php/.registry/.channel.__uri;
+# 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
Modified: pear/php-http-request/trunk/debian/rules
===================================================================
--- pear/php-http-request/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-http-request/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -45,12 +45,12 @@
rm -rf debian/$(package)/tmp
+# 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
Modified: pear/php-log/trunk/debian/rules
===================================================================
--- pear/php-log/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-log/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -53,12 +53,12 @@
rm -rf debian/$(package)/usr/share/php/tests;
rm -rf debian/$(package)/usr/share/php/data/Log/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
Modified: pear/php-mdb2/trunk/debian/rules
===================================================================
--- pear/php-mdb2/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-mdb2/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -55,12 +55,12 @@
rm -rf debian/$(package)/usr/share/php/tests;
rm -rf debian/$(package)/usr/share/php/data/MDB2
+# 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
Modified: pear/php-mdb2-driver-mysql/trunk/debian/rules
===================================================================
--- pear/php-mdb2-driver-mysql/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-mdb2-driver-mysql/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -55,12 +55,12 @@
rm -rf debian/$(package)/usr/share/php/tests;
rm -rf debian/$(package)/usr/share/php/data/MDB2_Driver_mysql
+# 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
Modified: pear/php-net-checkip/trunk/debian/rules
===================================================================
--- pear/php-net-checkip/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-net-checkip/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -50,12 +50,12 @@
rm -rf debian/$(package)/usr/share/php/tests;
+# 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
Modified: pear/php-net-dime/trunk/debian/rules
===================================================================
--- pear/php-net-dime/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-net-dime/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -47,12 +47,12 @@
rm -rf debian/$(package)/usr/share/php/docs;
rm -rf debian/$(package)/usr/share/php/tests;
+# 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
Modified: pear/php-net-ftp/trunk/debian/rules
===================================================================
--- pear/php-net-ftp/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-net-ftp/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -52,12 +52,12 @@
grep "@author" Net_FTP*/* -R | sed -e 's/.*@author//' -e 's/^ *//' -e 's/>.*/>/' \
| sort | uniq > AUTHORS
+# 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
Modified: pear/php-net-ldap/trunk/debian/rules
===================================================================
--- pear/php-net-ldap/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-net-ldap/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -48,12 +48,12 @@
rm -rf debian/$(package)/usr/share/php/tests;
##
+# 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
Modified: pear/php-net-pop3/trunk/debian/rules
===================================================================
--- pear/php-net-pop3/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-net-pop3/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -63,12 +63,12 @@
rm -rf $(TOP)/usr/share/php/tests \
$(TOP)/usr/share/php/docs
+# 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
Modified: pear/php-net-sieve/trunk/debian/rules
===================================================================
--- pear/php-net-sieve/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-net-sieve/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -50,12 +50,12 @@
rm -rf debian/$(package)/usr/share/php/tests;
##
+# 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
Modified: pear/php-net-smtp/trunk/debian/rules
===================================================================
--- pear/php-net-smtp/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-net-smtp/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -54,12 +54,12 @@
rm -rf debian/$(package)/usr/share/php/tests;
rm -rf debian/$(package)/usr/share/php/data/Log/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
Modified: pear/php-net-url/trunk/debian/rules
===================================================================
--- pear/php-net-url/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-net-url/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -45,12 +45,12 @@
rm -rf debian/$(package)/tmp;
+# 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
Modified: pear/php-xml-serializer/trunk/debian/rules
===================================================================
--- pear/php-xml-serializer/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-xml-serializer/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -48,12 +48,12 @@
rm -rf debian/$(package)/usr/share/php/tests;
##
+# 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
Modified: pear/php-xml-util/trunk/debian/rules
===================================================================
--- pear/php-xml-util/trunk/debian/rules 2007-12-31 00:09:51 UTC (rev 945)
+++ pear/php-xml-util/trunk/debian/rules 2007-12-31 00:18:20 UTC (rev 946)
@@ -61,12 +61,12 @@
# remove duplicated files, these files are in /usr/share/doc/package
rm -rf debian/$(package)/usr/share/php/docs/XML_Util/examples
+# 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_installchangelogs
More information about the Pkg-php-commits
mailing list