Skip to content

Commit fb4bc9f

Browse files
committed
Update packaging.
1 parent 5b3c8ca commit fb4bc9f

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
python-oauth2 (1.2.1pre1) unstable; urgency=low
2+
3+
* Make a native package.
4+
* Increment version.
5+
* Make debian/rules executable.
6+
* Update standards-version, maintainers.
7+
* Remvoe unneeded python-central build dependency.
8+
9+
-- Ian Eure <[email protected]> Fri, 11 Jun 2010 16:09:01 -0700
10+
111
python-oauth2 (1.0.0-1simplegeo01) karmic; urgency=low
212

313
* Initial build for SimpleGeo

debian/control

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Source: python-oauth2
22
Section: python
33
Priority: optional
4-
Maintainer: Chris Lea <[email protected]>
5-
Standards-Version: 3.8.0
4+
Maintainer: SimpleGeo Nerds <[email protected]>
5+
Uploaders: Chris Lea <[email protected]>, Ian Eure <[email protected]>
6+
Standards-Version: 3.8.4
67
XS-Python-Version: all
7-
Build-Depends: debhelper (>= 4.1.13), cdbs (>= 0.4.49), python, python-central, python-setuptools, python-support
8+
Build-Depends: debhelper (>= 4.1.13), cdbs (>= 0.4.49), python, python-setuptools, python-support
89
Homepage: http://github.com/simplegeo/python-oauth2
910

1011
Package: python-oauth2

debian/rules

100644100755
File mode changed.

setup.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup(name="oauth2",
6-
version="1.2.0",
6+
version="1.2.1pre",
77
description="Library for OAuth version 1.0a.",
88
author="Joe Stump",
99
author_email="[email protected]",

0 commit comments

Comments
 (0)