Metadata-Version: 1.1
Name: launchpadtools
Version: 0.2.2
Summary: Tools for Debian/Ubuntu Launchpad
Home-page: https://github.com/nschloe/launchpadtools
Author: Nico Schlömer
Author-email: nico.schloemer@gmail.com
License: License :: OSI Approved :: MIT License
Download-URL: https://pypi.python.org/pypi/launchpadtools
Description: Launchpad tools
        ===============
        
        |Build Status| |Code Health| |PyPi Version| |PyPi Downloads|
        
        Some tools for easing submission to launchpad.
        
        Usage
        ~~~~~
        
        Backporting
        -----------
        
        Sometimes, new versions of Debian packages are released and not
        backported to older Ubuntu releases. Backporting those manually was
        always a little bit of a hassle.
        
        With ``launchpad-submit``, it becomes easy: Just
        
        -  find the DSC file of the package you want to backport,
        -  add a new PPA on launchpad.net, and
        -  execute
        
           ::
        
               launchpad-submit \
                 --dsc "http://http.debian.net/debian/pool/main/m/metis/metis_5.1.0.dfsg-4.dsc" \
                 --ubuntu-releases trusty \
                 --ppa nschloe/metis-backports
        
           All options are documented under ``launchpad-submit -h``.
        
        Distribution
        ~~~~~~~~~~~~
        
        To create a new release
        
        1. bump the ``__version__`` number,
        
        2. create a Git tag, ``$ git tag v0.3.1     $ git push --tags`` and
        
        3. upload to PyPi: ``$ make upload``
        
        License
        ~~~~~~~
        
        The launchpadtools are published under the `MIT
        license <https://en.wikipedia.org/wiki/MIT_License>`__.
        
        .. |Build Status| image:: https://travis-ci.org/nschloe/launchpadtools.svg?branch=master
           :target: https://travis-ci.org/nschloe/launchpadtools
        .. |Code Health| image:: https://landscape.io/github/nschloe/launchpadtools/master/landscape.svg?style=flat
           :target: https://landscape.io/github/nschloe/launchpadtools/master
        .. |PyPi Version| image:: https://img.shields.io/pypi/v/launchpadtools.svg
           :target: https://pypi.python.org/pypi/launchpadtools
        .. |PyPi Downloads| image:: https://img.shields.io/pypi/dm/launchpadtools.svg
           :target: https://pypi.python.org/pypi/launchpadtools
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Operating System
