~ubuntu-branches/ubuntu/trusty/expect/trusty

« back to all changes in this revision

Viewing changes to DbgpkgInd.in

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2011-08-17 21:50:29 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110817215029-0cfarscc630tfc5v
Tags: 5.45-1
* New upstream release.
* Removed unnecessary patches.
* Removed the expectk package because expectk was dropped from the upstream
  distribution. See NEWS.Debian for possible workarounds.
* Updated package to standards version 3.9.2 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Tcl package index file, version 1.0
2
 
# This file is sourced either when an application starts up or
3
 
# by a "package unknown" script.  It invokes the
4
 
# "package ifneeded" command to set up package-related
5
 
# information so that packages will be loaded automatically
6
 
# in response to "package require" commands.  When this
7
 
# script is sourced, the variable $dir must contain the
8
 
# full path name of this file's directory.
9
 
 
10
 
package ifneeded Dbg @DBG_VERSION_FULL@ [list load [file join $dir .. @DBG_SHARED_LIB_FILE@]]