Removal of pyqwt5
Hi list I would like to close bug: #787300 <787...@bugs.debian.org> and ask for removal of pyqwt5 plus some more Qt4 only packages. But I cannot find info on how to ask for removal of package from the Debian distribution. Can anyone help me Regards Gudjon
salsa.debian.org
Hi, Is it intended to create an organisation for Python packaging soon? I'm asking because I'd like to start the packaging of a new module (python-twodict). Thanks, -- Félix signature.asc Description: PGP signature
Re: Removal of pyqwt5
On Tue, Jan 09, 2018 at 11:49:39AM +0100, Guðjón Guðjónsson wrote: > Hi list > > I would like to close bug: #787300 <787...@bugs.debian.org> > > and ask for removal of pyqwt5 plus some more Qt4 only packages. But I > cannot find > > info on how to ask for removal of package from the Debian distribution. https://www.debian.org/doc/manuals/developers-reference/ch05.en.html#removing-pkgs -- WBR, wRAR signature.asc Description: PGP signature
Re: Removal of pyqwt5
On January 9, 2018 10:49:39 AM UTC, "Guðjón Guðjónsson" wrote: >Hi list > >I would like to close bug: #787300 <787...@bugs.debian.org> > >and ask for removal of pyqwt5 plus some more Qt4 only packages. But I >cannot find > >info on how to ask for removal of package from the Debian distribution. > >Can anyone help me > File a bug against the ftp.debian.org pseudo package. Reportbug will walk you through exactly how to do it (they do need a specific format). Scott K
GitLab CI on salsa.debian.org
One great addition that GitLab gives us is CI builds with custom Docker images, which will run the whole build/test process for each merge request. For example: https://salsa.debian.org/eighthave/python-vagrant/-/jobs/4005 I have set up a prototype Docker image for running git-buildpackage builds automatically. This Docker image is built and deployed using Gitlab CI (albeit on gitlab.com): https://gitlab.com/eighthave/ci-image-git-buildpackage Then any git-buildpackage package can be built by doing this: * put git project on salsa * In Settings -> CI/CD -> General pipelines settings -> Custom CI config path, set it to: debian/.gitlab-ci.yml * include debian/.gitlab-ci.yml in the git repo with this contents: image: registry.gitlab.com/eighthave/ci-image-git-buildpackage:latest build: artifacts: paths: - *.deb expire_in: 1 day script: - /gitlab-ci-git-buildpackage - dpkg -i ../*.deb || apt-get install -f - mv ../*.deb . I think we can do a lot of automation in the Docker image, like some of the stuff I've already done in ci-image-git-buildpackage. If someone knows how to get ENTRYPOINT and/or CMD working with GitLab CI, then /gitlab-ci-git-buildpackage could be run automatically. .hc -- PGP fingerprint: EE66 20C7 136B 0D2C 456C 0A4D E9E2 8DEA 00AA 5556 https://pgp.mit.edu/pks/lookup?op=vindex&search=0xE9E28DEA00AA5556
Re: Removal of pyqwt5
Hi Andrey and Scott Thanks a lot. Reportbug was very helpful. Regards Gudjon