debian/0000755000000000000000000000000011730352000007155 5ustar debian/gbp.conf0000644000000000000000000000053611730351734010615 0ustar [DEFAULT] # Use pristine-tar pristine-tar = True # Automatically GPG sign tags: sign-tags = True [git-dch] # include 7 digits of the commit id in the changelog entry id-length = 7 # Parse metatags from commit messages meta = True [git-import-orig] # Use a custom commit message for upstream imports. import-msg = New upstream release %(version)s. debian/rules0000755000000000000000000000264611730351734010262 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ override_dh_auto_configure: # We configure by writing to Makefile.local echo 'INSTALL_DIR=debian/openttd-openmsx/usr/share/games/openttd/gm/' >> Makefile.local # Don't install the doc files, (upstream installs them into # $INSTALL_DIR as well), we'll install those ourselves. echo 'BUNDLE_FILES=$$(MAIN_TARGET) $$(MIDI_FILES)' >> Makefile.local # Prevent the Makefile from autodetecting unix2dos, it's really # not needed echo 'UNIX2DOS=' >> Makefile.local # Point dh_installchangelogs to the upstream changelog override_dh_installchangelogs: dh_installchangelogs docs/changelog.txt override_dh_auto_test: # Check md5sums of files. This isn't really useful (mostly meant # for use with opengfx), but we'll have to override dh_auto_test # anyway (since make test generates debug output), so we might # as well call make check. make check override_dh_auto_build: # Override dh_auto_build to include building docs (because we # removed $DOC_FILES from $BUNDLE_FILES above, the docs won't # be generated by default anymore). make all docs override_dh_auto_clean: # Don't use dh_auto_clean. It thinks any target is valid because # it generates output (dependency analysis) before erroring out. make distclean # Remove our additions to Makefile.local sed -i "/^INSTALL_DIR=/d" Makefile.local sed -i "/^BUNDLE_FILES=/d" Makefile.local sed -i "/^UNIX2DOS=/d" Makefile.local debian/watch0000644000000000000000000000101111730351734010214 0ustar # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 # The upstream site explicitly links to index.html for directory # indexes, and uses a separate directory per release, so we do some # downloadurlmangle magic to get at the right file. # Also remove any +debian suffix for repackaged sources. opts="dversionmangle=s/\+debian\d*$//,downloadurlmangle=s/\/([\d\.]*)\/index.html$/\/$1\/openmsx-$1-source.tar.gz/" \ http://master.binaries.openttd.org/extra/openmsx/ \ (\d+(?:\.\d+)*)/index.html debian/changelog0000644000000000000000000000104411730351734011043 0ustar openttd-openmsx (0.3.1-2) unstable; urgency=low * [7625507] Update watch file to new download location. * [86d1a2f] Reword description to comply with the policy. * [054a1d1] Bump Standards-Version to 3.9.3, no changes required. * [524f269] Update copyright file to use the new copyright-format-1.0. -- Matthijs Kooijman Thu, 15 Mar 2012 12:34:30 +0100 openttd-openmsx (0.3.1-1) unstable; urgency=low * Initial release (Closes: #591930) -- Matthijs Kooijman Tue, 17 Aug 2010 19:49:20 +0200 debian/docs0000644000000000000000000000002011730351734010035 0ustar docs/readme.txt debian/compat0000644000000000000000000000000211730351734010370 0ustar 7 debian/source/0000755000000000000000000000000011730351734010472 5ustar debian/source/format0000644000000000000000000000001411730351734011700 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000205411730351734011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: OpenMSX Upstream-Contact: http://dev.openttdcoop.org/projects/openmsx Source: http://dev.openttdcoop.org/projects/openmsx Files: * Copyright: © 2010 various authors. See readme.txt for details. License: GPL-2.0 This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. . This package 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 this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, 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'. debian/patches/0000755000000000000000000000000011730351734010621 5ustar debian/patches/series0000644000000000000000000000000011730351734012024 0ustar debian/control0000644000000000000000000000141511730351734010576 0ustar Source: openttd-openmsx Section: games Priority: extra Maintainer: Matthijs Kooijman Uploaders: Jordi Mallach DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50), python Standards-Version: 3.9.3 Vcs-Browser: http://git.debian.org/?p=collab-maint/openttd-openmsx.git Vcs-Git: git://git.debian.org/collab-maint/openttd-openmsx.git Homepage: http://dev.openttdcoop.org/projects/openmsx Package: openttd-openmsx Architecture: all Depends: ${misc:Depends} Description: free music set for use with the OpenTTD game OpenMSX is a music set for the OpenTTD game that has been built from scratch under an open license. It allows the OpenTTD game to be played without needing the music files from the original Transport Tycoon Deluxe game.