debian/0000755000000000000000000000000012154120275007165 5ustar debian/source/0000755000000000000000000000000012115612605010465 5ustar debian/source/format0000644000000000000000000000001412115612605011673 0ustar 3.0 (quilt) debian/control0000644000000000000000000000126412120623072010567 0ustar Source: xdms Section: utils Priority: optional Maintainer: John Paul Adrian Glaubitz Build-Depends: debhelper (>= 9), autotools-dev, dpkg-dev (>= 1.16.1~) Standards-Version: 3.9.4 Homepage: http://zakalwe.fi/~shd/foss/xdms/ Vcs-Git: git://github.com/glaubitz/xdms-debian.git Vcs-Browser: https://github.com/glaubitz/xdms-debian Package: xdms Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: unadf Suggests: uae Description: Uncompressor for Amiga DMS archives This a tool for decompressing Amiga DMS files. DMS files contain disk images that are these days mainly useful for Amiga emulation. It can unpack DMS images to ADF images. debian/dirs0000644000000000000000000000003312115612605010045 0ustar usr/bin usr/share/doc/xdms debian/compat0000644000000000000000000000000212120622404010355 0ustar 9 debian/rules0000755000000000000000000000275112115612605010252 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk config.status: configure dh_testdir dh_autotools-dev_updateconfig CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --prefix=/usr --package-prefix=$(CURDIR)/debian/xdms build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: config.status dh_testdir $(MAKE) touch build-stamp clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) clean dh_autotools-dev_restoreconfig dh_clean Makefile src/Makefile install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install rm -f debian/xdms/usr/share/doc/xdms/ChangeLog.txt rm -f debian/xdms/usr/share/doc/xdms/COPYING # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog.txt dh_installdocs dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/patches/0000755000000000000000000000000012115612605010614 5ustar debian/patches/series0000644000000000000000000000001512115612605012025 0ustar makefile-fix debian/patches/makefile-fix0000644000000000000000000000141712115612605013103 0ustar Description: Fix the Makefile so that it works for Debian Author: Gürkan Sengün Last-Update: 2012-05-31 --- xdms-1.3.2.orig/Makefile.in +++ xdms-1.3.2/Makefile.in @@ -4,12 +4,12 @@ xdms: clean: $(MAKE) -C src clean + rm xdms.1.gz install: xdms - mkdir -p {PREFIX}/bin {PREFIX}/share/doc/xdms-{VERSION} {PREFIX}/share/man/man1 + mkdir -p {PREFIX}/bin {PREFIX}/share/man/man1 install src/xdms {PREFIX}/bin/ - install xdms.txt COPYING ChangeLog.txt {PREFIX}/share/doc/xdms-{VERSION}/ + install xdms.txt COPYING ChangeLog.txt {PREFIX}/share/doc/xdms/ chmod og+rx {PREFIX}/bin {PREFIX}/bin/xdms - chmod -R og+rX {PREFIX}/share/doc/xdms-{VERSION} - gzip < xdms.1 > xdms.1.gz + gzip -9 < xdms.1 > xdms.1.gz install xdms.1.gz {PREFIX}/share/man/man1/ debian/watch0000644000000000000000000000015712115612605010221 0ustar version=3 http://zakalwe.fi/~shd/foss/xdms/xdms-(.*).tar.gz http://zakalwe.fi/~shd/foss/xdms/xdms-(.*).tar.bz2 debian/docs0000644000000000000000000000001112115612605010030 0ustar xdms.txt debian/copyright0000644000000000000000000000126312154117424011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: xDMS Source: http://zakalwe.fi/~shd/foss/xdms/ Files: * Copyright: Andre Rodrigues de la Rocha Heikki Orsila License: Public Domain Files: debian/* Copyright: 2005-2007 Gürkan Sengün 2013 John Paul Adrian Glaubitz License: Public Domain License: Public Domain xDMS is released as public domain software. You can spread it, modify it and use it in any way you like. You can do anything with it without even asking me first. But I would like to know if you do something cool with it. debian/changelog0000644000000000000000000000525612154117772011057 0ustar xdms (1.3.2-6) unstable; urgency=low * [ff9593da] Fix indentation in debian/copyright file. -- John Paul Adrian Glaubitz Thu, 06 Jun 2013 16:43:06 +0200 xdms (1.3.2-5) unstable; urgency=low * New Maintainer (Closes: #661463). * Bump standards version to 3.9.4. * Update debian/copyright to copyright format 1.0. * Include Vcs-* fields in debian/control. * Bump debhelper version to 9. -- John Paul Adrian Glaubitz Fri, 15 Mar 2013 14:53:01 +0100 xdms (1.3.2-4) unstable; urgency=low [ Axel Beckert ] * QA Upload of orphaned package (cf. #661463) * Set maintainer to QA Group. (Closes: #675223) * Add watch file * Use dh_autotools-dev_*config instead of manually copying config.{guess,sub} around * Enable hardening build flags, add B-D on dpkg-dev (>= 1.16.1~) [ Gürkan Sengün ] * Added debian/source/format, switch to 3.0 (quilt) * Bump standards version to 3.9.3. * Bump debhelper version to 8. * Updated short description. * debian/rules: use dh_prep instead of dh_clean -k -- Axel Beckert Thu, 31 May 2012 13:37:22 +0200 xdms (1.3.2-3.1) unstable; urgency=low * Non-maintainer upload. * Fix double-build FTBFS (Closes: #442768): Move the Makefile removal after the “make clean” call so that the sources actually get cleaned. Use the dh_clean call to do that and remove src/Makefile, which gets (re)generated as well during the build. * Also no longer ignore “make clean” errors. * Update config.{guess,sub} using the autotools-dev code snippet in the config.status target, and delete them through dh_clean, so as to keep their update out of the Debian diff. * Move the Homepage from the description to a source field. * Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed. -- Cyril Brulebois Wed, 27 Feb 2008 15:09:23 +0100 xdms (1.3.2-3) unstable; urgency=low * Remove uae from recommends. (Closes: #414749) * Updated debian/copyright. * Updated debian/rules clean target. -- Gürkan Sengün Wed, 04 Apr 2007 10:21:21 +0200 xdms (1.3.2-2) unstable; urgency=low * Remove lha from recommends. (Closes: #382407) -- Gürkan Sengün Tue, 23 Jan 2007 12:17:04 +0100 xdms (1.3.2-1) unstable; urgency=low * New upstream version. * Bump standards version. * Updated homepage links. * Added recommends. -- Gürkan Sengün Sun, 25 Jun 2006 21:19:50 +0200 xdms (1.3.1-1) unstable; urgency=low * Initial release. (Closes: #147800) -- Gürkan Sengün Sun, 11 Dec 2005 09:07:03 +0100