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

« back to all changes in this revision

Viewing changes to debian/patches/02-example-cryptdir.patch

  • 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
1
Author: Mike Markley <mike@markley.org>
2
2
Description: Checks for /usr/bin/crypt in cryptdir example (Closes: #67197).
3
3
 
4
 
--- expect-5.44.1.15.orig/example/cryptdir
5
 
+++ expect-5.44.1.15/example/cryptdir
6
 
@@ -8,6 +8,11 @@
 
4
--- expect-5.45.orig/example/cryptdir
 
5
+++ expect-5.45/example/cryptdir
 
6
@@ -15,6 +15,11 @@
7
7
 #
8
8
 # Encrypt or decrypts the current directory or named directory if given.
9
9
 
15
15
 if {[llength $argv] > 0} {
16
16
     cd $argv
17
17
 }
18
 
--- expect-5.44.1.15.orig/example/decryptdir
19
 
+++ expect-5.44.1.15/example/decryptdir
20
 
@@ -8,6 +8,11 @@
 
18
--- expect-5.45.orig/example/decryptdir
 
19
+++ expect-5.45/example/decryptdir
 
20
@@ -15,6 +15,11 @@
21
21
 #
22
22
 # Encrypt or decrypts the current directory or named directory if given.
23
23