This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository maffilter.
commit 50ad90a3addc3248c32d5953963641ba22024452 Author: Andreas Tille <[email protected]> Date: Sun May 22 21:55:36 2016 +0200 Properly install executable and info file --- debian/changelog | 1 + debian/install | 2 ++ debian/maffilter.manpages | 1 - 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a2f2799..4ccd22a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ maffilter (1.1.0-1+dfsg-2) UNRELEASED; urgency=medium * Fix permissions + * Properly install executable and info file -- Andreas Tille <[email protected]> Sun, 22 May 2016 21:54:16 +0200 diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..9ab23a6 --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +usr/bin +usr/share \ No newline at end of file diff --git a/debian/maffilter.manpages b/debian/maffilter.manpages deleted file mode 100644 index 1b82e58..0000000 --- a/debian/maffilter.manpages +++ /dev/null @@ -1 +0,0 @@ -man/maffilter.1.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/maffilter.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
