sus-7/0002755000000000000000000000000011647270437006737 5ustar sus-7/debian/0002755000000000000000000000000012253405760010152 5ustar sus-7/debian/susv2.lintian-overrides0000644000000000000000000000026211643051300014577 0ustar susv2: doc-base-file-references-missing-file susv2:8 /usr/share/doc/susv2/susv2/index.html susv2: doc-base-file-references-missing-file susv2:9 /usr/share/doc/susv2/susv2/*.html sus-7/debian/susv4.lintian-overrides0000644000000000000000000000027012253357103014610 0ustar susv4: doc-base-file-references-missing-file susv4:8 /usr/share/doc/susv4/susv4tc1/index.html susv4: doc-base-file-references-missing-file susv4:9 /usr/share/doc/susv4/susv4tc1/*.html sus-7/debian/susv4.prerm0000644000000000000000000000034012253357027012302 0ustar #!/bin/sh set -e #DEBHELPER# ## Note: Keep debhelper token before so that this package behaves ## like other packages - The files should still exist when the debhelper ## bits runs. rm -rf /usr/share/doc/susv4/susv4tc1 sus-7/debian/susv3.prerm0000644000000000000000000000053412253353642012305 0ustar #!/bin/sh set -e #DEBHELPER# ## Note: Keep debhelper token before so that this package behaves ## like other packages - The files should still exist when the debhelper ## bits runs. rm -rf /usr/share/doc/susv3/susv3 rm /usr/share/doc/susv3/susv3xbd /usr/share/doc/susv3/susv3xcu rm /usr/share/doc/susv3/susv3xrat /usr/share/doc/susv3/susv3xsh sus-7/debian/susv3.doc-base0000644000000000000000000000042412253405700012624 0ustar Document: susv3 Title: Single Unix Specification Version 3 Author: The Open Group Abstract: This is the POSIX:2001 standard with POSIX:2004 corrigendum 1 and 2 Section: Debian Format: HTML Index: /usr/share/doc/susv3/susv3/index.html Files: /usr/share/doc/susv3/susv3/*.html sus-7/debian/susv4.postinst0000644000000000000000000000127112253353005013034 0ustar #!/bin/sh set -e TEMPDIR=$(mktemp -d) || exit 1 echo Fetching file... wget -P $TEMPDIR http://pubs.opengroup.org/onlinepubs/9699919799/download/susv4tc1.tar.bz2 echo Verifying SHA512 checksum... SHA512SUM="c0019d7a4680a392ec461898d48f0b75829e5fc6671490db3af8279a8d070f95d3eb69c3e7a2c1ba81c37d4c817de0c52106d5c434a0f0c138a3ef861b6bf3f3" [ x"$(sha512sum $TEMPDIR/susv4tc1.tar.bz2 | cut -f1 -d\ )" = x"$SHA512SUM" ] || (rm -rf $TEMPDIR; exit 1) echo Untarring... bunzip2 -cd $TEMPDIR/susv4tc1.tar.bz2 | tar xf - -C /usr/share/doc/susv4 --no-same-permissions --no-same-owner rm -rf $TEMPDIR ## Note: Keep debhelper token after so that files exist when they're being ## registered. #DEBHELPER# sus-7/debian/compat0000644000000000000000000000000212253346455011353 0ustar 9 sus-7/debian/susv3.postinst0000644000000000000000000000125612253351770013045 0ustar #!/bin/sh set -e TEMPDIR=$(mktemp -d) || exit 1 echo Fetching file... wget -P $TEMPDIR http://www.opengroup.org/onlinepubs/007904975/download/susv3.tar.bz2 echo Verifying SHA512 checksum... SHA512SUM="b1b8a79112d3f41a3d2951341cd9220566f551e5750378bba5cf786a0c381b064fa1a1cfeb6e76e9c6beb85a893cbb6f90879203e9931e9043bcb95b032def40" [ x"$(sha512sum $TEMPDIR/susv3.tar.bz2 | cut -f1 -d\ )" = x"$SHA512SUM" ] || (rm -rf $TEMPDIR; exit 1) echo Untarring... bunzip2 -cd $TEMPDIR/susv3.tar.bz2 | tar xf - -C /usr/share/doc/susv3 --no-same-permissions --no-same-owner rm -rf $TEMPDIR ## Note: Keep debhelper token after so that files exist when they're being ## registered. #DEBHELPER# sus-7/debian/rules0000755000000000000000000000003511641460443011225 0ustar #!/usr/bin/make -f %: dh $@ sus-7/debian/susv4.doc-base0000644000000000000000000000042412253405707012634 0ustar Document: susv4 Title: Single Unix Specification Version 4 Author: The Open Group Abstract: This is the POSIX:2008 standard with POSIX:2013 corrigendum 1 Section: Debian Format: HTML Index: /usr/share/doc/susv4/susv4tc1/index.html Files: /usr/share/doc/susv4/susv4tc1/*.html sus-7/debian/susv2.doc-base0000644000000000000000000000041111643052275012626 0ustar Document: susv2 Title: Single Unix Specification Version 2 Author: The Open Group Abstract: This is the Single Unix Specification Version 2 standard Section: Debian Format: HTML Index: /usr/share/doc/susv2/susv2/index.html Files: /usr/share/doc/susv2/susv2/*.html sus-7/debian/susv2.prerm0000644000000000000000000000033511643053031012272 0ustar #!/bin/sh set -e #DEBHELPER# ## Note: Keep debhelper token before so that this package behaves ## like other packages - The files should still exist when the debhelper ## bits runs. rm -rf /usr/share/doc/susv2/susv2 sus-7/debian/changelog0000644000000000000000000000071712253352030012016 0ustar sus (7) unstable; urgency=low * Initial release of SUSv4 (Closes: #644292) * Checksum downloaded files before unpacking them, to ensure that we get what we're expecting (Closes: #545238, #545239) * Added overrides for Lintian warning about doc-base referencing missing files | Since this is an installer package the files are not in place | when Lintian is run -- David Weinehall Wed, 05 Oct 2011 16:24:20 +0300 sus-7/debian/control0000644000000000000000000000253712253351410011552 0ustar Source: sus Section: contrib/doc Priority: extra Maintainer: David Weinehall Build-Depends-Indep: debhelper (>= 9) Standards-Version: 3.9.5 Package: susv2 Architecture: all Depends: wget, bzip2, ${misc:Depends} Description: Fetch and install SUSv2 The Single Unix Specifications are not permitted to be generally redistributed, so this is an installer that fetches them and installs them in a Debian appropriate way. This installer will fetch and install Single Unix Specification v2. Package: susv3 Architecture: all Depends: wget, bzip2, ${misc:Depends} Description: Fetch and install SUSv3 The Single Unix Specifications are not permitted to be generally redistributed, so this is an installer that fetches them and installs them in a Debian appropriate way. This installer will fetch and install POSIX:2001 (also known as Single Unix Specification v3) with the POSIX:2004 Technical Corrigendum 1 and 2. Package: susv4 Architecture: all Depends: wget, bzip2, ${misc:Depends} Description: Fetch and install SUSv4 (POSIX.1-2008) The Single Unix Specifications are not permitted to be generally redistributed, so this is an installer that fetches them and installs them in a Debian appropriate way. This installer will fetch and install POSIX:2008 (also known as Single Unix Specification v4) with the POSIX:2013 Technical Corrigendum 1. sus-7/debian/source/0002755000000000000000000000000011641462274011455 5ustar sus-7/debian/source/format0000644000000000000000000000001511641462272012660 0ustar 3.0 (native) sus-7/debian/susv3.lintian-overrides0000644000000000000000000000026211643051304014604 0ustar susv3: doc-base-file-references-missing-file susv3:8 /usr/share/doc/susv3/susv3/index.html susv3: doc-base-file-references-missing-file susv3:9 /usr/share/doc/susv3/susv3/*.html sus-7/debian/copyright0000644000000000000000000000033312253347321012100 0ustar This package was created by David Weinehall on December 15th, 2013, based on the susv3 package by Jeff Bailey. This is in the PUBLIC DOMAIN. The files that this installer downloads, however, have their own licenses. sus-7/debian/susv2.postinst0000644000000000000000000000125612253351762013045 0ustar #!/bin/sh set -e TEMPDIR=$(mktemp -d) || exit 1 echo Fetching file... wget -P $TEMPDIR http://www.opengroup.org/onlinepubs/007908799/download/susv2.tar.bz2 echo Verifying SHA512 checksum... SHA512SUM="a9de99aa0e5e627012997ef894ebc1777eef752f6be308dea1a19c96aeb1731bccf5ae954eb12aed28155d89731d92f184b697a76df02399d12d9aeb108090de" [ x"$(sha512sum $TEMPDIR/susv2.tar.bz2 | cut -f1 -d\ )" = x"$SHA512SUM" ] || (rm -rf $TEMPDIR; exit 1) echo Untarring... bunzip2 -cd $TEMPDIR/susv2.tar.bz2 | tar xf - -C /usr/share/doc/susv2 --no-same-permissions --no-same-owner rm -rf $TEMPDIR ## Note: Keep debhelper token after so that files exist when they're being ## registered. #DEBHELPER#