[Pkg-drupal-commits] r2101 - in /branches/drupal6/debian: changelog rules
luigi at users.alioth.debian.org
luigi at users.alioth.debian.org
Mon Jan 11 20:55:53 UTC 2010
Author: luigi
Date: Mon Jan 11 20:55:52 2010
New Revision: 2101
URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=2101
Log:
Use dh_prep instead of dh_clean -k
Modified:
branches/drupal6/debian/changelog
branches/drupal6/debian/rules
Modified: branches/drupal6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal6/debian/changelog?rev=2101&op=diff
==============================================================================
--- branches/drupal6/debian/changelog (original)
+++ branches/drupal6/debian/changelog Mon Jan 11 20:55:52 2010
@@ -3,6 +3,9 @@
* New upstream release (Closes: #561726)
- Fixes several XSS vulnerabilities (Closes: #562165)
(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:13 +0100
Modified: branches/drupal6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal6/debian/rules?rev=2101&op=diff
==============================================================================
--- branches/drupal6/debian/rules (original)
+++ branches/drupal6/debian/rules Mon Jan 11 20:55:52 2010
@@ -22,7 +22,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