diff README @ 31833:c9f9a077d760

Add new debian packaging based on official distro packages
author siretart
date Tue, 03 Aug 2010 13:02:07 +0000
parents 92d75e703bc0
children 4b6dc3f9b281
line wrap: on
line diff
--- a/README	Tue Aug 03 12:32:17 2010 +0000
+++ b/README	Tue Aug 03 13:02:07 2010 +0000
@@ -133,22 +133,15 @@
 NOTE: If you run Debian you can configure, compile and build a proper Debian
 .deb package with only one command:
 
-  fakeroot debian/rules binary
-
-If you want to pass custom options to configure, you can set up the
-DEB_BUILD_OPTIONS environment variable. For instance, if you want GUI
-and OSD menu support you would use:
+  debian/daily-build.sh -b
 
-  DEB_BUILD_OPTIONS="--enable-gui --enable-menu" fakeroot debian/rules binary
-
-You can also pass some variables to the Makefile. For example, if you want
-to compile with gcc 3.4 even if it's not the default compiler:
-
-  CC=gcc-3.4 DEB_BUILD_OPTIONS="--enable-gui" fakeroot debian/rules binary
+If you want to modify options to configure, please adjust the file
+debian/rules to your needs.
 
 To clean up the source tree run the following command:
 
   fakeroot debian/rules clean
+  rm debian/changelog
 
 ______________________________________
 STEP4: Choose an onscreen display font