~ubuntu-branches/debian/sid/monopd/sid

« back to all changes in this revision

Viewing changes to .pc/CPPFLAGS.patch/src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Markus Koschany
  • Date: 2014-02-28 15:39:47 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140228153947-1a5z05x3alj61wx1
Tags: 0.9.5-1
* Imported Upstream version 0.9.5.
  - Add support for IPv6 and systemd.
* Update watch file and point to the new upstream location
  at tuxfamily.org.
* Drop all patches. Merged upstream.
* debian/control:
  - Drop libcapsinetwork-dev from Build-Depends.
    Essential features of libcapsinetwork were merged into monopd and
    IPv6 support was added.
  - Add pkg-config to Build-Depends.
  - Add libsystemd-daemon-dev [linux-any] to Build-Depends.
  - Update homepage field and point to gtkatlantic.gradator.net.
* Add monopd.service and monopd.socket file and support systemd.
* Update monopd.6 man page.
* Use dh-systemd helper.
* Update debian/copyright. Add new BSD license.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CPPFLAGS= -DMONOPD_DATADIR=\"$(pkgdatadir)\" -DMONOPD_CONFIGDIR=\"$(sysconfdir)\"
2
 
 
3
 
bin_PROGRAMS = monopd
4
 
 
5
 
monopd_SOURCES = auction.cpp card.cpp cardgroup.cpp debt.cpp display.cpp \
6
 
        estate.cpp estategroup.cpp event.cpp game.cpp gameconfig.cpp \
7
 
        gameobject.cpp gameproperty.cpp io.cpp main.cpp player.cpp \
8
 
        server.cpp trade.cpp tradecomponent.cpp
9
 
 
10
 
noinst_HEADERS = auction.h card.h cardgroup.h debt.h display.h estate.h \
11
 
        estategroup.h event.h game.h gameconfig.h gameobject.h \
12
 
        gameproperty.h io.h main.h player.h server.h trade.h \
13
 
        tradecomponent.h const.h
14
 
 
15
 
monopd_LDADD = -lcapsinetwork -lmath++