-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debian packaging. Doing native package
- Loading branch information
dkm
committed
Jul 15, 2009
1 parent
c1c7f9c
commit 8f4d32d
Showing
6 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
python-vimeo (0.1-1~ppa1) jaunty; urgency=low | ||
|
||
* Initial release | ||
|
||
-- Marc Poulhiès <[email protected]> Tue, 23 Jun 2009 20:01:01 +0200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Source: python-vimeo | ||
Section: libs | ||
Priority: extra | ||
Maintainer: Marc Poulhiès <[email protected]> | ||
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) | ||
Description: python module for using vimeo | ||
Python module for using API offered by vimeo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
This package was debianized by Marc Poulhi�s <[email protected]> on | ||
Tue, 23 Jun 2009 20:01:01 +0200. | ||
|
||
It was downloaded from http://github.com/dkm/python-vimeo | ||
|
||
Upstream Author(s): | ||
|
||
Marc Poulhi�s <[email protected]> | ||
|
||
Copyright: | ||
|
||
Copyright (C) 2009 Marc Poulhi�s | ||
|
||
License: | ||
|
||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
|
||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
|
||
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 Debian packaging is: | ||
|
||
Copyright (C) 2009 Marc Poulhi�s <[email protected]> | ||
|
||
and is licensed under the GPL version 3, | ||
see `/usr/share/common-licenses/GPL-3'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/usr/bin/make -f | ||
|
||
include /usr/share/cdbs/1/rules/debhelper.mk | ||
DEB_PYTHON_SYSTEM = pysupport | ||
include /usr/share/cdbs/1/class/python-distutils.mk | ||
#include /usr/share/cdbs/1/rules/simple-patchsys.mk | ||
|
||
DEB_COMPRESS_EXCLUDE := .py |