diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 56048cb..0000000 --- a/debian/changelog +++ /dev/null @@ -1,6 +0,0 @@ -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 deleted file mode 100644 index 7ed6ff8..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/debian/control b/debian/control deleted file mode 100644 index b876d26..0000000 --- a/debian/control +++ /dev/null @@ -1,12 +0,0 @@ -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 deleted file mode 100644 index 34bae12..0000000 --- a/debian/copyright +++ /dev/null @@ -1,22 +0,0 @@ -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 deleted file mode 100644 index 7c28a39..0000000 --- a/debian/dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin -user/sbin diff --git a/debian/docs b/debian/docs deleted file mode 100644 index e69de29..0000000 diff --git a/debian/install b/debian/install deleted file mode 100644 index 92c9c9c..0000000 --- a/debian/install +++ /dev/null @@ -1 +0,0 @@ -debian/mitter.desktop usr/share/applications diff --git a/debian/menu b/debian/menu deleted file mode 100644 index f7b41ac..0000000 --- a/debian/menu +++ /dev/null @@ -1,4 +0,0 @@ -?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 deleted file mode 100644 index 0cfbf08..0000000 --- a/debian/pycompat +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/debian/pyversions b/debian/pyversions deleted file mode 100644 index 95e3ba8..0000000 --- a/debian/pyversions +++ /dev/null @@ -1 +0,0 @@ -2.5 diff --git a/debian/rules b/debian/rules deleted file mode 100644 index b89762b..0000000 --- a/debian/rules +++ /dev/null @@ -1,9 +0,0 @@ -#!/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