forked from I2P_Developers/i2p.i2p
merge of 'e1f6b2db3a1f0f1cf4df67f63cf6becd41f534f4'
and 'edb2bfcff621cb4739bdf41520580e3f57bb1b2a'
This commit is contained in:
@ -57,7 +57,7 @@
|
||||
<echo message=""quilt" and "build-essential"!" />
|
||||
<echo message="" />
|
||||
<echo message="The following command will install all dependencies for you:" />
|
||||
<echo message="apt-get install debhelper ant debconf default-jdk libgmp3-dev po-debconf fakeroot build-essential quilt" />
|
||||
<echo message="apt-get install debhelper ant debconf default-jdk gettext libgmp3-dev po-debconf fakeroot build-essential quilt" />
|
||||
<echo message=" " />
|
||||
<echo message="Once the dependencies are installed, run "ant debian""/>
|
||||
<echo message="to patch the source and build the packages." />
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 7.0.50~),
|
||||
ant,
|
||||
debconf,
|
||||
default-jdk,
|
||||
gettext,
|
||||
libgmp3-dev,
|
||||
po-debconf
|
||||
Build-Depends-Indep: tor-geoipdb
|
||||
|
@ -199,7 +199,7 @@
|
||||
|
||||
</pack>
|
||||
|
||||
<pack name="Windows Service" required="no">
|
||||
<pack name="Windows Service" required="no" preselected="no">
|
||||
<description>Automatically start I2P in the background</description>
|
||||
<os family="windows" />
|
||||
<executable targetfile="$INSTALL_PATH/set_config_dir_for_nt_service.bat" stage="postinstall" failure="warn" keep="false" />
|
||||
|
Reference in New Issue
Block a user