new version wifite

Lukas Schwaighofer lukas at schwaighofer.name
Fri Sep 8 07:35:50 UTC 2017


On Thu, 7 Sep 2017 23:36:37 -0500
Daniel Echeverry <epsilon77 at gmail.com> wrote:

> I made the changes  and  I upload a dsc to mentors [1],  but  I am not
> sure how to the process to update the git repo with this new
> versioning scheme. Could you give me a hand?

Tag the topmost commit in the origin/upstrem branch (with the commit
message "Import Upstream version 2.0.85+git918a499786") with something
like this:

    git tag 2.0.87+git20170515.918a499 origin/upstream


Then change the version in debian/changelog (maybe also add a changelog
message like "migrate to consistent versioning scheme").


Finally, you need to rename the files in the pristine-tar branch.  Go
to that branch and rename the files there:

git mv wifite_2.0.85+git918a499786.orig.tar.gz.delta \
  wifite_2.0.87+git20170515.918a499.orig.tar.gz.delta
git mv wifite_2.0.85+git918a499786.orig.tar.gz.id \
  wifite_2.0.87+git20170515.918a499.orig.tar.gz.id
git commit -m \
  'pristine-tar data for wifite_2.0.87+git20170515.918a499.orig.tar.gz'

The commit message here is important, as gbp parses it ;) .


That should do the trick, let me know if you need more help or if you
want me to perform the changes.

Regards
Lukas




More information about the Pkg-security-team mailing list