[tomcat7] 02/02: Fix typo in debian/patches/0011-fix-classpath-lintian-warnings.patch

Miguel Landaeta nomadium at moszumanska.debian.org
Fri May 2 03:05:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomadium pushed a commit to branch master
in repository tomcat7.

commit ac508e7433529e5912997d93450c791745b51fdd
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Thu May 1 23:51:45 2014 -0300

    Fix typo in debian/patches/0011-fix-classpath-lintian-warnings.patch
---
 debian/patches/0011-fix-classpath-lintian-warnings.patch | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/patches/0011-fix-classpath-lintian-warnings.patch b/debian/patches/0011-fix-classpath-lintian-warnings.patch
index e000869..ab90a61 100644
--- a/debian/patches/0011-fix-classpath-lintian-warnings.patch
+++ b/debian/patches/0011-fix-classpath-lintian-warnings.patch
@@ -37,18 +37,19 @@ Last-Update: 2014-05-01
        <fileset dir="${tomcat.classes}">
          <include name="**/LocalStrings_fr.properties" />
        </fileset>
-@@ -781,8 +780,8 @@
+@@ -781,9 +780,8 @@
          fullpath="META-INF/NOTICE" />
        <zipfileset file="${tomcat.manifests}/default.license"
          fullpath="META-INF/LICENSE" />
 -    </jar>
 -    <jar jarfile="${tomcat.build}/lib/tomcat-i18n-ja.jar"
+-      manifest="${tomcat.manifests}/default.manifest" filesonly="true">
 +    </zip>
 +    <zip destfile="${tomcat.build}/lib/tomcat-i18n-ja.jar">
-       manifest="${tomcat.manifests}/default.manifest" filesonly="true">
        <fileset dir="${tomcat.classes}">
          <include name="**/LocalStrings_ja.properties" />
-@@ -791,7 +790,7 @@
+       </fileset>
+@@ -791,7 +789,7 @@
          fullpath="META-INF/NOTICE" />
        <zipfileset file="${tomcat.manifests}/default.license"
          fullpath="META-INF/LICENSE" />

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat7.git



More information about the pkg-java-commits mailing list