hi,

On Fri, Jan 23, 2026 at 07:52:48AM -0800, Brad Lanam wrote:
> Can this 6.2.2-beta be tested with the Debian packaging system?
> Thanks.
> 
> https://sourceforge.net/projects/diskinfo-di/files/beta/di-6.2.2-beta.tar.gz/download

i think a propper fix would be to fixup the debian/rules file to
use DESTDIR instead:

 > diff --git a/debian/rules b/debian/rules
 > index 05983ac..ee6d283 100755
 > --- a/debian/rules
 > +++ b/debian/rules
 > @@ -13,7 +13,7 @@
 >         dh $@
 >  
 >  override_dh_auto_configure:
 > -       $(MAKE) COMP=$(CC) PREFIX=$(CURDIR)/debian/di/usr/ 
 > CMAKE_SKIP_RPATH=TRUE cmake-unix
 > +       $(MAKE) COMP=$(CC) DESTDIR=$(CURDIR)/debian/di/usr/ PREFIX=/usr 
 > CMAKE_SKIP_RPATH=TRUE cmake-unix

 more /usr/lib/x86_64-linux-gnu/pkgconfig/di.pc
 prefix=/usr
 includedir=/usr/include
 libdir=/usr/lib/x86_64-linux-gnu

bye,
        - michael

Reply via email to