This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit 9d0b8e71a6b1635eacc41a893cd828f46add73c0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 3 16:49:07 2014 +0200 Drop compile file during clean rule. --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index ac61c16..09c5144 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ x2gomatebindings (0.0.1.2-0~x2go2) UNRELEASED; urgency=low + Drop B-D: libgconf2-dev. * debian/rules: + Make sure, all .la files are removed. Also on multiarch builds. + + Drop compile file during clean rule. * debian/source/format: + Switch to format 1.0. * x2gomatebindings.spec: diff --git a/debian/rules b/debian/rules index c01753a..48a47bc 100755 --- a/debian/rules +++ b/debian/rules @@ -22,3 +22,4 @@ override_dh_auto_clean: rm -f po/Makefile* po/*.gmo po/stamp-it po/POTFILES rm -f extension/Makefile.in rm -f config.h.in intltool-*.in + rm -f compile -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git