This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository glfw.
commit e2e2ca04d681898581389dcc4741d98eb69940d5 Author: James Cowgill <[email protected]> Date: Sat Jun 20 21:40:50 2015 +0100 Install readme.html via libglfw-dev.docs This will move the readme from libglfw2 -> libglfw-dev. This is fine since the readme is only useful to developers anyway. --- debian/libglfw-dev.docs | 1 + debian/rules | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/libglfw-dev.docs b/debian/libglfw-dev.docs new file mode 100644 index 0000000..8056a96 --- /dev/null +++ b/debian/libglfw-dev.docs @@ -0,0 +1 @@ +readme.html diff --git a/debian/rules b/debian/rules index 2b82902..ae4cc91 100755 --- a/debian/rules +++ b/debian/rules @@ -13,9 +13,6 @@ override_dh_installdirs: make x11-install PREFIX=$(CURDIR)/debian/tmp/usr cp lib/x11/libglfw.so debian/tmp/usr/lib/libglfw.so.2.6 -override_dh_installdocs: - dh_installdocs readme.html - override_dh_clean: [ ! -f Makefile ] || $(MAKE) x11-clean find -name '*.o' -or -name '*.a' -or -name '*.so' -delete -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/glfw.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

