-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | mkipks | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -44,9 +44,9 @@ APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote noncore/opie-sh -NONTMAKEAPPS := noncore/nethack +NONTMAKEAPPS := ipaq/opiealarm noncore/nethack DOCS = docs/src/opie-policy single: mpegplayer/libmpeg3 @@ -7,8 +7,11 @@ DEB_VERSION=2.0 mkdir -p etc/rc2.d rm -f etc/rc2.d/S98qpe ln -s ../init.d/qpe etc/rc2.d/S98qpe +rm -f ipaq/etc/rc2.d/S96opieatd +ln -s ../init.d/opieatd ipaq/etc/rc2.d/S96opieatd + VERSION_MAJ=$(sed -n -e 's/.*QPE_VERSION "\([0-9]*\)\..*\..*".*/\1/p' <$OPIEDIR/include/qpe/version.h) VERSION_MIN=$(sed -n -e 's/.*QPE_VERSION ".*\.\([0-9]*\)\..*".*/\1/p' <$OPIEDIR/include/qpe/version.h) VERSION_PAT=$(sed -n -e 's/.*QPE_VERSION ".*\..*\.\([0-9]*\).*/\1/p' <$OPIEDIR/include/qpe/version.h) SUB_VERSION=$(sed -n -e 's,.*SUB_VERSION \"\(.*\)\".*,\1,p' <$OPIEDIR/include/qpe/version.h) @@ -191,9 +194,9 @@ do echo "Version: $version" >>$CTRLDIR/control echo "Depends: $depends" >>$CTRLDIR/control echo "Provides: $provides" >>$CTRLDIR/control echo "Conflicts: $conflicts" >>$CTRLDIR/control - egrep -v "^(Files|Version|Depends):" >>$CTRLDIR/control $i + egrep -v "^(Files|Version|Depends|Provides|Conflicts):" >>$CTRLDIR/control $i echo "$DEB_VERSION" >$TDIR/debian-binary base=${i%.control} scripts="preinst postinst prerm postrm" for pf in $scripts |