debian/0000755000000000000000000000000012212652072007165 5ustar debian/rules0000755000000000000000000000014412212574237010252 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf override_dh_autoreconf: dh_autoreconf ./bootstrap debian/copyright0000644000000000000000000000671412212647623011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: unshield Upstream-Contact: David Eriksson Source: https://github.com/twogood/unshield/ Files: * Copyright: 2002-2013 David Eriksson License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: lib/convert_utf/ConvertUTF.* Copyright: 2001-2004 Unicode, Inc. License: Unicode Files: lib/md5/global.h lib/md5/md5c.* Copyright: 1991-1992, RSA Data Security, Inc. License: RSA Files: lib/bswap.c Copyright: Manuel Bouyer License: public-domain Written by Manuel Bouyer Public domain. Files: debian/* Copyright: 2004-2005 Volker Christian 2008-2013 Evgeni Golov License: GPL License: GPL On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. License: Unicode This source code is provided as is by Unicode, Inc. No claims are made as to fitness for any particular purpose. No warranties of any kind are expressed or implied. The recipient agrees to determine applicability of information provided. If this file has been purchased on magnetic or optical media from Unicode, Inc., the sole remedy for any claim will be exchange of defective media within 90 days of receipt. . Limitations on Rights to Redistribute This Code . Unicode, Inc. hereby grants the right to freely use the information supplied in this file in the creation of products supporting the Unicode Standard, and to make copies of this file in any form for internal or external distribution as long as this notice iremains attached. License: RSA License to copy and use this software is granted provided that it is identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing this software or this function. . License is also granted to make and use derivative works provided that such works are identified as "derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing the derived work. . RSA Data Security, Inc. makes no representations concerning either the merchantability of this software or the suitability of this software for any particular purpose. It is provided "as is" without express or implied warranty of any kind. . These notices must be retained in any copies of any part of this documentation and/or software. debian/watch0000644000000000000000000000013712212561505010217 0ustar version=3 https://github.com/twogood/unshield/releases /twogood/unshield/archive/(.+)\.tar\.gz debian/libunshield0.install0000644000000000000000000000007212212571611013135 0ustar usr/lib/*/libunshield.so.0.0.0 usr/lib/*/libunshield.so.0 debian/patches/0000755000000000000000000000000012212647342010620 5ustar debian/patches/series0000644000000000000000000000003012212573562012030 0ustar 001-disable-rpath.patch debian/patches/001-disable-rpath.patch0000644000000000000000000000065312212647342014662 0ustar From: Evgeni Golov Subject: disable RPATH checking Last-Update: 2013-09-07 Applied-Upstream: commit:fdf1a1d45424d6ac7becb77d098831e6513b3721 --- a/configure.ac.in +++ b/configure.ac.in @@ -28,9 +28,6 @@ AC_PROG_LIBTOOL AC_PROG_MAKE_SET dnl AM_PATH_CHECK() -dnl Checks for libraries. -AC_LIB_RPATH - dnl Checks for typedefs, structures, and compiler characteristics. SAVED_CFLAGS="$CFLAGS" CFLAGS="" debian/gbp.conf0000644000000000000000000000003612212650205010577 0ustar [DEFAULT] pristine-tar = True debian/changelog0000644000000000000000000001010312212650267011036 0ustar unshield (1.0-1) unstable; urgency=low * New upstream release Closes: #721943 LP: #1221386 + Does not abort on ARM9 / armv5tel cpu anymore Closes: #721933 + Provides an option to extract selected files Closes: #260174 * update debian/watch for the GitHub move * update homepage in debian/copyright and debian/control * use dh-autoreconf * drop new_installshield_format.patch, it was taken from upstram * update Vcs-* fields to new, canonical URLs * use dh 9 * Standards-Version: 3.9.4 * disable RPATH * enable multiarch support * update debian/copyright to latest dep3 -- Evgeni Golov Sat, 07 Sep 2013 18:10:40 +0200 unshield (0.6-3) unstable; urgency=low * Import patch for new InstallShield versions from Upstream (Closes: #580470) * Refresh copyright file * Standards-Version: 3.9.3 -- Evgeni Golov Sat, 03 Mar 2012 15:08:02 +0100 unshield (0.6-2) unstable; urgency=low * Fix Vcs-Git field. * Drop .la file. * Use dh rules.tiny for debian/rules. * Standards-Version: 3.9.2. * Format 3.0 (quilt). -- Evgeni Golov Sat, 30 Apr 2011 12:43:00 +0200 unshield (0.6-1) unstable; urgency=low * New upstream release. * Switch my e-mail address. * Add ${misc:Depends} to Depends of all binary packages, thanks lintian. * Bump to debhelper 5, 4 is deprecated. * Bump Standards-Version to 3.8.4. * Improve libunshield-dev's long description, thanks lintian. * Add Vcs-* fields. -- Evgeni Golov Fri, 12 Mar 2010 13:56:53 +0100 unshield (0.5.1-1) unstable; urgency=low * New maintainer (Closes: #469787) * New upstream release (Closes: #350210) * debian/control: + libunshield-dev should use ${binary:Version} instead of ${Source-Version} for depends on libunshield0. + Bump Standards-Version to 3.7.3, no changes needed. + Build-Depend on automake instead automake1.7. + Remove Build-Depend on autoconf. + Check spelling. (Closes: #418118) + Add a Homepage field. * debian/rules: + Don't ignore make errors in the clean target. + Update config.{sub,guess} on configure, and remove on clean. + Don't set CFLAGS, let dpkg handle it. + Don't set INSTALL_PROGRAM += -s when no nostrip is found, dh_strip will do this on its own. + Install upstream changelog. * debian/watch: + Update watch-file, it finds upstream releases again now. * debian/copyright: + List all copyright holders. + Use the machine-readable format. * debian/{unshield,libunshield0,libundhield-dev}.dirs: + Removed the unneeded .dirs files -- Evgeni Golov Fri, 09 May 2008 08:25:43 +0200 unshield (0.5-3) unstable; urgency=low * Added Build-Depends to libtool, autoconf, and automake -- Volker Christian Tue, 13 Sep 2005 18:36:47 +0200 unshield (0.5-2) unstable; urgency=low * Fixed conflicts and replacements -- Volker Christian Sat, 10 Sep 2005 21:54:52 +0200 unshield (0.5-1) unstable; urgency=low * New upstream release * Changed Maintainer-Email to voc@debian.org * Updated watch file to conform to version 3 * Updated the the Policy standard 3.6.2 -- Volker Christian Sat, 10 Sep 2005 20:43:24 +0200 unshield (0.4-3) unstable; urgency=low * Added --version-info to dh_makeshlibs -- Volker Christian Sun, 29 Aug 2004 11:03:38 +0200 unshield (0.4-2) unstable; urgency=low * Fixed a ia64 bug in upstream ... patch has to be sent to upstream developer -- Volker Christian Mon, 11 Aug 2004 11:55:23 +0200 unshield (0.4-1) unstable; urgency=low * New upstream release * Added a watch file -- Volker Christian Mon, 9 Aug 2004 10:38:54 +0200 unshield (0.3-2) unstable; urgency=low * Manual page fixed. -- Volker Christian Fri, 10 Jul 2004 20:08:55 +0200 unshield (0.3-1) unstable; urgency=low * Initial Release. -- Volker Christian Fri, 18 Jun 2004 22:44:05 +0200 debian/control0000644000000000000000000000311312212577116010573 0ustar Source: unshield Section: utils Priority: optional Maintainer: Evgeni Golov Build-Depends: debhelper (>= 9), zlib1g-dev (>= 1.2.1), dh-autoreconf Build-Conflicts: autoconf2.13, automake1.4 Standards-Version: 3.9.4 Homepage: https://github.com/twogood/unshield/ Vcs-Git: git://anonscm.debian.org/users/evgeni/unshield.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/evgeni/unshield.git Package: unshield Section: utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: extracts CAB files from InstallShield installers This software extracts CAB files from InstallShield installers used to be installed on Windows CE devices or Windows desktop machines. Package: libunshield0 Section: libs Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Replaces: libunshield Conflicts: libunshield, liborange Description: library to extract CAB files from InstallShield installers This are libraries to create applications extracting CAB files from InstallShield installers used to be installed on Windows CE devices or Windows desktop machines. Package: libunshield-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libunshield0 (= ${binary:Version}), ${misc:Depends} Description: development files for libunshield This are libraries to create applications extracting CAB files from InstallShield installers used to be installed on Windows CE devices or Windows desktop machines. . This package contains the development files needed to link applications against libunshield. debian/source/0000755000000000000000000000000012212561022010457 5ustar debian/source/format0000644000000000000000000000001412212561022011665 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212212571464010370 0ustar 9 debian/libunshield-dev.install0000644000000000000000000000012612212571754013641 0ustar usr/lib/*/libunshield.so usr/include/libunshield.h usr/lib/*/pkgconfig/libunshield.pc debian/unshield.install0000644000000000000000000000010512212561022012356 0ustar debian/tmp/usr/bin/unshield debian/tmp/usr/share/man/man1/unshield.1