~ubuntu-branches/ubuntu/trusty/password-gorilla/trusty

« back to all changes in this revision

Viewing changes to sources/sha1/pkgIndex.tcl

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Schoenfeld
  • Date: 2011-04-07 14:37:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110407143734-2r4ckhxj5ej4e0n6
Tags: 1.5.3.4-1
* New upstream version
* Adapt packaging to new upstreams source layout:
  + Search for files in sources/
  + Install new files (msgs, etc.)
  + Remove configure/make invocations (new upstream source does not have
    that anymore...)
* Add {misc:Depends} to depends
* Bump Standards-Version; no changes needed
* Get rid of patches; not needed anymore
* Add a debian/source/format file to indicate the used source format
* Bugfix in package description: Remove article in front of short description

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Tcl package index file, version 1.1
 
2
# This file is generated by the "pkg_mkIndex" command
 
3
# and sourced either when an application starts up or
 
4
# by a "package unknown" script.  It invokes the
 
5
# "package ifneeded" command to set up package-related
 
6
# information so that packages will be loaded automatically
 
7
# in response to "package require" commands.  When this
 
8
# script is sourced, the variable $dir must contain the
 
9
# full path name of this file's directory.
 
10
 
 
11
if {![package vsatisfies [package provide Tcl] 8.2]} {return}
 
12
package ifneeded sha256 1.0.2 [list source [file join $dir sha256.tcl]]
 
13
package ifneeded sha1   2.0.3 [list source [file join $dir sha1.tcl]]
 
14
package ifneeded sha1   1.1.0 [list source [file join $dir sha1v1.tcl]]