This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit 00e0a9a5967008fb49a7e38be1ab18c17f77d4f2 Author: Emmanuel Bourg <[email protected]> Date: Sun Jul 31 22:57:29 2016 +0000 debian/rules: Let DH install the .lintian-overrides files --- debian/changelog | 1 + debian/{ecj-gcj.overrides => ecj-gcj.lintian-overrides} | 0 debian/rules | 4 ---- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c3019db..349a432 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ecj (3.11.0-2) UNRELEASED; urgency=medium * 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 diff --git a/debian/ecj-gcj.overrides b/debian/ecj-gcj.lintian-overrides similarity index 100% rename from debian/ecj-gcj.overrides rename to debian/ecj-gcj.lintian-overrides diff --git a/debian/rules b/debian/rules index 1208c2f..f5b78e9 100755 --- a/debian/rules +++ b/debian/rules @@ -219,10 +219,6 @@ endif 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

