Re: need DD for package upload
- Mail original - > De: "Sandro Tosi" > À: "Olivier Sallou" > Cc: debian-python@lists.debian.org > Envoyé: Samedi 20 Août 2011 13:13:24 > Objet: Re: need DD for package upload > On Sat, Aug 20, 2011 at 13:10, Olivier Sallou > wrote: > > I am a DM, so I will maintain the package (DM-Upload set), but I > > need > > someone for the first upload. > > That's not exactly how it works: it's the *sponsor* that decides if > you are able to maintain the package without supervision, and so > decides to set the DM-allow flag. > That's fine for me, I just wanna point that I am in DM ring, so I can maintain package afterwards. I maintain packages in DebianMed (mainly), and I am now used to put the DM-Upload tag there. More a kind of habit :-) It's true that Upload mechanism is quite different between debian teams. In perl team, there is no dm-upload at all... Regards Olivier > Regards, > -- > Sandro Tosi (aka morph, morpheus, matrixhasu) > My website: http://matrixhasu.altervista.org/ > Me at Debian: http://wiki.debian.org/SandroTosi -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20463308.3211076.1313915310662.javamail.r...@zmbs1.inria.fr
Bug#638720: ITP: openerp6-server -- Enterprise Resource Management (server)
Package: wnpp Severity: wishlist Owner: "W. Martin Borgert" Package name: openerp6-server Version : 6.0.3 Upstream Author : OpenERP URL : http://www.openerp.com/ License : AGPL, GPL, BSD, etc. Programming Lang: Python Description : Enterprise Resource Management (server) OpenERP is a complete ERP and CRM. The main features are accounting (analytic and financial), stock management, sales and purchases management, tasks automation, marketing campaigns, help desk, POS, etc. Technical features include a distributed server, flexible workflows, an object database, a dynamic GUI, customizable reports, and NET-RPC and XML-RPC interfaces. This package contains the Open ERP server, install openerp6-web package for the client. -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110821125722.16116.52.report...@beron.tangosoft.com
Bug#638722: ITP: openerp6-web -- Enterprise Resource Management (web frontend)
Package: wnpp Severity: wishlist Owner: "W. Martin Borgert" Package name: openerp6-web Version : 6.0.3 Upstream Author : OpenERP URL : http://www.openerp.com/ License : OEPL (non-free, but relatively permissive) Programming Lang: Python Description : Enterprise Resource Management (web frontend) OpenERP is a complete ERP and CRM. The main features are accounting (analytic and financial), stock management, sales and purchases management, tasks automation, marketing campaigns, help desk, POS, etc. Technical features include a distributed server, flexible workflows, an object database, a dynamic GUI, customizable reports, and NET-RPC and XML-RPC interfaces. This package contains the OpenERP web frontend, install openerp6-server package for the actual server. -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110821130245.16538.14468.report...@beron.tangosoft.com
Python Multi-Build for Python Extensions Packaging - Report 5
Hi everybody, This is the 5th and the final report of my Google Summer of Code project for Debian, Python Multi-Build for Python Extensions Packaging. During the Google's Summer of Code 2011 period, I coded a tool to packaging Python extensions which can be built by distutils, autotools, cmake and scons. I finished tool for Python3.X (py3build), its CDBS files and working on integrating it with debhelper's sequencer and the tool for Python2.X (pybuild) and its BDS/DebHelper files. I will surely continue after GSoC finished and will continue improving the tool. The tool's git repository is here[1]. I'm a bit behind of my schedule. I finished all plugins for Python3.X except packaging module. Instead of that I worked on CDBS and DebHelper files. I finished CDBS files, also write a DebHelper but we decided to do DH file a different way. So I need to change it. I will port the tool to Python2.X. In git repository there is contrib/ directory to contain CDBS and DebHelper files. CDBS files are in contrib/cdbs/ directory and debhelper files are in contrib/debhelper/ directory. I put original files if they exists (with .orig suffix) and modified files. I also created a new file for CDBS, called python-py3build.mk.in for handling all build systems. And modified python-distutils.mk.in and python-autotools.mk.in files. All they are in git repository. I'm still working on DebHelper file. After that I'll work on pybuild. And surely testing all of them and if any bug or problem occurs I will fix it. Also, I need to improve my build system detection algorithm. At first, I thought that if there is multiple build system matches then show which are usable and then exit but I realized that in CDBS and DebHelper I need one build system. So even if there is multiple matches, it should return something. I'm also working on that. For now that's all. Thanks everybody. It is a pleasure to contribute to Debian and participating from Google's Summer of Code. I will be in touch with Debian Project as a contributor. [1] git://git.debian.org/~mesutcan-guest/py3multibuild.git Cheers, -- Mesutcan Kurt