[love] 01/01: drop depedendy on devil

Alexandre Detiste detiste-guest at moszumanska.debian.org
Wed Dec 21 12:29:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository love.

commit ec04e1869c97516466cf0101827bc8aebc3f0f56
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Wed Dec 21 13:28:28 2016 +0100

    drop depedendy on devil
---
 debian/changelog               | 1 +
 debian/control                 | 1 -
 debian/copyright               | 1 -
 debian/patches/configure.patch | 2 +-
 4 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5614fb3..55abb39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ love (0.10.2-1) UNRELEASED; urgency=medium
   * Manpage has been accepted by upstream, drop Debian one
   * Switch to compat level 10 and use DH sequencer for d/rules
   * Remove never-used support for alternatives
+  * Drop depedency on DevIL, not used anymore by upstream
 
  -- Alexandre Detiste <alexandre.detiste at gmail.com>  Sun, 18 Dec 2016 12:50:20 +0100
 
diff --git a/debian/control b/debian/control
index 74bbd37..c9d23bf 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends:
  dh-autoreconf,
  dh-buildinfo,
  libboost-dev,
- libdevil-dev,
  libflac++-dev,
  libflac-dev,
  libfreetype6-dev,
diff --git a/debian/copyright b/debian/copyright
index db886a8..9f41e37 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -32,7 +32,6 @@ Comment:
     * SDL (LGPL)
     * SDL_mixer (LGPL)
     * FreeType 2 (FTL)
-    * DevIL (LGPL)
     * PhysFS (ZLIB)
     * Box2D (ZLIB)
     * boost (BSL)
diff --git a/debian/patches/configure.patch b/debian/patches/configure.patch
index 9e0a576..1652b4f 100644
--- a/debian/patches/configure.patch
+++ b/debian/patches/configure.patch
@@ -23,7 +23,7 @@ Index: love-0.9.1/src/Makefile.am
  #love_LDFLAGS =
 -love_LDADD = liblove.la $(lua_LIBS)
 +love_LDADD = .libs/liblove.a $(lua_LIBS) \
-+	$(SDL_LIBS) $(freetype2_LIBS) $(lua_LIBS) $(openal_LIBS) $(devil_LIBS) \
++	$(SDL_LIBS) $(freetype2_LIBS) $(lua_LIBS) $(openal_LIBS) \
 +	$(libmodplug_LIBS) $(vorbisfile_LIBS)
  love_SOURCES = love.cpp
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/love.git



More information about the Pkg-games-commits mailing list