This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository megaglest.
commit 7381de54ace5568864183f63257e1dfdf9514e9f Author: Markus Koschany <[email protected]> Date: Sat Jan 31 19:13:00 2015 +0100 Update debian/clean + wrap-and-sort -sa --- debian/clean | 7 ++++++- debian/control | 6 ++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/clean b/debian/clean index 72c8777..a18e71a 100644 --- a/debian/clean +++ b/debian/clean @@ -1,3 +1,8 @@ -mk/linux/megaglest* +mk/linux/megaglest_editor +mk/linux/megaglest_editor.6 +mk/linux/megaglest.6 +mk/linux/megaglest +mk/linux/megaglest_g3dviewer +mk/linux/megaglest_g3dviewer.6 source/tools/glexemel/g2xml source/tools/glexemel/xml2g diff --git a/debian/control b/debian/control index 84c5716..17f1436 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: cmake, debhelper (>= 9), help2man, + libcppunit-dev, libcurl4-gnutls-dev | libcurl4-nss-dev, libfontconfig1-dev, libfribidi-dev, @@ -27,7 +28,6 @@ Build-Depends: libxerces-c-dev, libxml2-dev, libz-dev, - libcppunit-dev, xauth, xvfb Standards-Version: 3.9.6 @@ -60,7 +60,9 @@ Description: 3D multi-player real time strategy game Package: megaglest-dbg Section: debug Architecture: any -Depends: megaglest (= ${binary:Version}), ${misc:Depends} +Depends: + megaglest (= ${binary:Version}), + ${misc:Depends} Description: debug files for MegaGlest This package contains debug information for the MegaGlest game. . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/megaglest.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

