[Pkg-drupal-commits] r1855 - in /branches/drupal-5.0: debian/changelog debian/rules includes/common.inc

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Fri Jan 11 14:24:58 UTC 2008


Author: luigi
Date: Fri Jan 11 14:24:58 2008
New Revision: 1855

URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=1855
Log:
Removed binary-arch section, moved all actions to binary-indep

Modified:
    branches/drupal-5.0/debian/changelog
    branches/drupal-5.0/debian/rules
    branches/drupal-5.0/includes/common.inc

Modified: branches/drupal-5.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/changelog?rev=1855&op=diff
==============================================================================
--- branches/drupal-5.0/debian/changelog (original)
+++ branches/drupal-5.0/debian/changelog Fri Jan 11 14:24:58 2008
@@ -11,6 +11,9 @@
 
   * debian/cron.d
     - Run cron script every hour and not every 5 minutes (Closes: #456182)
+
+  * debian/rules
+    - Removed binary-arch section, moved all actions to binary-indep
 
  -- Luigi Gangitano <luigi at debian.org>  Fri, 11 Jan 2008 15:02:09 +0100
 

Modified: branches/drupal-5.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/rules?rev=1855&op=diff
==============================================================================
--- branches/drupal-5.0/debian/rules (original)
+++ branches/drupal-5.0/debian/rules Fri Jan 11 14:24:58 2008
@@ -58,10 +58,6 @@
 
 # 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 CHANGELOG.txt
@@ -80,5 +76,5 @@
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install #PHONY_CONFIGURE#
+binary: binary-indep
+.PHONY: build clean binary-indep binary install #PHONY_CONFIGURE#

Modified: branches/drupal-5.0/includes/common.inc
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/includes/common.inc?rev=1855&op=diff
==============================================================================
--- branches/drupal-5.0/includes/common.inc (original)
+++ branches/drupal-5.0/includes/common.inc Fri Jan 11 14:24:58 2008
@@ -2032,7 +2032,7 @@
 
     // Record cron time
     variable_set('cron_last', time());
-    watchdog('cron', t('Cron run completed.'), WATCHDOG_NOTICE);
+    #watchdog('cron', t('Cron run completed.'), WATCHDOG_NOTICE);
 
     // Release cron semaphore
     variable_del('cron_semaphore');




More information about the Pkg-drupal-commits mailing list