From: epage Date: Mon, 4 Aug 2008 23:41:10 +0000 (+0000) Subject: Package improvements X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=bc4d538e8ac59c5b9f65bbe9a6bdeb0772581129 Package improvements git-svn-id: file:///svnroot/gc-dialer/trunk@121 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- diff --git a/Makefile b/Makefile index f671757..5aea7d4 100644 --- a/Makefile +++ b/Makefile @@ -101,8 +101,13 @@ endif cp $(PYPACKAGE_FILE) $(PRE_PACKAGE_PATH) cp -R $(DEB_METADATA) $(PRE_PACKAGE_PATH)/build/ ifeq ($(PLATFORM),desktop) - sed -i 's/, python2.5-hildon//' $(PRE_PACKAGE_PATH)/build/DEBIAN/control + #sed -i 's/, python2.5-hildon//' $(PRE_PACKAGE_PATH)/build/DEBIAN/control endif + sed -i 's/Version: 0.0.0/Version: $(PROJECT_VERSION)/' $(PRE_PACKAGE_PATH)/build/DEBIAN/control + #Autoguess install size + #du -hs pkg-desktop/build/ | sed 's/K *.*//' + sed -i 's/Installed-Size: 0/Installed-Size: 196/' $(PRE_PACKAGE_PATH)/build/DEBIAN/control + cp LICENSE $(PRE_PACKAGE_PATH)/build/DEBIAN/copyright $(DEB_PACKAGE): $(PRE_PACKAGE_PATH) mkdir -p $(PACKAGE_PATH) diff --git a/README b/README index 92abde7..b87ce9c 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Building a package =================== Run - make PLATFORM=... + make PLATFORM=... package which will create a "./pkg-.../..." heirarchy. Move this structure to somewhere on the tablet, then run pypackager. Supported PLATFORMs include diff --git a/support/DEBIAN/control b/support/DEBIAN/control index 18baf1a..84434ad 100644 --- a/support/DEBIAN/control +++ b/support/DEBIAN/control @@ -2,14 +2,19 @@ Maintainer: Mark Bergman Package: Dialer Section: user/Communication Priority: Optional -Depends: python2.5, python2.5-hildon, python2.5-gtk2 -Version: 0.7 +Depends: python2.5, python2.5-gtk2 +Recommends: python2.5-hildon +Version: 0.0.0 Architecture: all -Description: Python script that provides a telephone dial-pad in order to enter - phone numbers to be dialed through Grandcentral.com. - - Requirements: - an account with Grandcentral +Description: Python frontend to the private Google service Grandcentral + . + Features + * Dialing of custom numbers. + * GrandCentral contact support. + * Hildon integration where supported. + . + Requirements + * An account with Grandcentral. Maemo-Icon-26: iVBORw0KGgoAAAANSUhEUgAAABcAAAAaCAYAAABctMd+AAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A /wD/oL2nkwAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB9gGHA8sCwKJ3H4AAAYHSURBVEjH @@ -42,4 +47,4 @@ Maemo-Icon-26: 2bPeWCz2x1Qq9XDbtm2lDoejVZZl0uk0siyTSqWYn5+PhMPhvk2bNmEYRigUCrW2t7efepzrX076 2oPGX2oGAAAAAElFTkSuQmCC -Installed-Size: 83 +Installed-Size: 0