debian/0000755000000000000000000000000012251550103007160 5ustar debian/compat0000644000000000000000000000000212251354541010366 0ustar 9 debian/manpages0000644000000000000000000000001312251545523010702 0ustar makeself.1 debian/control0000644000000000000000000000323212251546670010601 0ustar Source: makeself Section: utils Priority: optional Maintainer: Bartosz Fenski Build-Depends: debhelper (>= 9.0.0) Standards-Version: 3.9.4 Homepage: http://www.megastep.org/makeself/ Package: makeself Depends: ${misc:Depends} Architecture: all Suggests: bzip2 Description: utility to generate self-extractable archives makeself is a small shell script that generates a self-extractable archive from a directory. The resulting file appears as a shell script (many of those have a .run suffix), and can be launched as is. The archive will then uncompress itself to a temporary directory and an optional arbitrary command will be executed (for example an installation script). This is pretty similar to archives generated with WinZip Self-Extractor in the Windows world. Makeself archives also include checksums for integrity self-validation (CRC and/or MD5 checksums). . The makeself script itself is used only to create the archives from a directory of files. The resultant archive is actually a compressed (using gzip, bzip2, or compress) TAR archive, with a small shell script stub at the beginning. This small stub performs all the steps of extracting the files, running the embedded command, and removing the temporary files when it's all over. All what the user has to do to install the software contained in such an archive is to "run" the archive, i.e. sh nice-software.run. It is recommended to use the "run" (which was introduced by some Makeself archives released by Loki Software) or "sh" suffix for such archives not to confuse the users, since they actually are shell scripts (with quite a lot of binary data attached to it though!). debian/copyright0000644000000000000000000000345712251544242011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: makeself Source: http://www.megastep.org/makeself/ Files: * Copyright: 1998-2013 Stéphane Peter License: GPL-2+ This package 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 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 program. If not, see . 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: debian/* Copyright: 2004-2013 Bartosz Fenski License: GPL-2+ This package 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 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 program. If not, see . 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/docs0000644000000000000000000000001212251354130010026 0ustar README.md debian/rules0000755000000000000000000000041312251546140010244 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_install: dh_install mv debian/makeself/usr/bin/makeself.sh debian/makeself/usr/bin/makeself chmod 644 debian/makeself/usr/share/makeself/makeself-header.sh debian/changelog0000644000000000000000000000750712251550062011047 0ustar makeself (2.2.0-1) unstable; urgency=low * New upstream release. (Closes: #690105) - handles df output in more portable way (Closes: #641804) * Repackaged from scratch. - uses new packaging format 3.0 (Closes: #670738) - uses new copyright format - uses debhelper compatibility level 9 - uses the newest Standards-Version - fixes 2 lintian errors and 6 warnings -- Bartosz Fenski Mon, 09 Dec 2013 17:32:45 +0100 makeself (2.1.5-1) unstable; urgency=low * New upstream release. - fixes "bad file descriptor" error (Closes: #426995) * Removed three patches (implemented upstream) * Bumped Standards-Version (no changes needed) * Moved homepage's address to header. * Removed watch file as it seems it's not possible to get current status of upstream version (Closes: #449970). -- Bartosz Fenski Sat, 08 Mar 2008 14:37:14 +0100 makeself (2.1.4-1) unstable; urgency=low * The 'please always check if there is new upstream version before you start fixing bugs' release. * New upstream version. - fixes dotfiles and cdpath problem, so relevant patches were removed. -- Bartosz Fenski Wed, 8 Jun 2005 19:37:04 +0200 makeself (2.1.3-5) unstable; urgency=low * Added dot-temp-dir patch which should hopefully fix the following problems: - proper handling of not existing archive dirs. (Closes: #312089) - doesn't ignore dotfiles creating archive. (Closes: #312099) Thanks to Marc Haber for spotting them. Both patches sent to upstream. - we're now using mktemp for $tmpfile. -- Bartosz Fenski Tue, 7 Jun 2005 19:37:04 +0200 makeself (2.1.3-4) unstable; urgency=low * CDPATH is now unset in makeself-header (Closes: #289753) -- Bartosz Fenski Sun, 6 Feb 2005 20:45:02 +0100 makeself (2.1.3-3) unstable; urgency=low * s/fenio@o2.pl/fenio@debian.org/ -- Bartosz Fenski Mon, 3 Jan 2005 22:35:03 +0100 makeself (2.1.3-2) unstable; urgency=low * debian/control: - fixed typos noticed by Florian Zumbiehl (Closes: #277232) -- Bartosz Fenski Sun, 21 Nov 2004 16:05:22 +0100 makeself (2.1.3-1) unstable; urgency=low * New upstream release - with more complex args uses eval now (Closes: #245475) Thanks for David Everly for noticing it. * debian/copyright: - distinguished copyright from license * debian/control: - renamed Build-Depends to Build-Depends-Indep - added dpatch to Build-Depends-Indep - removed empty Depends entry * debian/rules: - some modification to support dpatch stuff - removed unnecessary comments - changed manual path * debian/patches/: - added 00list file - added 01_makeself.patch renaming and replacing make-header path - added 02_makeself.patch and 03_makeself-header.patch parsing type output Above two patches sent to upstream (Closes: #247777) Thanks for David Everly for noticing it. * debian/ - removed makeself.1 (it's now included by upstream) -- Bartosz Fenski Thu, 25 Mar 2004 23:57:24 +0100 makeself (2.1.2-3) unstable; urgency=low * debian/control & debian/makeself.1 - s/extractible/extractable/ (Closes: #239614) Thanks to Martin Schulze for noticing it. -- Bartosz Fenski Sat, 22 Mar 2004 16:45:33 +0100 makeself (2.1.2-2) unstable; urgency=low * debian/control: changed architecture to "all" (Closes: #239620) -- Bartosz Fenski Sat, 20 Mar 2004 17:55:37 +0100 makeself (2.1.2-1) unstable; urgency=low * Initial Release. (Closes: #200151) * Added manpage and sent it to upstream. * Removed .sh suffix from script. * Changed location of makeself-header to /usr/share/makeself -- Bartosz Fenski Sat, 6 Mar 2004 11:49:57 +0100 debian/patches/0000755000000000000000000000000012251544476010627 5ustar debian/patches/header0000644000000000000000000000051512251544476012003 0ustar Description: change path to header Origin: other Forwarded: not-needed --- makeself-2.2.0.orig/makeself.sh +++ makeself-2.2.0/makeself.sh @@ -143,7 +143,7 @@ COPY=none TAR_ARGS=cvf TAR_EXTRA="" DU_ARGS=-ks -HEADER=`dirname "$0"`/makeself-header.sh +HEADER=/usr/share/makeself/makeself-header.sh TARGETDIR="" # LSM file stuff debian/patches/series0000644000000000000000000000000712251544405012031 0ustar header debian/install0000644000000000000000000000007412251545451010564 0ustar makeself.sh /usr/bin makeself-header.sh /usr/share/makeself debian/source/0000755000000000000000000000000012251354130010462 5ustar debian/source/format0000644000000000000000000000001412251354130011670 0ustar 3.0 (quilt)