tag 401516 patch
thanks
--------------------------------------------------------------------------------------
diff -u dict-moby-thesaurus-1.0/debian/rules
dict-moby-thesaurus-1.0/debian/rules
--- dict-moby-thesaurus-1.0/debian/rules
+++ dict-moby-thesaurus-1.0/debian/rules
@@ -8,7 +8,7 @@
# This is the debhelper compatibility version to use.
export DH_COMPAT=3
-
+PYTHON=$(shell pyversions -d)
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
@@ -31,7 +31,7 @@
dh_testdir
# Add here commands to compile the package.
- python2.3 conv.py < mthesaur.txt
+ $(PYTHON) conv.py < mthesaur.txt
dictzip moby-thesaurus.dict
touch build-stamp
diff -u dict-moby-thesaurus-1.0/debian/control
dict-moby-thesaurus-1.0/debian/control
--- dict-moby-thesaurus-1.0/debian/control
+++ dict-moby-thesaurus-1.0/debian/control
@@ -2,7 +2,7 @@
Section: text
Priority: optional
Maintainer: John Goerzen <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 3.0.0), python2.3, python2.3-dictdlib (>=
1.0.3), dictzip
+Build-Depends-Indep: debhelper (>> 3.0.0), python (>= 2.4.3), python-dictdlib
(>= 2.0.4), dictzip
Standards-Version: 3.5.2
Package: dict-moby-thesaurus
---------------------------------------------------------------------------------------- Rodrigo Gallardo GPG-Fingerprint: 7C81 E60C 442E 8FBC D975 2F49 0199 8318 ADC9 BC28 Billboard billboard burning bright / in my windshield every night. Lead me to a decent joint / where I can stop and get a bite.
signature.asc
Description: Digital signature

