-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 28.07.2015 12:52, Sebastiaan Couwenberg wrote: > On 28-07-15 12:49, Sebastiaan Couwenberg wrote: >> On 28-07-15 12:21, Ivan Mincik wrote: >>> I am still stuck in a problem. I have changed package name to >>> 'grass-daily' and trying to rebuild package using pbuilder and >>> git-buildpackage and failing on following problem: > >>> # install pkg-config file install -m 644 grass.pc >>> debian/grass-daily-dev/usr/share/pkgconfig/grass71.pc install: >>> cannot create regular file >>> 'debian/grass-daily-dev/usr/share/pkgconfig/grass71.pc': No >>> such file or directory > >>> Any ideas ? > >> If the grass.pc is created during the build you may need to >> create the directory first. > >> install -o root -g root -m 755 -d >> debian/$(PKG_NAME)-dev/usr/share/pkgconfig > >> You can debug which files are available after the build by >> adding a find statement before the install command: > >> find $(CURDIR) -type f | sort > >> This will list all files under the source package directory to >> double check if the files the installation expects are really >> available. > > PS. If you push your grass branches to the repository on Alioth > others can use them to reproduce the problem. > > Don't forget to use --set-upstream when pushing the branches to > have your locally created branches track changes on origin > repository on Alioth.
I will push my changes ASAP. I didn't want to push some garbage, at least I wanted to push some buildable version. - -- Ivan Minčík [email protected] GPG: 0x79529A1E http://imincik.github.io/0x79529A1E.key [email protected] GPG: 0xD714B02C http://imincik.github.io/0xD714B02C.key -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVt2riAAoJEPfdLsR5UpoePIIH/jIyZzXo3prTTT1vYYdLTDFa Cs6aFXkNAyzuvsP8righBMnRT7SMVojqzBk7IN7mv5uhbDyNgOm23Z2cFqg8OhQ7 ZbYToIGK42k1/CMDNDcAJw5IvL5JGLBHVlrnJ2d7kgugH1mv732OQkL7V8AQAXVx Z7iDQBQR/tHREHjSOWAFLx06H5Tr/8VdOe7pICFzizivc2PoBwyyrXssog1uKoSH SHV6b1jV5ShguDG7JTebsR3UQ65LeHQ1wLqTkH2u8ZBiFYx4w9FPuAuycwuS7NkX danvuv4evaFjuTMMohm35RRa+AdcqSl3TRvs2YSPBp3ub8Yx9ZEZ/0vVr2Xh5WM= =/e7E -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]
