I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6b8cb544 authored by zzz's avatar zzz
Browse files

Debian: Refresh patch, update docs

parent 0e941625
No related branches found
No related tags found
No related merge requests found
The files in ../debian/ are for jessie/stable. The files in ../debian/ are for jessie/stable.
Alternates are in the subdirectories here. Alternates are in the subdirectories here.
trusty may be copied to utopic and vivid. trusty may be copied to utopic, vivid, wily, xenial.
They do not have libjetty8-java.
wily has libjetty8-java.
tails-jessie and tails-wheezy are currently the same as tails-jessie and tails-wheezy are currently the same as
jessie and wheezy, respectively. If they diverge, put the changes here. jessie and wheezy, respectively. If they diverge, put the changes here.
......
...@@ -39,20 +39,21 @@ Generate files to upload ...@@ -39,20 +39,21 @@ Generate files to upload
- export TZ=UTC - export TZ=UTC
- cd i2p.i2p.foobar - cd i2p.i2p.foobar
- copy debian-alt/(series)/changelog to debian/
- edit debian/changelog to add the release at the top - edit debian/changelog to add the release at the top
* version MUST be 0.9.XX-1ubuntu1 * version MUST be 0.9.XX-1ubuntu1
next version for fixes would be 0.9.XX-2ubunutu1 next version for fixes would be 0.9.XX-2ubunutu1
* series MUST be trusty * series MUST be trusty (or precise)
* name and email MUST EXACTLY match what's in your GPG keyring * name and email MUST EXACTLY match what's in your GPG keyring
or the signing will fail. or the signing will fail.
(or add -kkeyid argument to debuild, which you must do (or add -kkeyid argument to debuild, which you must do
if you want to sign with a subkey) if you want to sign with a subkey)
run gpg -K to list your private keys run gpg -K to list your private keys
- edit debian/control to uncomment libservice-wrapper-java line
- ant debian-release-tarball - ant debian-release-tarball
this will make a directory ../i2p-0.9.XX-0-xxxxxxxx/ this will make a directory ../i2p-0.9.XX-0-xxxxxxxx/
and a tarball ../i2p_0.9.XX.orig.tar.bz2 and a tarball ../i2p_0.9.XX.orig.tar.bz2
- cp debian/changelog ../i2p-0.9.XX-0-xxxxxxxx/debian/ - cp debian/changelog ../i2p-0.9.XX-0-xxxxxxxx/debian/
- cp debian-alt/(series)/(other files besides changelog) to ../i2p-0.9.XX-0-xxxxxxxx/debian/
- cd ../i2p-0.9.XX-0-xxxxxxxx/ - cd ../i2p-0.9.XX-0-xxxxxxxx/
- Build the *1ubuntu1* files: - Build the *1ubuntu1* files:
If you have NOT done a successful dput for this release yet: If you have NOT done a successful dput for this release yet:
......
...@@ -371,16 +371,16 @@ Debian wrapper.config to try to prevent confusion. ...@@ -371,16 +371,16 @@ Debian wrapper.config to try to prevent confusion.
@@ -185,7 +185,7 @@ @@ -185,7 +185,7 @@
msgstr "" msgstr ""
#: ../i2prouter:1864 #: ../i2prouter:1875
-msgid "Please edit i2prouter and set the variable RUN_AS_USER" -msgid "Please edit i2prouter and set the variable RUN_AS_USER"
+msgid "Please edit /etc/default/i2p and set the variable RUN_AS_USER" +msgid "Please edit /etc/default/i2p and set the variable RUN_AS_USER"
msgstr "" msgstr ""
#: ../i2prouter:1869 #: ../i2prouter:1880
@@ -193,5 +193,5 @@ @@ -193,5 +193,5 @@
msgstr "" msgstr ""
#: ../i2prouter:1872 #: ../i2prouter:1883
-msgid "To run as root anyway, edit i2prouter and set ALLOW_ROOT=true." -msgid "To run as root anyway, edit i2prouter and set ALLOW_ROOT=true."
+msgid "To run as root anyway, edit /etc/default/i2p and set ALLOW_ROOT=true." +msgid "To run as root anyway, edit /etc/default/i2p and set ALLOW_ROOT=true."
msgstr "" msgstr ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment