debian/0000755000000000000000000000000012120640032007154 5ustar debian/rules0000755000000000000000000000156512120637770010262 0ustar #!/usr/bin/make -f # -*- makefile -*- # Makefile to build the nml debian package. # Use debhelper default for all targets (but some are overridden below). %: # Force the python_distutils buildsystem, since there is also a # Makefile (which is used only for testing by this rules file). dh $@ --with python2 --buildsystem python_distutils override_dh_auto_test: # Regression testing is done through a Makefile. Set an env var # to prevent python from generating pyc files all over the # source tree well. We still run dh_auto_test here, so we don't # need to check DEB_BUILD_OPTIONS for nocheck PYTHONDONTWRITEBYTECODE=1 dh_auto_test --buildsystem makefile override_dh_auto_clean: dh_auto_clean # The distutils buildsystem doesn't know about the regression # test, so we'll have to manually clean it. Ignore any failures # by prepending a dash. make -C regression clean debian/examples0000644000000000000000000000001312120637770010726 0ustar examples/* debian/watch0000644000000000000000000000012512120637770010222 0ustar version=3 http://bundles.openttdcoop.org/nml/releases/([0-9.]*)/nml-(.*).src.tar.gz debian/changelog0000644000000000000000000000057012120637770011047 0ustar nml (0.2.4-1) unstable; urgency=low * [f45e993] New upstream release 0.2.4. * [c2c307f] Bump Standards-Version to 3.9.4, no changes required. -- Matthijs Kooijman Fri, 15 Mar 2013 16:35:36 +0100 nml (0.2.3-1) unstable; urgency=low * Initial release. (Closes: #651217) -- Matthijs Kooijman Mon, 26 Mar 2012 15:38:40 +0200 debian/manpages0000644000000000000000000000001412120637770010704 0ustar docs/nmlc.1 debian/docs0000644000000000000000000000002012120637770010036 0ustar docs/readme.txt debian/compat0000644000000000000000000000000212120637770010371 0ustar 9 debian/source/0000755000000000000000000000000012120637770010473 5ustar debian/source/format0000644000000000000000000000001412120637770011701 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000646412120637770011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: NML Upstream-Contact: http://dev.openttdcoop.org/projects/nml Source: http://dev.openttdcoop.org/projects/nml Files: * Copyright: © 2011-2012 Various authors (see docs/readme.txt for details) License: GPL-2.0+ NML is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . NML is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with NML; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. Files: bootstrap.py Copyright: © 2006 Zope Corporation and Contributors. License: Zope-2.1 Zope Public License (ZPL) Version 2.1 . A copyright notice accompanies this license document that identifies the copyright holders. . This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions in source code must retain the accompanying copyright notice, this list of conditions, and the following disclaimer. . Redistributions in binary form must reproduce the accompanying copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. . Names of the copyright holders must not be used to endorse or promote products derived from this software without prior written permission from the copyright holders. . The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of the copyright holders. Use of them is covered by separate agreement with the copyright holders. . If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. . Disclaimer . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/patches/0000755000000000000000000000000012120637770010622 5ustar debian/patches/series0000644000000000000000000000000012120637770012025 0ustar debian/control0000644000000000000000000000213312120637770010575 0ustar Source: nml Section: devel Priority: optional Maintainer: Matthijs Kooijman Uploaders: Jordi Mallach Build-Depends: debhelper (>= 9), python-all (>= 2.5), python-setuptools, # For regression testing python-ply, python-imaging Standards-Version: 3.9.4 X-Python-Version: >= 2.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/nml.git Vcs-Git: git://git.debian.org/collab-maint/nml.git Homepage: http://dev.openttdcoop.org/projects/nml Package: nml Architecture: all Depends: ${python:Depends}, ${misc:Depends}, # Upstream doesn't list dependencies in setup.py, so we list them manually here python-ply, python-imaging, # The nmlc script setuptools generates uses pkg_resources from setuptools to # locate its entrypoint within the nml python package. python-setuptools Description: newgrf meta language compiler NML is a python-based compiler, capable of compiling NML (NewGRF Meta Language) files (along with their associated language, sound and graphic files) into grf and / or nfo files (which can serve as datafiles for the OpenTTD or TTDPatch games).