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.000000000 -0300
+++ pmk-0.9.3s2/debian/control  2006-11-26 22:14:03.000000000 -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.000000000 -0300
+++ pmk-0.9.3s2/Makefile        2006-11-26 22:11:28.000000000 -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

Reply via email to