sponsorship for Visual Equation

2019-02-26 Thread lluvia
Dear all, I prepared the packaging of the program Visual Equation https://salsa.debian.org/python-team/applications/visualequation and I am looking for sponsorship inside the PAPT team. I planned to ask for sponsorship months ago but I did not do it until now. Several releases appeared

Re: upstream release of unreleased package

2019-02-22 Thread lluvia
On 2019-02-22 14:29, Dmitry Shachnev wrote: The last commits in upstream and pristine-tar branches look fine, no need to revert them. Just revert the last commit in debian/master (as you did above), then merge upstream/0.3.8 tag into debian/master and update the changelog. It should be enough.

Re: upstream release of unreleased package

2019-02-21 Thread lluvia
Hello, Now that my system is working properly I propose a solution for the repository. It is based in git-revert the three branches (debian/master, upstream and pristine-tar) and invoke gbp import-orig with option --upstream-tag=upstream/0.3.8-aux. I paste a log of my proposal. Do you think

Re: upstream release of unreleased package

2019-02-21 Thread lluvia
Hi Dmitry, On 2019-02-21 21:54, Dmitry Shachnev wrote: And I cannot reproduce the failure that you are getting later. Does this mean you are using git-buildpackage older than 0.8.0? Yes, it was older. With 0.8.12.2 I success. Thanks a lot for solving the mystery, I will use version 0.8.12.2

Re: upstream release of unreleased package

2019-02-21 Thread lluvia
n --download-version 0.3.7 uscan: Newest version of visualequation on remote site is 0.3.7, specified download version is 0.3.7 $ tar -xvf visualequation_0.3.7.orig.tar.gz [...] $ cd visualequation-0.3.7/ $ git init Initialized empty Git repository in /home/lluvia/new_debian/visualequation-0.3.7/.git

Re: upstream release of unreleased package

2019-02-17 Thread lluvia
On 2019-02-17 08:22, Brian May wrote: "for a new upstream release of the unreleased" - has it been released upstream or not? Yes, it has been released. You can find it here https://github.com/daniel-molina/visualequation/releases/tag/0.3.8 uscan can access and download it. When I said that

Re: upstream release of unreleased package

2019-02-14 Thread lluvia
I changed the strategy to git revert and now I am able to build the package with the following commands: Sorry, I did not notice that the patches were not applied. :( Help welcome. Daniel

Re: upstream release of unreleased package

2019-02-14 Thread lluvia
On 2019-02-12 19:19, Andrey Rahmatullin wrote: I have no idea about gbp-pq but I guess resetting just master is not enough to fix that repo. Please also note that force pushes are bad and deleting tags in published repos doesn't really work so please don't do that, especially when the problem

Re: upstream release of unreleased package

2019-02-10 Thread lluvia
it didn't create a new entry and, instead, it modified the previous one. I thought it was reasonable. I keep a log of the commands that I used (some outputs are not totally in english, sorry). See below. Thanks again, Daniel lluvia@technoethical:~/debian/visualequation$ dch -v 0.3.8

Re: upstream release of unreleased package

2019-02-10 Thread lluvia
-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

upstream release of unreleased package

2019-02-09 Thread lluvia
Dear all, I followed the steps indicated in https://wiki.debian.org/Python/GitPackaging for a new upstream release of the unreleased https://salsa.debian.org/python-team/applications/visualequation My intention is to check that this new version can be packaged correctly and then ask for

joining PAPT

2018-09-30 Thread lluvia
Hello, I develop an equation editor in python3 (https://github.com/daniel-molina/visualequation) and I would like to mantain it within the team. My login in salsa is daniel-molina-guest. I have read https://salsa.debian.org/python-team/tools/python-apps/blob/master/policy.rst Best