Bug#328362: pmk: postinst fails, missing depends?

2007-03-09 Thread Magnus Holmgren
found 328362 0.9.3s2-2.1
thanks

I can reproduce this bug too. Apparently pmksetup segfaults after reading 
pmkcpu.dat. Version 0.10.1 seems to fix the bug. I can take maintainership of 
the package and upload the new version.

-- 
Magnus Holmgren[EMAIL PROTECTED]
   (No Cc of list mail needed, thanks)


pgpM3YZPhuG7S.pgp
Description: PGP signature


Bug#328362: pmk: postinst fails, missing depends?

2006-11-26 Thread Alex de Oliveira Silva

tags 328362 + patch
thanks

Even though this is a simple fix to the missing depends gcc and failed 
to run pmksetup , I provide anyhow a patch for it.


(the patch is attached to this email)


diff -ur pmk-0.9.3s2.orig/debian/control pmk-0.9.3s2/debian/control
--- pmk-0.9.3s2.orig/debian/control 2006-11-26 21:52:48.0 -0300
+++ pmk-0.9.3s2/debian/control  2006-11-26 22:14:03.0 -0300
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Marek Habersack [EMAIL PROTECTED]
-Build-Depends: debhelper ( 4.0.0), debconf-utils, debconf (=0.2.26), po-debconf
+Build-Depends: debhelper ( 4.0.0), debconf-utils, debconf (=0.2.26), po-debconf, gcc
 Standards-Version: 3.6.2.1

diff -ur pmk-0.9.3s2.orig/Makefile pmk-0.9.3s2/Makefile
--- pmk-0.9.3s2.orig/Makefile   2006-11-26 22:10:40.0 -0300
+++ pmk-0.9.3s2/Makefile2006-11-26 22:11:28.0 -0300
@@ -38,7 +38,7 @@
 PREFIX=/usr
 BINDIR=$(PREFIX)/bin
 SBINDIR=   $(PREFIX)/sbin
-DATADIR=   $(PREFIX)/share/$(PREMAKE)
+DATADIR=   $(PREFIX)/share/pmk
 MANDIR=$(PREFIX)/man
 MAN1DIR=   $(MANDIR)/man1
 MAN5DIR=   $(MANDIR)/man5