[Pkg-drupal-commits] r2106 - in /branches/drupal-5.0/debian: changelog rules

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Tue Jan 12 10:07:59 UTC 2010


Author: luigi
Date: Tue Jan 12 10:07:51 2010
New Revision: 2106

URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=2106
Log:
Use dh_prep instead of dh_clean -k

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

Modified: branches/drupal-5.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/changelog?rev=2106&op=diff
==============================================================================
--- branches/drupal-5.0/debian/changelog (original)
+++ branches/drupal-5.0/debian/changelog Tue Jan 12 10:07:51 2010
@@ -3,6 +3,9 @@
   * New upstream release
     - Fixes several XSS vulnerabilities
       (Ref: SA-CORE-2009-009, CVE-2009-4369, CVE-2009-4370, CVE-2009-4371)
+
+  * debian/rules
+    - Use dh_prep instead of dh_clean -k
 
  -- Luigi Gangitano <luigi at debian.org>  Mon, 11 Jan 2010 19:47:26 +0100
 

Modified: branches/drupal-5.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/rules?rev=2106&op=diff
==============================================================================
--- branches/drupal-5.0/debian/rules (original)
+++ branches/drupal-5.0/debian/rules Tue Jan 12 10:07:51 2010
@@ -42,7 +42,7 @@
 install:build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs -X.svn -XCVS
 	dh_install -XCVS -X.svn
 	# fix permissions




More information about the Pkg-drupal-commits mailing list