tags 637465 + patch
thanks
On 2011-08-11 20:31 +0200, Sven Joachim wrote:
> Package: liblockfile
> Version: 1.09-1
> Severity: grave
>
> This upload dropped the liblockfile{1,-bin} packages, making
> liblockfile-dev uninstallable. From my debuild log:
>
> ,----
> | dpkg-genchanges >../liblockfile_1.09-1_i386.changes
> | dpkg-genchanges: warning: package liblockfile1 in control file but not in
> files list
> | dpkg-genchanges: warning: package liblockfile-bin in control file but not
> in files list
> `----
Here's a patch for that problem:
--8<---------------cut here---------------start------------->8---
diff -Nru liblockfile-1.09/debian/rules liblockfile-1.09/debian/rules
--- liblockfile-1.09/debian/rules 2011-08-10 19:10:38.000000000 +0200
+++ liblockfile-1.09/debian/rules 2011-08-11 22:08:07.000000000 +0200
@@ -68,7 +68,7 @@
# Build liblockfile-bin
#
rm -rf $(tmp)*
- rm -f debian/substvars debian/files
+ rm -f debian/substvars
install -d -o root -m 755 $(tmp)
install -d -o root -m 755 $(tmp)/DEBIAN
install -d -o root -m 755 $(tmp)/usr/bin
@@ -97,7 +97,7 @@
# Build liblockfile-dev
#
rm -rf $(tmp)*
- rm -f debian/substvars debian/files
+ rm -f debian/substvars
install -d -o root -m 755 $(tmp)
install -d -o root -m 755 $(tmp)/DEBIAN
install -d -o root -m 755 $(tmp)/usr/lib
--8<---------------cut here---------------end--------------->8---
There are several other things which are wrong about this package,
running lintian will tell some if you're interested.
Cheers,
Sven
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]