~ubuntu-branches/ubuntu/wily/gpm/wily

« back to all changes in this revision

Viewing changes to debian/patches/006_version_000

  • Committer: Bazaar Package Importer
  • Author(s): Zephaniah E. Hull
  • Date: 2002-03-22 19:45:31 UTC
  • Revision ID: james.westby@ubuntu.com-20020322194531-0zub3mhhn7y7upb6
Tags: 1.19.6-12
* The simple fix release.
* Only read back as many bytes as we expect during the ps2 init.
  (Should fix the bug seen by Filip Van Raemdonck)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -ruN -x Makefile -x configure -x config.cache -x config.h -x *.[178] -x gpm.info -x gpmdoc.ps -x gpmdoc.txt -x gpm-root.c -x stamp-h -x *.elc gpm-1.19.6.orig/configure.in gpm-1.19.6/configure.in
 
2
--- gpm-1.19.6.orig/configure.in        Thu Sep 20 17:27:21 2001
 
3
+++ gpm-1.19.6/configure.in     Thu Oct  4 23:36:45 2001
 
4
@@ -13,9 +13,9 @@
 
5
 
 
6
 dnl These are chosen so that we can switch to the libtool scheme
 
7
 dnl transparently.
 
8
-abi=19
 
9
-abi_age=18
 
10
-abi_rev=0
 
11
+abi=20
 
12
+abi_age=19
 
13
+abi_rev=6
 
14
 
 
15
 abi_lev=`expr $abi - $abi_age`
 
16
 abi_full=$abi_lev.$abi_age.$abi_rev