diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..56048cb --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +mitter (1.0.0-1) unstable; urgency=low + + * Packaging mitter 1.0.0 + +-- Julio Biason Sat, 23 Jan 2010 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b876d26 --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: mitter +Section: net +Priority: extra +Maintainer: Julio Biason +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: mitter +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: python-gtk2 +Description: A microblogging tool with multiple interfaces diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..34bae12 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,22 @@ +THis package was debianized by Sugree Phatanapherom and Julio Biason on Sat, 21 Jan 2010 + +It was downloaded from + +Upstream Authors(s): + + Julio Biaosn + Deepak Sarda + Gerald Kaszuba + +Copyright: + + Julio Biaosn + Deepak Sarda + Gerald Kaszuba + +License: + + GPLv3 + +The Debian Package is (c) 2008 Sugree Phatanapherom and (c) 2010 Julio Biason ; it's liecensed under the GPL, see `/usr/share/common-licenses/GPL`. + diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..7c28a39 --- /dev/null +++ b/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +user/sbin diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e69de29 diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..92c9c9c --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +debian/mitter.desktop usr/share/applications diff --git a/debian/menu b/debian/menu new file mode 100644 index 0000000..f7b41ac --- /dev/null +++ b/debian/menu @@ -0,0 +1,4 @@ +?package(mitter):needs="X11" section="Applications/Network/Communication" \ + title="Mitter" command="/usr/bin/mitter" \ + longtitle="Microblogging client" \ + icon="/usr/share/pixmaps/mitter.png" diff --git a/debian/pycompat b/debian/pycompat new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/debian/pycompat @@ -0,0 +1 @@ +2 diff --git a/debian/pyversions b/debian/pyversions new file mode 100644 index 0000000..95e3ba8 --- /dev/null +++ b/debian/pyversions @@ -0,0 +1 @@ +2.5 diff --git a/debian/rules b/debian/rules new file mode 100644 index 0000000..b89762b --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +DEB_COMPRESS_EXCLUDE := .py