[Xword-commits] r60 - in trunk: . debian
btb at garage.maemo.org
btb at garage.maemo.org
Wed Apr 30 04:31:19 EEST 2008
Author: btb
Date: 2008-04-30 04:31:15 +0300 (Wed, 30 Apr 2008)
New Revision: 60
Modified:
trunk/README.txt
trunk/debian/rules
Log:
building debs the standard way
Modified: trunk/README.txt
===================================================================
--- trunk/README.txt 2008-04-30 00:32:33 UTC (rev 59)
+++ trunk/README.txt 2008-04-30 01:31:15 UTC (rev 60)
@@ -1,11 +1,24 @@
BUILDING THE .DEB
-----------------
-Since I don't know how to do a "proper" .deb release, I decided to use
-PyPackager (http://khertan.net/softwares/pypackager.php). This runs on
-the Nokia Internet Tablet.
-Here's how to build xword-x.x.x.deb on your NIT using PyPackager.
+An xword deb file can be built in Scratchbox, or on a normal Debian
+system, or on a Nokia Internet Tablet using PyPackager
+(http://khertan.net/softwares/pypackager.php).
+Building in Scratchbox, or on a normal Debian-based system, the
+process is the same:
+
+(1) Unpack the tar.gz file, or check out the code from subversion
+
+(2) Change into the source directory
+
+(3) Execute dpkg-buildpackage:
+
+ dpkg-buildpackage -rfakeroot -i
+
+
+Building using PyPackager:
+
(1) Check out the code from the subversion repository:
svn checkout https://garage.maemo.org/svn/xword/trunk
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2008-04-30 00:32:33 UTC (rev 59)
+++ trunk/debian/rules 2008-04-30 01:31:15 UTC (rev 60)
@@ -43,7 +43,7 @@
dh_installchangelogs
dh_installdocs
# dh_installexamples
- dh_installmenu
+# dh_installmenu
# dh_installdebconf
# dh_installlogrotate
# dh_installemacsen
More information about the Xword-commits
mailing list