tags 663612 + patch thanks Dear maintainer,
I've prepared an NMU for crossfire (versioned as 1.60.0-2.1). The diff is attached to this message. I've not uploaded this NMU as I'm not a DD but I hope it is useful for you. Regards.
diff -Nru crossfire-1.60.0/debian/changelog crossfire-1.60.0/debian/changelog --- crossfire-1.60.0/debian/changelog 2011-08-09 12:54:25.000000000 +0200 +++ crossfire-1.60.0/debian/changelog 2012-03-23 01:31:19.000000000 +0100 @@ -1,3 +1,11 @@ +crossfire (1.60.0-2.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches/fix-pkglibdir: Fix pkglibdir as not a legitimate directory + for `SCRIPTS' and `PROGRAMS'. (Closes: #663612) + + -- Mònica Ramírez Arceda <mon...@probeta.net> Fri, 23 Mar 2012 00:27:19 +0100 + crossfire (1.60.0-2) unstable; urgency=low * Added 1.50.0-1.1's changelog entry to debian/changelog. diff -Nru crossfire-1.60.0/debian/patches/fix-pkglibdir crossfire-1.60.0/debian/patches/fix-pkglibdir --- crossfire-1.60.0/debian/patches/fix-pkglibdir 1970-01-01 01:00:00.000000000 +0100 +++ crossfire-1.60.0/debian/patches/fix-pkglibdir 2012-03-23 01:31:00.000000000 +0100 @@ -0,0 +1,31 @@ +Description: Fix pkglibdir as not a legitimate directory + for `SCRIPTS' and `PROGRAMS'. +Author: Mònica Ramírez Arceda <mon...@probeta.net> +Last-Update: 2012-03-23 +Bug-Debian: http://bugs.debian.org/663612 +--- a/utils/Makefile.am ++++ b/utils/Makefile.am +@@ -1,7 +1,8 @@ + nodist_bin_SCRIPTS = crossloop.pl crossloop player_dl.pl + dist_bin_SCRIPTS = crossloop.web +-nodist_pkglib_SCRIPTS = +-dist_pkglib_SCRIPTS = mktable.script add_throw.perl metaserver.pl ++programfilesdir = $(pkglibdir) ++nodist_programfiles_SCRIPTS = ++dist_programfiles_SCRIPTS = mktable.script add_throw.perl metaserver.pl + dist_noinst_SCRIPTS = ad2c.script mktable.script player_dl.html cfmeta-rrd + + EXTRA_DIST = +--- a/random_maps/Makefile.am ++++ b/random_maps/Makefile.am +@@ -23,8 +23,8 @@ + # + # The author can be reached via e-mail to m...@pyramid.com + +- +-pkglib_PROGRAMS = random_map ++programfilesdir = $(pkglibdir) ++programfiles_PROGRAMS = random_map + + random_map_SOURCES = standalone.c + diff -Nru crossfire-1.60.0/debian/patches/series crossfire-1.60.0/debian/patches/series --- crossfire-1.60.0/debian/patches/series 2011-08-09 12:10:49.000000000 +0200 +++ crossfire-1.60.0/debian/patches/series 2012-03-23 01:27:39.000000000 +0100 @@ -1 +1,2 @@ crossfire-config-man-name +fix-pkglibdir