~ubuntu-branches/ubuntu/utopic/tcltls/utopic

« back to all changes in this revision

Viewing changes to debian/patches/03_change_pkgIndex.in.dpatch

  • Committer: Package Import Robot
  • Author(s): Muammar El Khatib
  • Date: 2012-05-29 20:40:56 UTC
  • mfrom: (6.2.3 sid)
  • Revision ID: package-import@ubuntu.com-20120529204056-7cvgrwkdikvubl2o
Tags: 1.6+dfsg-3
* debian/rules:
  + Erased unnecessary calls of quilt.
* debian/control:
  + Dropped build-dependcy on autotools-dev.
* debian/patches:
  + 01_configure.patch was added in order to avoid a problem with shared
  libraries, and thus it should fix the FTBFS in kfreebsd. Thanks to Petr
  Salinger. (Closes: #638381)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 03_change_pkgIndex.in.dpatch by  <muammar@localhost>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Changing pkgIndex.in
6
 
 
7
 
@DPATCH@
8
 
 
9
 
--- tcltls-1.5.0/pkgIndex.tcl.in        2003-12-15 14:46:20.000000000 -0400
10
 
+++ pkgIndex.tcl.in     2007-04-11 13:26:57.000000000 -0400
11
 
@@ -5,5 +5,5 @@
12
 
 #    replace the original which didn't include the commands from "tls.tcl".
13
 
 #
14
 
 
15
 
-package ifneeded tls 1.5 "[list load [file join $dir @RELPATH@ @tls_LIB_FILE@] ] ; [list source [file join $dir tls.tcl] ]"
16
 
+package ifneeded tls 1.50 "[list load [file join /usr lib @tls_LIB_FILE@] ] ; [list source [file join $dir tls.tcl] ]"
17