Skip to content

Commit

Permalink
refresh packaging files (debian + distutils)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkm committed Aug 15, 2010
1 parent 944d989 commit 6b48d7e
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 5 deletions.
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
python-vimeo (0.4d20100815-1~ppa1) lucid; urgency=low

* merge with code from mishk (http://github.com/mishk/python-vimeo)

-- Marc Poulhiès <[email protected]> Sun, 15 Aug 2010 14:08:02 +0200

python-vimeo (0.3-1~ppa1) karmic; urgency=low

* new query script + few bugfixes

-- Marc Poulhiès <[email protected]> Mon, 08 Feb 2010 22:21:18 +0100

python-vimeo (0.2-1~ppa1) jaunty; urgency=low

* add a simple upload script
Expand Down
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ Source: python-vimeo
Section: libs
Priority: extra
Maintainer: Marc Poulhiès <[email protected]>
Build-Depends: cdbs, debhelper (>= 7), python-support, python-all-dev, python-pycurl
Build-Depends: cdbs, debhelper (>= 7), python-support, python-all-dev
Standards-Version: 3.8.1

Package: python-vimeo
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>=2.5), python-oauth, python-pycurl
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>=2.6), python-oauth2
Description: Vimeo API wrapper for Python
Python-vimeo is a complete and easy to use Python module
for interacting with the vimeo API.


Package: vimeo-tools
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>=2.5), python-vimeo
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>=2.6), python-vimeo
Description: Tools to interact with vimeo
Various tools to interact with vimeo.
.
Expand Down
23 changes: 23 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ It was downloaded from http://github.com/dkm/python-vimeo
Upstream Author(s):

Marc Poulhi�s <[email protected]>
mishk

Copyright:

Copyright (C) 2009 Marc Poulhi�s
Copyright (C) 2010 Mishk

License:

Expand All @@ -26,6 +28,27 @@ License:
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

The MIT License

Copyright (c) 2010

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

The Debian packaging is:

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
url = "http://github.com/dkm/python-vimeo",
maintainer = 'Marc Poulhiès',
maintainer_email = '[email protected]',
license = "GPL",
license = "GPL,MIT",
packages = ['vimeo'],
scripts=['bin/vimeo-upload.py', 'bin/vimeo-query.py'],
scripts=['bin/vimeo-uploadv2.py', 'bin/vimeo-query.py'],
)

0 comments on commit 6b48d7e

Please sign in to comment.