This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository blockattack.
commit d4a437fd434f11785e34946a64234422441c96a3 Author: Markus Koschany <[email protected]> Date: Mon Jun 26 17:33:59 2017 +0200 Refresh install-path.patch. --- debian/changelog | 1 + debian/patches/install-path.patch | 22 ++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index f459754..3b1bc6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ blockattack (2.1.1-1) unstable; urgency=medium * Drop deprecated menu file. * Use https for Format field. * Drop bad-whatis-entry.patch. Merged upstream. + * Refresh install-path.patch. -- Markus Koschany <[email protected]> Mon, 26 Jun 2017 17:30:29 +0200 diff --git a/debian/patches/install-path.patch b/debian/patches/install-path.patch new file mode 100644 index 0000000..51e6f83 --- /dev/null +++ b/debian/patches/install-path.patch @@ -0,0 +1,22 @@ +From: Markus Koschany <[email protected]> +Date: Mon, 26 Jun 2017 17:33:19 +0200 +Subject: install path + +Forwarded: not-needed +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index ced9f75..779e8c6 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -17,7 +17,7 @@ set(INSTALL_DATA_DIR "share/blockattack" CACHE STRING "Install data to this dire + set(INSTALL_MAN_DIR "share/man/man6" CACHE STRING "Install the man page to this directory") + set(INSTALL_APPLICATIONS_DIR "share/applications" CACHE STRING "Install the .desktop file to this directory") + set(INSTALL_ICONS_DIR "share/icons/hicolor" CACHE STRING "Install the icon in a subfolder in this directory") +-set(INSTALL_LOCALE_DIR "${INSTALL_DATA_DIR}/locale/" CACHE STRING "Install translation to this dir") ++set(INSTALL_LOCALE_DIR "/usr/share/locale/" CACHE STRING "Install translation to this dir") + + # This sets up the exe icon for windows under mingw. + # Taken from https://hansonry.wordpress.com/2010/12/15/windows-application-icon-using-mingw-and-cmake/ diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..31f7921 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +install-path.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/blockattack.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

