~ubuntu-branches/ubuntu/vivid/nethack/vivid

« back to all changes in this revision

Viewing changes to sys/unix/Makefile.src

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng, Bernhard R. Link, Vincent Cheng
  • Date: 2012-06-11 00:47:38 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120611004738-3fy8b3wi0j45y2oq
Tags: 3.4.3-14
* Team upload.

[ Bernhard R. Link ]
* switch to "3.0 (quilt)"
* bump Standards-Version
* modernize debian/rules:
- use dpkg-buildflags
- support build-arch/-indep
- make parallel safe
- don't avoid make errors
* add patch so it can compile with -Werror=format-security
* drop no longer needed patches (-qt and -gnome are gone)
* don't use /dev/null as install template (Closes: 644647)
* drop nethack-common menu (both -console and -x11 have one)

[ Vincent Cheng ]
* Adopt package. (Closes: #673584)
  - Change Maintainer to Debian Games Team.
  - Add myself to Uploaders.
* Modify 0006-Common-config.h-for-all-binary-packages.patch to enable
  AUTOPICKUP_EXCEPTIONS. (Closes: #329318)
* Modify 0011-Pasi-Kallinen-s-patch-to-add-colors-to-inventory-ite.patch
  and 0017-Debian-and-Linux-specifics-defined-in-unixconf.h.patch; add
  0021-fix-kfreebsd-ftbfs.patch to fix FTBFS on kfreebsd.
* Convert debian/copyright to DEP-5 machine-readable format.
* Use dh_lintian to install overrides instead of manually installing them
  in debian/rules.
* Add watch file.
* Add Homepage field in debian/control.
* Add Vcs-* fields in debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
#
217
217
WINSRC = $(WINTTYSRC)
218
218
WINOBJ = $(WINTTYOBJ)
 
219
# Files for the lisp port
 
220
WINLISPSRC = ../win/lisp/winlisp.c tile.c
 
221
WINLISPOBJ = winlisp.o tile.o
219
222
 
220
223
# on some systems the termcap library is in -ltermcap or -lcurses
221
224
# on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead
338
341
GENCSRC = monstr.c vis_tab.c    #tile.c
339
342
 
340
343
# all windowing-system-dependent .c (for dependencies and such)
341
 
WINCSRC = $(WINTTYSRC) $(WINX11SRC) $(WINGNOMESRC) $(WINGEMSRC)
 
344
WINCSRC = $(WINTTYSRC) $(WINX11SRC) $(WINGNOMESRC) $(WINGEMSRC) $(WINLISPSRC)
342
345
# all windowing-system-dependent .cpp (for dependencies and such)
343
346
WINCXXSRC = $(WINQTSRC) $(WINBESRC)
344
347
 
683
686
        $(CC) $(CFLAGS) -c ../win/gem/load_img.c
684
687
gr_rect.o: ../win/gem/gr_rect.c ../include/gr_rect.h
685
688
        $(CC) $(CFLAGS) -c ../win/gem/gr_rect.c
 
689
winlisp.o: ../win/lisp/winlisp.c $(HACK_H) ../include/winlisp.h \
 
690
                ../include/func_tab.h ../include/dlb.h ../include/patchlevel.h
 
691
        $(CC) $(CFLAGS) -c ../win/lisp/winlisp.c
686
692
tile.o: tile.c $(HACK_H)
687
693
qt_win.o: ../win/Qt/qt_win.cpp $(HACK_H) ../include/func_tab.h \
688
694
                ../include/dlb.h ../include/patchlevel.h ../include/tile2x11.h \
803
809
weapon.o: weapon.c $(HACK_H)
804
810
were.o: were.c $(HACK_H)
805
811
wield.o: wield.c $(HACK_H)
806
 
windows.o: windows.c $(HACK_H) ../include/wingem.h ../include/winGnome.h
 
812
windows.o: windows.c $(HACK_H) ../include/wingem.h ../include/winGnome.h \
 
813
                ../include/winlisp.h
807
814
wizard.o: wizard.c $(HACK_H) ../include/qtext.h ../include/epri.h
808
815
worm.o: worm.c $(HACK_H) ../include/lev.h
809
816
worn.o: worn.c $(HACK_H)