Package improvements
authorepage <eopage@byu.net>
Mon, 4 Aug 2008 23:41:10 +0000 (23:41 +0000)
committerepage <eopage@byu.net>
Mon, 4 Aug 2008 23:41:10 +0000 (23:41 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@121 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

Makefile
README
support/DEBIAN/control

index f671757..5aea7d4 100644 (file)
--- 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 (file)
--- 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
index 18baf1a..84434ad 100644 (file)
@@ -2,14 +2,19 @@ Maintainer: Mark Bergman <bergman@mertech.com>
 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