Author: ebourg-guest Date: 2016-07-31 22:57:29 +0000 (Sun, 31 Jul 2016) New Revision: 19114
Added: trunk/ecj/debian/ecj-gcj.lintian-overrides Removed: trunk/ecj/debian/ecj-gcj.overrides Modified: trunk/ecj/debian/changelog trunk/ecj/debian/rules Log: debian/rules: Let DH install the .lintian-overrides files Modified: trunk/ecj/debian/changelog =================================================================== --- trunk/ecj/debian/changelog 2016-07-31 21:45:53 UTC (rev 19113) +++ trunk/ecj/debian/changelog 2016-07-31 22:57:29 UTC (rev 19114) @@ -3,6 +3,7 @@ * Team upload. * Converted debian/copyright to the Copyright Format 1.0 * Updated the version of the Maven pom + * debian/rules: Let DH install the .lintian-overrides files -- Emmanuel Bourg <[email protected]> Sun, 31 Jul 2016 23:10:29 +0200 Copied: trunk/ecj/debian/ecj-gcj.lintian-overrides (from rev 19113, trunk/ecj/debian/ecj-gcj.overrides) =================================================================== --- trunk/ecj/debian/ecj-gcj.lintian-overrides (rev 0) +++ trunk/ecj/debian/ecj-gcj.lintian-overrides 2016-07-31 22:57:29 UTC (rev 19114) @@ -0,0 +1 @@ +ecj-gcj binary: binary-or-shlib-defines-rpath Deleted: trunk/ecj/debian/ecj-gcj.overrides =================================================================== --- trunk/ecj/debian/ecj-gcj.overrides 2016-07-31 21:45:53 UTC (rev 19113) +++ trunk/ecj/debian/ecj-gcj.overrides 2016-07-31 22:57:29 UTC (rev 19114) @@ -1 +0,0 @@ -ecj-gcj binary: binary-or-shlib-defines-rpath Modified: trunk/ecj/debian/rules =================================================================== --- trunk/ecj/debian/rules 2016-07-31 21:45:53 UTC (rev 19113) +++ trunk/ecj/debian/rules 2016-07-31 22:57:29 UTC (rev 19114) @@ -219,10 +219,6 @@ ln -sf ecj.1.gz \ debian/ecj-gcj/usr/share/man/man1/ecj-gcj.1.gz - mkdir -p debian/ecj-gcj/usr/share/lintian/overrides - cp -p debian/ecj-gcj.overrides \ - debian/ecj-gcj/usr/share/lintian/overrides/ecj-gcj - binary-predeb/ecj1:: # sed -i 's/libgcj[1-9][^,]*//;s/,,/,/' debian/ecj1.substvars _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

