[Pkg-cli-apps-commits] [SCM] podsleuth branch, master, updated. debian/0.6.4-2-8-g80508b8

Iain Lane laney at ubuntu.com
Mon Aug 24 13:36:34 UTC 2009


The following commit has been merged in the master branch:
commit c32fd0e28a8789e41e53beb7a847563e642e7d08
Author: Iain Lane <laney at ubuntu.com>
Date:   Mon Aug 24 14:21:22 2009 +0100

    libsgutils -> libsgutils2

diff --git a/debian/patches/01-sgutils-soname.patch b/debian/patches/01-sgutils-soname.patch
index 2d8f19e..fd927e5 100644
--- a/debian/patches/01-sgutils-soname.patch
+++ b/debian/patches/01-sgutils-soname.patch
@@ -1,6 +1,6 @@
 diff -Nur -x '*.orig' -x '*~' podsleuth.git/configure podsleuth.git.new/configure
 --- podsleuth.git/configure	2009-08-24 13:51:28.000000000 +0100
-+++ podsleuth.git.new/configure	2009-08-24 14:14:35.000000000 +0100
++++ podsleuth.git.new/configure	2009-08-24 14:20:50.000000000 +0100
 @@ -4392,13 +4392,13 @@
  
  
@@ -35,7 +35,7 @@ diff -Nur -x '*.orig' -x '*~' podsleuth.git/configure podsleuth.git.new/configur
  fi
 diff -Nur -x '*.orig' -x '*~' podsleuth.git/m4/podsleuth.m4 podsleuth.git.new/m4/podsleuth.m4
 --- podsleuth.git/m4/podsleuth.m4	2009-07-05 22:24:20.000000000 +0100
-+++ podsleuth.git.new/m4/podsleuth.m4	2009-08-24 14:14:35.000000000 +0100
++++ podsleuth.git.new/m4/podsleuth.m4	2009-08-24 14:20:50.000000000 +0100
 @@ -32,8 +32,8 @@
  
  AC_DEFUN([PODSLEUTH_CHECK_SGUTILS],
@@ -49,13 +49,13 @@ diff -Nur -x '*.orig' -x '*~' podsleuth.git/m4/podsleuth.m4 podsleuth.git.new/m4
  
 diff -Nur -x '*.orig' -x '*~' podsleuth.git/src/PodSleuth/PodSleuth/ScsiReader.cs podsleuth.git.new/src/PodSleuth/PodSleuth/ScsiReader.cs
 --- podsleuth.git/src/PodSleuth/PodSleuth/ScsiReader.cs	2009-07-05 22:24:20.000000000 +0100
-+++ podsleuth.git.new/src/PodSleuth/PodSleuth/ScsiReader.cs	2009-08-24 14:15:08.000000000 +0100
++++ podsleuth.git.new/src/PodSleuth/PodSleuth/ScsiReader.cs	2009-08-24 14:21:02.000000000 +0100
 @@ -50,7 +50,7 @@
              }
          }
          
 -        [DllImport("libsgutils.so.1")]
-+        [DllImport("libsgutils.so.2")]
++        [DllImport("libsgutils2.so.2")]
          private static extern int sg_ll_inquiry(int sg_fd, int cmddt, int evpd, int pg_op,
              IntPtr resp, int mx_resp_len, int noisy, int verbose);
              
@@ -68,10 +68,10 @@ diff -Nur -x '*.orig' -x '*~' podsleuth.git/src/PodSleuth/PodSleuth/ScsiReader.c
 +}
 diff -Nur -x '*.orig' -x '*~' podsleuth.git/src/PodSleuth/PodSleuth.dll.config.in podsleuth.git.new/src/PodSleuth/PodSleuth.dll.config.in
 --- podsleuth.git/src/PodSleuth/PodSleuth.dll.config.in	2009-07-05 22:24:20.000000000 +0100
-+++ podsleuth.git.new/src/PodSleuth/PodSleuth.dll.config.in	2009-08-24 14:14:49.000000000 +0100
++++ podsleuth.git.new/src/PodSleuth/PodSleuth.dll.config.in	2009-08-24 14:21:16.000000000 +0100
 @@ -1,4 +1,4 @@
  <configuration>
 -	<dllmap dll="libsgutils.so.1" target="libsgutils.so.1" />
-+	<dllmap dll="libsgutils.so.2" target="libsgutils.so.2" />
++	<dllmap dll="libsgutils2.so.2" target="libsgutils2.so.2" />
  </configuration>
  

-- 
podsleuth



More information about the Pkg-cli-apps-commits mailing list