[megaglest] 06/143: updated to build using non embedded versions of ircclient and miniupnpc
Markus Koschany
apo-guest at moszumanska.debian.org
Sat Jan 31 20:46:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository megaglest.
commit 3b3433fac7a62194a11f0d25bae708751f44d281
Author: Mark Vejvoda <mark_vejvoda at hotmail.com>
Date: Fri May 27 06:53:55 2011 +0000
updated to build using non embedded versions of ircclient and miniupnpc
---
debian/control | 2 ++
debian/rules | 4 ++++
2 files changed, 6 insertions(+)
diff --git a/debian/control b/debian/control
index 4895388..0d0d3ca 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,8 @@ Build-Depends: debhelper (>= 7.0.50~),
libjpeg-dev,
libz-dev,
libcurl4-dev,
+ libminiupnpc-dev,
+ libircclient-dev,
libwxgtk2.8-dev,
libxml2
Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index 1a4f36e..da62832 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,10 @@
# -*- makefile -*-
override_dh_auto_configure:
+ rm -rf source/shared_lib/include/libircclient
+ rm -rf source/shared_lib/include/platform/miniupnpc
+ rm -rf source/shared_lib/sources/libircclient
+ rm -rf source/shared_lib/sources/platform/miniupnpc
dh_auto_configure -- -DMEGAGLEST_DATA_INSTALL_PATH=share/games/megaglest/
%:
dh $@ --parallel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/megaglest.git
More information about the Pkg-games-commits
mailing list