[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Please make discover2 udebs available for testing



Hi Jeff...

In addition to the three patches I sent earlier for discover to build from 
source, I suggest the attached patch to debian/rules, which simply adds a '.' 
in an opportune place, so the libdiscover.so symlink is not added to the udeb 
(it's not needed, and it causes the installer's library reduction to fail).

=)
Peter

On Sat, 31 May 2003 03:15 am, Jeff Licquia wrote:
> On Sat, 2003-05-24 at 02:43, Petter Reinholdtsen wrote:
--- orig/discover-2.0.2/debian/rules	2003-06-01 14:39:08.000000000 +1000
+++ discover-2.0.2/debian/rules	2003-06-01 22:54:01.000000000 +1000
@@ -97,7 +97,7 @@
 	cp lib/libdiscover_pic.a debian/libdiscover2-pic/usr/lib/
 
 #	discover-udeb
-	cp -a lib/.libs/*so* $(CURDIR)/debian/discover-udeb/lib
+	cp -a lib/.libs/*so.* $(CURDIR)/debian/discover-udeb/lib
 	rm -f $(CURDIR)/debian/discover-udeb/usr/lib/*so
 	cp -a $(CURDIR)/debian/tmp/usr/bin/discover \
 		$(CURDIR)/debian/discover-udeb/usr/bin

Reply to: