# HG changeset patch # User kermit@kermitws.muppet-show # Date 1274207897 -7200 # Node ID 0496d535450554b5d88dcaf1fed432b4e07fc6ba # Parent 43ea72144e0461f3bf10408cf805b05c0447b77c NEW: Debian package diff -r 43ea72144e04 -r 0496d5354505 debian/changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/changelog Tue May 18 20:38:17 2010 +0200 @@ -0,0 +1,7 @@ +python-cmd2 (0.6.1) unstable; urgency=low + + * Debian package + * Source: http://hg.assembla.com/python-cmd2 + + -- Jens Braeuer Tue, 18 May 2010 20:35:13 +0200 + \ No newline at end of file diff -r 43ea72144e04 -r 0496d5354505 debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/compat Tue May 18 20:38:17 2010 +0200 @@ -0,0 +1,1 @@ +5 diff -r 43ea72144e04 -r 0496d5354505 debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/control Tue May 18 20:38:17 2010 +0200 @@ -0,0 +1,12 @@ +Source: python-cmd2 +Section: contrib/misc +Priority: standard +Maintainer: Jens Braeuer +Build-Depends: debhelper, cdbs, debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), + +Package: python-cmd2 +Section: contrib/misc +Priority: standard +Architecture: all +Depends: ${python:Depends}, python-pyparsing (>= 1.5.1), xclip +Description: Cmd2 diff -r 43ea72144e04 -r 0496d5354505 debian/pycompat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/pycompat Tue May 18 20:38:17 2010 +0200 @@ -0,0 +1,1 @@ +2 diff -r 43ea72144e04 -r 0496d5354505 debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/rules Tue May 18 20:38:17 2010 +0200 @@ -0,0 +1,7 @@ +#!/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 +include /usr/share/cdbs/1/rules/simple-patchsys.mk