Package Details: rinse 3.3-1

Git Clone URL: https://aur.archlinux.org/rinse.git (read-only, click to copy)
Package Base: rinse
Description: Bootstrap a rpm based distribution like debootstrap
Upstream URL: https://salsa.debian.org/debian/rinse
Licenses: GPL
Submitter: Kosyak
Maintainer: None
Last Packager: dustball
Votes: 2
Popularity: 0.000000
First Submitted: 2015-10-19 05:57 (UTC)
Last Updated: 2019-08-10 10:32 (UTC)

Latest Comments

dustball commented on 2018-07-07 20:10 (UTC)

Sorry for the delay in updating. @vavila there's no need to also patch the .srcinfo and checksums, there are tools for that which create .SRCINFO and update the PKGBUILDs anyways :)

vavila commented on 2018-05-26 15:02 (UTC) (edited on 2018-05-26 15:05 (UTC) by vavila)

https://paste.pound-python.org/show/4IAVSSUEzpcimOBu6M6Y/

dustball commented on 2017-08-27 17:21 (UTC)

==> Making package: rinse 3.0.2-2 (Sun Aug 27 19:20:59 CEST 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found rinse_3.0.2.tar.gz -> Found sbin.patch ==> Validating source files with md5sums... rinse_3.0.2.tar.gz ... Passed sbin.patch ... Passed ==> Extracting sources... -> Extracting rinse_3.0.2.tar.gz with bsdtar ==> Starting prepare()... patching file rinse/Makefile ==> Removing existing $pkgdir/ directory... ==> Entering fakeroot environment... ==> Starting package()... for i in scripts/*/*.sh; do chmod 755 $i; done /bin/sh: dpkg-parsechangelog: command not found /bin/sh: dpkg-parsechangelog: command not found mkdir -p /home/user/rinse/pkg/rinse//etc/bash_completion.d mkdir -p /home/user/rinse/pkg/rinse//etc/rinse mkdir -p /home/user/rinse/pkg/rinse//usr/bin mkdir -p /home/user/rinse/pkg/rinse//usr/lib/rinse mkdir -p /home/user/rinse/pkg/rinse//usr/lib/rinse/common cp -p ./scripts.common/* /home/user/rinse/pkg/rinse//usr/lib/rinse/common chmod 755 /home/user/rinse/pkg/rinse//usr/lib/rinse/common/*.sh mkdir -p /home/user/rinse/pkg/rinse//var/cache/rinse cp -p bin/rinse /home/user/rinse/pkg/rinse//usr/bin/ perl -pi -e "s/XXUNRELEASEDXX/""/" /home/user/rinse/pkg/rinse//usr/bin/rinse* chmod 755 /home/user/rinse/pkg/rinse//usr/bin/rinse* cp -p etc/*.packages /home/user/rinse/pkg/rinse//etc/rinse cp -p etc/*.conf /home/user/rinse/pkg/rinse//etc/rinse for i in scripts/*/; do name=`basename $i`; mkdir -p /home/user/rinse/pkg/rinse//usr/lib/rinse/$name ; cp $i/*.sh /home/user/rinse/pkg/rinse//usr/lib/rinse/$name ; done cp -p misc/rinse /home/user/rinse/pkg/rinse//etc/bash_completion.d pod2man --release="" --official --section=8 ./bin/rinse ./bin/rinse.8 Option release requires an argument make: *** [Makefile:68: install] Error 1

test0 commented on 2016-10-07 08:06 (UTC)

had to do 2 things to make it work: - yaourt rpm-org ("error: target not found: rpm") - edit Makefile since "pod2man --release=${VERSION}" didn't work (just replaced with --release=3.0.2)