--- unmass-0.9.orig/debian/autoreconf +++ unmass-0.9/debian/autoreconf @@ -0,0 +1 @@ +kdev \ No newline at end of file --- unmass-0.9.orig/debian/changelog +++ unmass-0.9/debian/changelog @@ -0,0 +1,33 @@ +unmass (0.9-3.1build1) bionic; urgency=high + + * No change rebuild to pick up -fPIE compiler default + + -- Balint Reczey Tue, 03 Apr 2018 12:48:51 +0000 + +unmass (0.9-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use dh-autoreconf to support new architectures + (Closes: #759445 #735386 #759451) + + -- Wookey Fri, 22 Jan 2016 15:35:53 +0000 + +unmass (0.9-3) unstable; urgency=low + + * Small fix, add missing comments. (Closes: #456108) + * Move Homepage field. + * Update email address. + + -- Gürkan Sengün Mon, 28 Apr 2008 11:01:46 +0200 + +unmass (0.9-2) unstable; urgency=low + + * Fix clean target in debian/rules. (Closes: #442754) + + -- Gürkan Sengün Mon, 17 Sep 2007 12:27:57 +0200 + +unmass (0.9-1) unstable; urgency=low + + * Initial release. (Closes: #432452) + + -- Gürkan Sengün Fri, 20 Jul 2007 12:07:06 +0200 --- unmass-0.9.orig/debian/compat +++ unmass-0.9/debian/compat @@ -0,0 +1 @@ +5 --- unmass-0.9.orig/debian/control +++ unmass-0.9/debian/control @@ -0,0 +1,22 @@ +Source: unmass +Section: utils +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Gürkan Sengün +Build-Depends: debhelper (>= 5), dh-autoreconf +Homepage: http://mirex.mypage.sk/index.php?selected=1#Unmass +Standards-Version: 3.7.3 + +Package: unmass +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: opencubicplayer +Description: Extract game archive files + This is a tool to extract game archives. It supports the + following archive types: Crismon Land, Baldur's Gate 2, + Civilization 4, Doom (WADs), Dune 2, Etherlords 2, + Final Fantasy 7 and 8, Flashpoint, Knights of Xentar, + Metal Gear Solid (DARs), Moorhuhn 2 and 3, Megaman + Legends, Oni, Operation Flashpoint, Princess Maker 2, + Quake 1, RollCage, Swine, Unreal Tournament umods, + Virtua Fighter bitmaps, MEA exe's, some economy file format. --- unmass-0.9.orig/debian/copyright +++ unmass-0.9/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Gürkan Sengün on +Mon, 09 Jul 2007 23:52:01 +0200. + +It was downloaded from http://mirex.mypage.sk/index.php?selected=1#Unmass + +Upstream Author: + + Miro Janosik + +Copyright: + + Copyright (C) 2002-2007 Miro Janosik (mirex) + +License: + + This program 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. + + This program 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 program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +The Debian packaging is (C) 2007, Gürkan Sengün and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- unmass-0.9.orig/debian/dirs +++ unmass-0.9/debian/dirs @@ -0,0 +1 @@ +usr/bin --- unmass-0.9.orig/debian/docs +++ unmass-0.9/debian/docs @@ -0,0 +1,2 @@ +kdev/src/mea.txt +kdev/src/types.txt --- unmass-0.9.orig/debian/manpages +++ unmass-0.9/debian/manpages @@ -0,0 +1 @@ +debian/unmass.1 --- unmass-0.9.orig/debian/rules +++ unmass-0.9/debian/rules @@ -0,0 +1,66 @@ +#!/usr/bin/make -f +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + dh_autoreconf + cd kdev && ./configure --prefix=/usr + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + $(MAKE) -C kdev + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + [ ! -f kdev/Makefile ] || $(MAKE) -C kdev clean + -rm -f kdev/config.log kdev/Makefile kdev/src/Makefile kdev/config.status kdev/config.h kdev/libtool + dh_autoreconf_clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) -C kdev DESTDIR=$(CURDIR)/debian/unmass install + mv $(CURDIR)/debian/unmass/usr/bin/unmass_kdev $(CURDIR)/debian/unmass/usr/bin/unmass + +# 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 + dh_installdocs + dh_installman + dh_link + 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 configure --- unmass-0.9.orig/debian/unmass.1 +++ unmass-0.9/debian/unmass.1 @@ -0,0 +1,50 @@ +.TH UNMASS 1 "July 9, 2007" +.SH NAME +unmass \- extract game archive files +.SH SYNOPSIS +.B unmass +.RI [ options ] " file " +.br +.SH DESCRIPTION +This manual page documents briefly the +.B unmass +command. +.PP +\fBunmass\fP is a tool to extract game archives. It supports the +following archive types: Crismon Land, Baldur's Gate 2, +Civilization 4, Doom (WADs), Dune 2, Etherlords 2, +Final Fantasy 7 and 8, Flashpoint, Knights of Xentar, +Metal Gear Solid (DARs), Moorhuhn 2 and 3, Megaman +Legends, Oni, Operation Flashpoint, Princess Maker 2, +Quake 1, RollCage, Swine, Unreal Tournament umods, +Virtua Fighter bitmaps, MEA exe's, some economy file format. +.SH OPTIONS +.TP +.B \-h, \-\-help +Show summary of options. +.TP +.B \-e [...] +Opens the archive and extract files. +.TP +.B \-\-modules +Prints out list of modules for archive loading. +.TP +.B \-\-list +Opens the archive and prints list of the files inside. +.SH EXAMPLES +Display list of files contained inside archive 'battle.lgp' +.TP +unmass \-list battle.lgp +.TP +Opens 'battle.lgp' and extracts file 'aabc.txt' and all files ending +with 'dat' into current directory +.TP +unmass \-e battle.lgp aabc.txt *dat +.SH SEE ALSO +.BR pak (1). +.br +.SH AUTHOR +unmass was written by Miro Janosik. +.PP +This manual page was written by G\[:u]rkan Seng\[:u]n , +for the Debian project (but may be used by others). --- unmass-0.9.orig/kdev/src/utools.cpp +++ unmass-0.9/kdev/src/utools.cpp @@ -432,7 +432,7 @@ #ifdef _UNIX return strncasecmp( s1, s2, n ); #else - error, don't know of suitable function + /* error, don't know of suitable function */ return stricmp( s1, s2 ); #endif } --- unmass-0.9.orig/kdev/stamp-h +++ unmass-0.9/kdev/stamp-h @@ -0,0 +1 @@ +timestamp