Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: building using git-buildpackage. creating orig.tar.gz help

  1. #11
    Join Date
    Sep 2009
    Beans
    1,293

    Re: building using git-buildpackage. creating orig.tar.gz help

    Code:
    fatal: Not a valid object name 0.9.5.0

    Means it can't find a branch with that name. So you could again just create that branch.
    Code:
    $ git branch             
    * debian-unstable
    $ git branch 0.9.5.0 debian-unstable 
    $ git branch 
      0.9.5.0
    * debian-unstable
    I'm not sure if theres better ways of doing this but seems a reasonable idea to have a branch that matches up to a package version in any case.

  2. #12
    Join Date
    Nov 2005
    Location
    Kerala,India
    Beans
    534
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: building using git-buildpackage. creating orig.tar.gz help

    Thanks Again. Yes, it did the work and built the packages.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •