"Fossies" - the Fresh Open Source Software Archive 
Member "daisy-2.4.2/distro/debian/README.txt" (23 Aug 2010, 1301 Bytes) of package /linux/www/old/daisy-2.4.2-src.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 Debian package builder
2 ======================
3
4 Intro
5 -----
6
7 * Note: The daisy debian distribution build has not been converted to maven 2 yet.
8
9 * Please note that since Daisy version 2.1, the source build has to be done with Maven 1.1,
10 Maven 1.0.2 will not work any more.
11 However, for installing the maven-deb-plugin and building the debian distribution,
12 Maven 1.1 does not work, you still have to use Maven 1.0.2 for that purpose.
13
14 * note that the VERSION variable in src/resources/postinst matches the version of the daisy distribution
15
16 Building
17 --------
18
19 * Do the build on a Linux system (preferably Debian/Ubuntu)
20
21 * Make sure you have 'fakeroot' and 'dpkg' installed
22 (can be installed via your system's package manager)
23
24 * Build the core distribution following the instructions in
25 ../core/README.txt
26
27 * Install the maven-deb-plugin, using maven 1.0.2:
28 maven plugin:download -DartifactId=maven-deb-plugin -DgroupId=maven-plugins -Dversion=0.5 -Dmaven.repo.remote=http://repo1.maven.org/maven
29
30 Note: the next step will fail if the version number suffix doesn't contain any numbers, e.g. if the version number ends with -dev.
31 Edit the <currentVersion> element in project.xml to match the Daisy release number (without -dev)
32
33 * Execute (also using maven 1.0.2):
34 maven build-debian-dist