This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository tecnoballz.
commit 0bc5e4037a4bb9db438fd9163c8058ea74538891 Author: Markus Koschany <[email protected]> Date: Wed Apr 26 21:44:39 2017 +0200 Add tecnoballz.maintscript file and use symlink_to_dir function to convert symlinked directories to real directories --- debian/changelog | 7 +++++++ debian/tecnoballz.maintscript | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index faeb0f8..bd7c55e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tecnoballz (0.93.1-8) unstable; urgency=medium + + * Add tecnoballz.maintscript file and use symlink_to_dir function to convert + symlinked directories to real directories. (Closes: #861268) + + -- Markus Koschany <[email protected]> Wed, 26 Apr 2017 21:40:32 +0200 + tecnoballz (0.93.1-7) unstable; urgency=medium * Switch to compat level 10. diff --git a/debian/tecnoballz.maintscript b/debian/tecnoballz.maintscript new file mode 100644 index 0000000..c0288e8 --- /dev/null +++ b/debian/tecnoballz.maintscript @@ -0,0 +1 @@ +symlink_to_dir /usr/share/doc/tecnoballz /usr/share/doc/tecnoballz-data 0.93.1-8~ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/tecnoballz.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

