diff options
| author | Nishanth Aravamudan <nish.aravamudan@canonical.com> | 2016-06-16 20:25:57 (GMT) |
|---|---|---|
| committer | Nishanth Aravamudan <nish.aravamudan@canonical.com> | 2016-06-16 20:28:47 (GMT) |
| commit | a3e87b386e479e8160b71dc37909e011717e3226 (patch) | |
| tree | f2604baf4bf5d5c5980579ce03ac06359a25dd7c | |
| parent | 532709ceecbb0d0c4e72513290232f26c3c1e951 (diff) | |
* Changes to debian/logical/1.40-0ubuntu1
[ Previously undocumented ]
| -rw-r--r-- | debian/README.debian4 | 14 | ||||
| -rw-r--r-- | debian/libsgutils2-2.install | 2 | ||||
| -rw-r--r-- | debian/libsgutils2-dev.install | 6 | ||||
| -rw-r--r-- | debian/sg3-utils.examples | 2 | ||||
| -rw-r--r-- | debian/sg3-utils.install | 4 |
5 files changed, 5 insertions, 23 deletions
diff --git a/debian/README.debian4 b/debian/README.debian4 deleted file mode 100644 index 900b04e..0000000 --- a/debian/README.debian4 +++ /dev/null @@ -1,14 +0,0 @@ -For whatever reason Debian build scripts (e.g. debhelper and dbclean) -seem to have changed in such a way to be Debian 4.0 ("etch") unfriendly. - -So when the ./build_debian.sh script is called on a Debian 4.0 system, -it fails saying the debhelper is too old. That can be fixed by editing -the 'control' file, changing this line: - Build-Depends: debhelper (>> 7), libtool, libcam-dev [kfreebsd-i386 kfreebsd-amd64] -to: - Build-Depends: debhelper, libtool, libcam-dev [kfreebsd-i386 kfreebsd-amd64] - -The script then dies in dbclean and the hack to get around that is to -edit the 'compat' file. It contains "7" which needs to be changed to -"4". Evidently "4" is deprecated and "5" is preferable and should work. - diff --git a/debian/libsgutils2-2.install b/debian/libsgutils2-2.install index 093956b..3de3b10 100644 --- a/debian/libsgutils2-2.install +++ b/debian/libsgutils2-2.install @@ -1 +1 @@ -usr/lib/*.so.* +usr/lib/*/*.so.* diff --git a/debian/libsgutils2-dev.install b/debian/libsgutils2-dev.install index 5d09f30..146a603 100644 --- a/debian/libsgutils2-dev.install +++ b/debian/libsgutils2-dev.install @@ -1,4 +1,2 @@ -usr/include/scsi -usr/lib/*.so -usr/lib/*.la -usr/lib/*.a +usr/include +usr/lib/*/*.so diff --git a/debian/sg3-utils.examples b/debian/sg3-utils.examples deleted file mode 100644 index a9da205..0000000 --- a/debian/sg3-utils.examples +++ /dev/null @@ -1,2 +0,0 @@ -examples/* -archive diff --git a/debian/sg3-utils.install b/debian/sg3-utils.install index 6161376..f7177e8 100644 --- a/debian/sg3-utils.install +++ b/debian/sg3-utils.install @@ -1,2 +1,2 @@ -usr/bin/* -usr/share/man/man8/* +usr/bin +usr/share |
