[Pkg-drupal-commits] r1865 - in /branches/drupal-4.7/debian: changelog rules

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Fri Jan 11 14:46:55 UTC 2008


Author: luigi
Date: Fri Jan 11 14:46:55 2008
New Revision: 1865

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

Modified:
    branches/drupal-4.7/debian/changelog
    branches/drupal-4.7/debian/rules

Modified: branches/drupal-4.7/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-4.7/debian/changelog?rev=1865&op=diff
==============================================================================
--- branches/drupal-4.7/debian/changelog (original)
+++ branches/drupal-4.7/debian/changelog Fri Jan 11 14:46:55 2008
@@ -9,6 +9,8 @@
     - Fixes Cross site scripting vulnerability with IE6 and user submitted
       UTF8 input (Ref: SA-2008-006, CVE-TBA)
 
+  * debian/rules
+    - Removed binary-arch section, moved all actions to binary-indep
 
  -- Luigi Gangitano <luigi at debian.org>  Fri, 11 Jan 2008 15:41:15 +0100
 

Modified: branches/drupal-4.7/debian/rules
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-4.7/debian/rules?rev=1865&op=diff
==============================================================================
--- branches/drupal-4.7/debian/rules (original)
+++ branches/drupal-4.7/debian/rules Fri Jan 11 14:46:55 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#




More information about the Pkg-drupal-commits mailing list