-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 28.07.2015 13:54, Sebastiaan Couwenberg wrote: > On 28-07-15 13:43, Ivan Mincik wrote: >> 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. > > One of goals of sharing your work is to allow others to > contribute. Don't worry about it not working yet, if you > communicate that clearly people know what to expect and where to > contribute. > > See also: > https://joeyh.name/blog/entry/our_beautiful_fake_histories/
Thanks for encouraging me :). - -- 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 iQEcBAEBAgAGBQJVt3EgAAoJEPfdLsR5Upoe9skH/1Apm2uayEklWO2idS8Svt69 3jmoVhMeRyOKIC5ud4yC0hoqILsp3uGUsd9dD/NqE+DgY/HhkJkrwyyAxNb3wDGY dHz3JOQofCOKRS4E3g3c5GWkcyw9k1Of8W7wnjkL/h/8jm5kYxNwVrDejGTtkZfB pY2nbdkLladkuddQnw0zP2eWwjEoqn21M/phhPXr0suBBEuXKu1+j3DKMEWrxpW5 n1SPQj0MhOWTvZdiFsCSNd61hXkCs3wpw+xNAzcIqcFiRkBO7Kqn496yAovFpug6 KAf0//vJo8XzBsBufJC+Wy/HOE3JkewBYNB3KrQh8t/AEdSkVA3gngR2/qvF3og= =EZc0 -----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]
