On Tue, Mar 28, 2006 at 09:16:38PM +0200, Frans Pop wrote:
>
> That could work too.
> Only, I think you'd have to echo to debian/<package>/DEBIAN/shlibs:
> echo "udeb: libblkid 1 libblkid1-udeb" >>
> debian/libblkid1/DEBIAN/libblkid.shlibs
> echo "udeb: libuuid 1 libuuid1-udeb" >>
> debian/libuuid1/DEBIAN/libuuid.shlibs
Actually, I think it needs to be this (see below).
And to confirm, all you want to do is to cause a file named "shlibs"
to show up in libblkid1-udeb and libuuid1-udeb's control.tar.gz file,
yes?
Does this look right to you?
- Ted
diff -r 39e068036e5c debian/rules
--- a/debian/rules Wed Mar 29 14:23:00 2006 -0500
+++ b/debian/rules Wed Mar 29 17:00:13 2006 -0500
@@ -393,10 +393,14 @@
dh_builddeb -pe2fsprogs-udeb --filename=$(UDEB_NAME)
dh_gencontrol -plibblkid1-udeb -- -fdebian/files~
+ echo "udeb: libblkid 1 libblkid1-udeb" >> \
+ debian/libblkid1-udeb/DEBIAN/shlibs
dpkg-distaddfile $(BLKID_UDEB_NAME) debian-installer
$(BLKID_UDEB_PRIORITY)
dh_builddeb -plibblkid1-udeb --filename=$(BLKID_UDEB_NAME)
dh_gencontrol -plibuuid1-udeb -- -fdebian/files~
+ echo "udeb: libuuid 1 libuuid1-udeb" >> \
+ debian/libuuid1-udeb/DEBIAN/shlibs
dpkg-distaddfile $(UUID_UDEB_NAME) debian-installer
$(UUID_UDEB_PRIORITY)
dh_builddeb -plibuuid1-udeb --filename=$(UUID_UDEB_NAME)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]