~ubuntu-branches/ubuntu/vivid/libpwquality/vivid

« back to all changes in this revision

Viewing changes to python/setup.py

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Iain Lane, Michael Biebl
  • Date: 2013-05-25 08:04:37 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130525080437-whpk2a9hdorhcut2
Tags: 1.2.1-1
[ Iain Lane ]
* Pass python version correctly 

[ Michael Biebl ]
* Upload to unstable.
* New upstream release.
* Use uploaders.mk to substitute @GNOME_TEAM@ in control.in.
* Split off the man page and configuration file from libpwquality1 into a new
  binary package named libpwquality-common and make libpwquality1 depend on
  it.
* With those files split off, mark the packages as multi-arch enabled.
* Bump Standards-Version to 3.9.4. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    author = 'Tomáš Mráz',
35
35
    author_email = 'tm@t8m.info',
36
36
    url = 'http://fedorahosted.org/libpwquality',
37
 
    license = 'BSD or GPL+',
 
37
    license = 'BSD or GPLv2+',
38
38
    ext_modules = [pwqmodule],
39
39
    cmdclass = {'build_ext': build_ext}
40
40
)
56
56
#    written permission.
57
57
#
58
58
# ALTERNATIVELY, this product may be distributed under the terms of
59
 
# the GNU Public License, in which case the provisions of the GPL are
60
 
# required INSTEAD OF the above restrictions.  (This clause is
61
 
# necessary due to a potential bad interaction between the GPL and
62
 
# the restrictions contained in a BSD-style copyright.)
 
59
# the GNU General Public License version 2 or later, in which case the
 
60
# provisions of the GPL are required INSTEAD OF the above restrictions.
63
61
#
64
62
# THIS SOFTWARE IS PROVIDED `AS IS'' AND ANY EXPRESS OR IMPLIED
65
63
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES