diff --git a/debian/patches/0004-configure-updates.patch b/debian/patches/0004-configure-updates.patch deleted file mode 100644 index 7762e6597..000000000 --- a/debian/patches/0004-configure-updates.patch +++ /dev/null @@ -1,54 +0,0 @@ -From: Kill Your TV -Date: Sun, 29 May 2011 18:52:08 +0000 -Subject: configure updates - -My rationale here is to alter the wording of a few things that aren't applicable -in the .deb packaging. For instance, updates must take place via the package manager, -so I alter the text at the bottom of /configupdate to reflect that. - ---- - apps/routerconsole/jsp/configupdate.jsp | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) - ---- a/apps/routerconsole/jsp/configupdate.jsp -+++ b/apps/routerconsole/jsp/configupdate.jsp -@@ -8,7 +8,7 @@ - - - <%@include file="summary.jsi" %> --

<%=intl._("I2P Update Configuration")%>

-+

<%=intl._("I2P News Update Configuration")%>

-
- <%@include file="confignav.jsi" %> - -@@ -26,10 +26,10 @@ - " > - <% /* set hidden default */ %> - --

<%=intl._("Check for I2P and news updates")%>

-+

<%=intl._("Check for news updates")%>

-
- -- -+ - - -@@ -41,7 +41,7 @@ - - - <% } // if canInstall %> -- -+ - - - -@@ -57,7 +57,7 @@ - - - <% } else { %> -- -+ - <% } // if canInstall %> -
<%=intl._("News & I2P Updates")%>:
<%=intl._("News Updates")%>: <% if ("true".equals(System.getProperty("net.i2p.router.web.UpdateHandler.updateInProgress", "false"))) { %> <%=intl._("Update In Progress")%>
<% } else { %> " /> - <% } %>

<%=formhandler._("Update policy")%>:
<%=intl._("Update through the eepProxy?")%>
<%=intl._("Fetch news through the eepProxy?")%>
<%=intl._("eepProxy host")%>:" />
<%=intl._("Unsigned Build URL")%>:">
<%=intl._("I2P updates are disabled because you do not have write permission for the install directory.")%>
<%=intl._("I2P updates will be dispatched via your package manager.")%>
-
diff --git a/debian/patches/series b/debian/patches/series index 60dd232ce..530acf515 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,4 @@ 0001-path-substitution.patch 0002-jbigi-soname.patch 0003-renaming-jcpuid.patch -0004-configure-updates.patch debian-version.patch