[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: upstream release of unreleased package



Il 2019-02-10 01:24 Brian May ha scritto:
lluvia@autistici.org writes:

Then, I did git push. It was correct? What should I do next? The output
(see below) suggest to create a merge request.
Thanks in advance.

Ignore that. That is just the git server providing helpful information
that isn't really appropriate here.

OK. Thanks for your answer.

I would like to check that it can be packaged correctly (I think that is the next step), but I have no success with "debuild -us -uc". I also tried "gbp buildpackage --git-pristine-tar". Any hint? I paste the outputs below.

Thanks,
Daniel


$ LANG=C debuild -us -uc
 dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: source package visualequation
dpkg-buildpackage: source version 0.3.7-1
dpkg-buildpackage: source distribution UNRELEASED
dpkg-buildpackage: source changed by Daniel Molina Garcia <lluvia@autistici.org>
 dpkg-source --before-build visualequation
dpkg-buildpackage: host architecture amd64
dpkg-source: info: applying 0001-Imported-Upstream-version-0.3.8.patch
dpkg-source: info: applying 0002-modifying-d-changelog-for-new-upstream-release.patch
 fakeroot debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_testdir -O--buildsystem=pybuild
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/lluvia/debian/visualequation'
rm -rf data/icons/
dh_auto_clean
I: pybuild base:184: python3.5 setup.py clean
running clean
removing '/home/lluvia/debian/visualequation/.pybuild/pythonX.Y_3.5/build' (and everything under it) /usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
  warnings.warn(msg)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.5' does not exist -- can't clean it
make[1]: Leaving directory '/home/lluvia/debian/visualequation'
   dh_clean -O--buildsystem=pybuild
 dpkg-source -b visualequation
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building visualequation using existing ./visualequation_0.3.8.orig.tar.gz
patching file README.md
Reversed (or previously applied) patch detected!  Skipping patch.
3 out of 3 hunks ignored
patching file data/USAGE.html
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored
patching file data/icons-def.ini
Reversed (or previously applied) patch detected!  Skipping patch.
4 out of 4 hunks ignored
patching file visualequation/__main__.py
Reversed (or previously applied) patch detected!  Skipping patch.
4 out of 4 hunks ignored
patching file visualequation/commons.py
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored
patching file visualequation/eq.py
Reversed (or previously applied) patch detected!  Skipping patch.
2 out of 2 hunks ignored
patching file visualequation/eqsel.py
Reversed (or previously applied) patch detected!  Skipping patch.
3 out of 3 hunks ignored
patching file visualequation/eqtools.py
Reversed (or previously applied) patch detected!  Skipping patch.
6 out of 6 hunks ignored
patching file visualequation/symbols/delimiters.py
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored
patching file visualequation/symbols/functions.py
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored
dpkg-source: info: the patch has fuzz which is not allowed, or is malformed dpkg-source: info: if patch '0001-Imported-Upstream-version-0.3.8.patch' is correctly applied by quilt, use 'quilt refresh' to update it dpkg-source: error: LC_ALL=C patch -t -F 0 -N -p1 -u -V never -E -b -B .pc/0001-Imported-Upstream-version-0.3.8.patch/ --reject-file=- < visualequation.orig.NFdkmV/debian/patches/0001-Imported-Upstream-version-0.3.8.patch gave error exit status 1 dpkg-buildpackage: error: dpkg-source -b visualequation gave error exit status 2
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc failed


$ LANG=C gbp buildpackage  --git-pristine-tar
 dpkg-buildpackage -rfakeroot -D -us -uc -i -I
dpkg-buildpackage: source package visualequation
dpkg-buildpackage: source version 0.3.7-1
dpkg-buildpackage: source distribution UNRELEASED
dpkg-buildpackage: source changed by Daniel Molina Garcia <lluvia@autistici.org>
 dpkg-source -i -I --before-build visualequation
dpkg-buildpackage: host architecture amd64
dpkg-source: info: applying 0001-Imported-Upstream-version-0.3.8.patch
dpkg-source: info: applying 0002-modifying-d-changelog-for-new-upstream-release.patch
 fakeroot debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_testdir -O--buildsystem=pybuild
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/lluvia/debian/visualequation'
rm -rf data/icons/
dh_auto_clean
I: pybuild base:184: python3.5 setup.py clean
running clean
removing '/home/lluvia/debian/visualequation/.pybuild/pythonX.Y_3.5/build' (and everything under it) /usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
  warnings.warn(msg)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.5' does not exist -- can't clean it
make[1]: Leaving directory '/home/lluvia/debian/visualequation'
   dh_clean -O--buildsystem=pybuild
 dpkg-source -i -I -b visualequation
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building visualequation using existing ./visualequation_0.3.8.orig.tar.gz
patching file README.md
Reversed (or previously applied) patch detected!  Skipping patch.
3 out of 3 hunks ignored
patching file data/USAGE.html
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored
patching file data/icons-def.ini
Reversed (or previously applied) patch detected!  Skipping patch.
4 out of 4 hunks ignored
patching file visualequation/__main__.py
Reversed (or previously applied) patch detected!  Skipping patch.
4 out of 4 hunks ignored
patching file visualequation/commons.py
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored
patching file visualequation/eq.py
Reversed (or previously applied) patch detected!  Skipping patch.
2 out of 2 hunks ignored
patching file visualequation/eqsel.py
Reversed (or previously applied) patch detected!  Skipping patch.
3 out of 3 hunks ignored
patching file visualequation/eqtools.py
Reversed (or previously applied) patch detected!  Skipping patch.
6 out of 6 hunks ignored
patching file visualequation/symbols/delimiters.py
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored
patching file visualequation/symbols/functions.py
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored
dpkg-source: info: the patch has fuzz which is not allowed, or is malformed dpkg-source: info: if patch '0001-Imported-Upstream-version-0.3.8.patch' is correctly applied by quilt, use 'quilt refresh' to update it dpkg-source: error: LC_ALL=C patch -t -F 0 -N -p1 -u -V never -E -b -B .pc/0001-Imported-Upstream-version-0.3.8.patch/ --reject-file=- < visualequation.orig.wvxmd6/debian/patches/0001-Imported-Upstream-version-0.3.8.patch gave error exit status 1 dpkg-buildpackage: error: dpkg-source -i -I -b visualequation gave error exit status 2
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc -i -I failed
gbp:error: 'debuild -i -I' failed: it exited with 29


Reply to: