[Pkg-drupal-commits] r2133 - in /branches/drupal7/debian: changelog rules
luigi at users.alioth.debian.org
luigi at users.alioth.debian.org
Sat Mar 13 10:23:50 UTC 2010
Author: luigi
Date: Sat Mar 13 10:23:50 2010
New Revision: 2133
URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=2133
Log:
Don't set debconf version dependency
Modified:
branches/drupal7/debian/changelog
branches/drupal7/debian/rules
Modified: branches/drupal7/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal7/debian/changelog?rev=2133&op=diff
==============================================================================
--- branches/drupal7/debian/changelog (original)
+++ branches/drupal7/debian/changelog Sat Mar 13 10:23:50 2010
@@ -10,8 +10,11 @@
* debian/etc/settings.php
- Updated default configuration file
+ [ Kinga Marjai ]
+ * debian/rules
+ - Don't set debconf version dependency
+
-- Luigi Gangitano <luigi at debian.org> Tue, 3 Mar 2010 22:59:34 +0100
-
drupal6 (6.15-2) UNRELEASED; urgency=low
Modified: branches/drupal7/debian/rules
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal7/debian/rules?rev=2133&op=diff
==============================================================================
--- branches/drupal7/debian/rules (original)
+++ branches/drupal7/debian/rules Sat Mar 13 10:23:50 2010
@@ -51,7 +51,7 @@
ifeq ($(PO2DEBCONF),yes)
po2debconf -e utf8 debian/templates.master > debian/templates
endif
- dh_gencontrol -- -V'debconf-depends=debconf (>= $(MINDEBCONFVER))'
+ dh_gencontrol
dh_md5sums
dh_builddeb
More information about the Pkg-drupal-commits
mailing list