[Pkg-drupal-commits] r1903 - /branches/drupal6/debian/rules

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Mon Aug 11 16:46:39 UTC 2008


Author: luigi
Date: Mon Aug 11 16:46:39 2008
New Revision: 1903

URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=1903
Log:
Remove po debconf istructions since no debconf template is needed

Modified:
    branches/drupal6/debian/rules

Modified: branches/drupal6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal6/debian/rules?rev=1903&op=diff
==============================================================================
--- branches/drupal6/debian/rules (original)
+++ branches/drupal6/debian/rules Mon Aug 11 16:46:39 2008
@@ -10,14 +10,6 @@
 
 include /usr/share/dpatch/dpatch.make
 
-ifeq (,$(wildcard /usr/bin/po2debconf))
-PO2DEBCONF := no
-MINDEBCONFVER := 0.5
-else
-PO2DEBCONF := yes
-MINDEBCONFVER := 1.2.0
-endif
-
 build:  patch
 
 clean-patched:
@@ -26,18 +18,6 @@
 	dh_clean
 
 clean:	clean-patched unpatch
-
-ifeq ($(PO2DEBCONF),yes)
-# Hack for woody compatibility. This makes sure that the
-# debian/templates file shipped in the source package doesn't
-# specify encodings, which woody's debconf can't handle. If building
-# on a system with po-debconf installed (conveniently debhelper (>=
-# 4.1.16) depends on it), the binary-arch target will generate a
-# better version for sarge.
-	echo 1 > debian/po/output
-	po2debconf debian/templates.master > debian/templates
-	rm -f debian/po/output
-endif
 
 install:build
 	dh_testdir




More information about the Pkg-drupal-commits mailing list