Subversion Repositories pmk

Compare Revisions

Ignore whitespace Rev 15 → Rev 14

/trunk/debian/changelog
2,8 → 2,6
 
* New upstream release.
* debian/control: Add Homepage and Vcs-* fields.
* Drop 20_build_fixes.dpatch; GEN_FILES was fixed upstream and
I'll just pass PREMAKE=pmk to make for now.
 
--
 
/trunk/debian/patches/00list
1,0 → 0,0
20_build_fixes
25_pmksetup
/trunk/debian/patches/20_build_fixes.dpatch
0,0 → 1,29
#! /bin/sh /usr/share/dpatch/dpatch-run
## 20_build_fixes.dpatch by Magnus Holmgren <magnus@kibibyte.se>
##
## DP: Fix minor errors in makefile and configuration script
 
@DPATCH@
 
--- pmk-0.10.1.orig/Makefile.pmk
+++ pmk-0.10.1/Makefile.pmk
@@ -52,7 +52,7 @@
#
# list of generated files
#
-GEN_FILES= Makefile Makefile compat/config.h
+GEN_FILES= Makefile tests/Makefile compat/config.h
#
# source dependency lists
--- pmk-0.10.1.orig/pmkcfg.sh
+++ pmk-0.10.1/pmkcfg.sh
@@ -406,7 +406,7 @@
fi
mkf_sed 'CONFDIR' '$(SYSCONFDIR)/pmk'
mkf_sed 'SBINDIR' '$(PREFIX)/sbin'
- mkf_sed 'DATADIR' '$(PREFIX)/share/$(PREMAKE)'
+ mkf_sed 'DATADIR' '$(PREFIX)/share/pmk'
fi
mkf_sed 'BINDIR' '$(PREFIX)/bin'
Property changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property