This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository monopd.
commit 30c8e3840c4fc89187af43308cc9009570aeda89 Author: Markus Koschany <[email protected]> Date: Wed Dec 21 20:24:58 2016 +0100 monopd: Depend on lsb-base (>= 3.0-6). --- debian/control | 1 + debian/copyright | 1 - debian/monopd.docs | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index b1ecbe5..52ab4ba 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/monopd.git Package: monopd Architecture: any Depends: + lsb-base (>= 3.0-6), ${misc:Depends}, ${shlibs:Depends} Suggests: diff --git a/debian/copyright b/debian/copyright index 58ca46b..e1c36bd 100644 --- a/debian/copyright +++ b/debian/copyright @@ -31,4 +31,3 @@ License: GPL-2 Boston, MA 02110-1301, USA. . The text of the GPL is available at /usr/share/common-licenses/GPL-2. - diff --git a/debian/monopd.docs b/debian/monopd.docs index ac9045e..9b2d98a 100644 --- a/debian/monopd.docs +++ b/debian/monopd.docs @@ -1,5 +1,5 @@ API README -TODO README.metaserver +TODO doc/api/gameboard -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/monopd.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

