This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository atomix.
commit 726ae10e71634b8c4ff5a5750892be4fa249420f Author: Markus Koschany <[email protected]> Date: Sun Jan 24 15:46:26 2016 +0100 Drop icon-path.patch. No longer needed since a new svg icon is provided now. --- debian/changelog | 2 ++ debian/patches/icon-path.patch | 22 ---------------------- debian/patches/series | 1 - 3 files changed, 2 insertions(+), 23 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7e11c99..7e15214 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ atomix (3.19.4-1) unstable; urgency=medium * Imported Upstream version 3.19.4. * Vcs-Git: Use https. + * Drop icon-path.patch. No longer needed because a new svg icon is provided + now. -- Markus Koschany <[email protected]> Sun, 24 Jan 2016 15:44:58 +0100 diff --git a/debian/patches/icon-path.patch b/debian/patches/icon-path.patch deleted file mode 100644 index affc14b..0000000 --- a/debian/patches/icon-path.patch +++ /dev/null @@ -1,22 +0,0 @@ -From: Markus Koschany <[email protected]> -Date: Sat, 3 Oct 2015 13:13:13 +0200 -Subject: icon path - -Forwarded: not-needed ---- - src/main.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/main.c b/src/main.c -index 5b90401..6198620 100644 ---- a/src/main.c -+++ b/src/main.c -@@ -650,7 +650,7 @@ static AtomixApp *create_gui (void) - - g_object_unref (builder); - -- icon_path = g_build_filename (DATADIR, -+ icon_path = g_build_filename ("/usr/share/", - "pixmaps", - "atomix-icon.png", - NULL); diff --git a/debian/patches/series b/debian/patches/series index 1e63601..9dad806 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ fix-locale-dir.patch -icon-path.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/atomix.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

