r13805 - packages/trunk/megaglest/debian
Mark Vejvoda
softcoder-guest at alioth.debian.org
Sat Oct 13 17:25:44 UTC 2012
Author: softcoder-guest
Date: 2012-10-13 17:25:43 +0000 (Sat, 13 Oct 2012)
New Revision: 13805
Modified:
packages/trunk/megaglest/debian/control
packages/trunk/megaglest/debian/copyright
packages/trunk/megaglest/debian/rules
Log:
updated to correct copyright of utf8 files
Modified: packages/trunk/megaglest/debian/control
===================================================================
--- packages/trunk/megaglest/debian/control 2012-10-09 05:04:13 UTC (rev 13804)
+++ packages/trunk/megaglest/debian/control 2012-10-13 17:25:43 UTC (rev 13805)
@@ -10,18 +10,20 @@
cmake,
debhelper (>= 7.0.50~),
help2man,
+ vlc,
libcurl4-gnutls-dev | libcurl4-nss-dev,
libfontconfig1-dev,
libftgl-dev,
libglew-dev,
libircclient-dev,
libjpeg-dev,
- liblua5.1-dev,
+ libluajit-5.1-dev,
libminiupnpc-dev,
libogg-dev,
libopenal-dev,
libpng12-dev,
libsdl1.2-dev,
+ libvlc-dev,
libvorbis-dev,
libwxgtk2.8-dev,
libxerces-c2-dev,
Modified: packages/trunk/megaglest/debian/copyright
===================================================================
--- packages/trunk/megaglest/debian/copyright 2012-10-09 05:04:13 UTC (rev 13804)
+++ packages/trunk/megaglest/debian/copyright 2012-10-13 17:25:43 UTC (rev 13805)
@@ -109,8 +109,8 @@
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of Nicolas P. Rougier.
-Files: source/shared_lib/sources/util/utf8/* source/shared_lib/include/util/utf8/*
-Copyright: Copyright 1997-2002 Free Software Foundation, Inc
+Files: source/shared_lib/include/util/utf8.h source/shared_lib/include/util/utf8/*
+Copyright: Copyright 2006 Nemanja Trifunovic
License: BSL-1.0
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
Modified: packages/trunk/megaglest/debian/rules
===================================================================
--- packages/trunk/megaglest/debian/rules 2012-10-09 05:04:13 UTC (rev 13804)
+++ packages/trunk/megaglest/debian/rules 2012-10-13 17:25:43 UTC (rev 13805)
@@ -2,7 +2,7 @@
# -*- makefile -*-
override_dh_auto_configure:
- dh_auto_configure -- -DMEGAGLEST_DATA_INSTALL_PATH=share/games/megaglest/ -DMINIUPNPC_VERSION_PRE1_6=On
+ dh_auto_configure -- -DMEGAGLEST_DATA_INSTALL_PATH=share/games/megaglest/
override_dh_strip:
dh_strip --dbg-package=megaglest-dbg
More information about the Pkg-games-commits
mailing list