From 02bdc9ca7c300e6b37b178d3828b0673bfabbb39 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 20 Oct 2021 05:20:32 -0400 Subject: games/pangzero: Remove template comment. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/pangzero/pangzero.SlackBuild | 13 +++++-------- games/pangzero/pangzero.info | 6 +++--- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/games/pangzero/pangzero.SlackBuild b/games/pangzero/pangzero.SlackBuild index 79339aaf0b..54633656f6 100644 --- a/games/pangzero/pangzero.SlackBuild +++ b/games/pangzero/pangzero.SlackBuild @@ -12,6 +12,9 @@ # patches. Note that DEBREV specifies the Debian revision number (i.e. the # last component of the name of the .debian.tar.xz file). +# 20211020 bkw: there's a -5 debian rev now, but nothing new for us. +# it's just debian-specific bookkeeping changes. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pangzero @@ -23,9 +26,6 @@ PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -46,11 +46,8 @@ cd $PRGNAM-$VERSION tar xvf $CWD/${PRGNAM}_$VERSION-$DEBREV.debian.tar.xz chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ for i in $( cat debian/patches/series ); do patch -p1 < debian/patches/$i diff --git a/games/pangzero/pangzero.info b/games/pangzero/pangzero.info index 5e97b08530..19518c4ecf 100644 --- a/games/pangzero/pangzero.info +++ b/games/pangzero/pangzero.info @@ -1,8 +1,8 @@ PRGNAM="pangzero" VERSION="1.4.1+git20121103" -HOMEPAGE="http://apocalypse.rulez.org/pangzero" -DOWNLOAD="http://http.debian.net/debian/pool/main/p/pangzero/pangzero_1.4.1+git20121103.orig.tar.xz \ - http://http.debian.net/debian/pool/main/p/pangzero/pangzero_1.4.1+git20121103-3.debian.tar.xz" +HOMEPAGE="https://packages.debian.org/sid/pangzero" +DOWNLOAD="https://deb.debian.org/debian/pool/main/p/pangzero/pangzero_1.4.1+git20121103.orig.tar.xz \ + https://deb.debian.org/debian/pool/main/p/pangzero/pangzero_1.4.1+git20121103-3.debian.tar.xz" MD5SUM="71d356298400046a31e18ddf2e86d850 \ 49dbb8aa42c7aeca75ca8584fdf7b593" DOWNLOAD_x86_64="" -- cgit v1.2.3