Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugs in debian packaging script #256

Open
Boruch-Baum opened this issue Dec 14, 2016 · 2 comments
Open

Bugs in debian packaging script #256

Boruch-Baum opened this issue Dec 14, 2016 · 2 comments

Comments

@Boruch-Baum
Copy link

The good news is that package.sh does seem to create a usable .deb file.

The script reports errors:

PathPicker-master/debian/usr/binfatal: Not a git repository (or any of the parent directories): .git
chmod: cannot access ‘/home/optimum/Projects/FaceBook_Path_Picker_-_fpp/PathPicker-master/debian/package.sh’: No such file or directory
Done! Check out fpp.deb13:55:53

It also deletes files in its own git tree, including itself! (ie. package.sh deletes package.sh)

@pcottle
Copy link
Contributor

pcottle commented Jan 3, 2017

Sorry for the delay -- was offline for the holidays. Did you clone the repository with git or just download a zip? I believe the debian script assumes its in a git repository and tries to clean up after itself. it shouldnt delete its own script though -- thats probably an issue with one of the assumptions breaking

@sidd607
Copy link

sidd607 commented Apr 4, 2017

the package.sh scripts deletes the package.sh file and then does a git checkout . If you are building from a non git folder, package.sh is deleted and then git checkout fails and thorws the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants