Skip to content

Commit

Permalink
Added patch by Hannu Valtonen to create Debian packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Jan 3, 2012
1 parent 6ed9e1e commit d988ac2
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .hgignore
Expand Up @@ -18,3 +18,7 @@
^pkg/
^.PKGINFO$
^(python2-)?argh-.+\.tar\..z

# Debian
^debian/python-argh
^debian/python-module-stampdir
2 changes: 2 additions & 0 deletions AUTHORS
Expand Up @@ -8,6 +8,8 @@ and generally made Models better:

* Gora Khargosh (bug reports)
* Mika Eloranta (patches)
* Fabien Devaux (ArchLinux package)
* Hannu Valtonen (Debian package)
* you? :)

Patches, ideas and any feedback is highly appreciated.
3 changes: 3 additions & 0 deletions Makefile
@@ -0,0 +1,3 @@
deb:
dpkg-buildpackage -A -uc -us

5 changes: 5 additions & 0 deletions debian/changelog
@@ -0,0 +1,5 @@
python-argh (0.14.2) unstable; urgency=low

* 0.14.2

-- Hannu Valtonen <hannu.valtonen@ohmu.fi> Sun, 01 Jan 2012 15:30:00 +0200
1 change: 1 addition & 0 deletions debian/compat
@@ -0,0 +1 @@
7
11 changes: 11 additions & 0 deletions debian/control
@@ -0,0 +1,11 @@
Source: python-argh
Section: free
Priority: extra
Maintainer: Hannu Valtonen <hannu.valtonen@ohmu.fi>
Build-Depends: cdbs, debhelper (>= 7.0.50~), python-support, python (>= 2.6)
Standards-Version: 3.8.4

Package: python-argh
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, python-argparse (>= 1.1)
Description: Argh is a lightweight Python library for building complex CLI interfaces easily.
2 changes: 2 additions & 0 deletions debian/copyright
@@ -0,0 +1,2 @@
Copyright (C) 2012 hannu.valtonen@ohmu.fi
All rights reserved.
1 change: 1 addition & 0 deletions debian/files
@@ -0,0 +1 @@
python-argh_0.14.2_all.deb free extra
1 change: 1 addition & 0 deletions debian/pyversions
@@ -0,0 +1 @@
2.6
6 changes: 6 additions & 0 deletions debian/rules
@@ -0,0 +1,6 @@
#!/usr/bin/make -f

DEB_PYTHON_SYSTEM=pysupport

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

0 comments on commit d988ac2

Please sign in to comment.