From: Kenneth Reitz Date: Sun, 25 Sep 2011 21:42:02 +0000 (-0400) Subject: remove debían X-Git-Tag: v0.8.0~94^2~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3af8af573068de7bb9b34758a1a7eb7ab7eb9e83;p=services%2Fpython-requests.git remove debían --- diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 519752c..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -python-requests (0.4.1-0) testing; urgency=low - - * Initial Debian package - - -- Bruno Clermont Thu, 26 May 2011 16:25:00 -0500 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 5c6ce49..0000000 --- a/debian/control +++ /dev/null @@ -1,13 +0,0 @@ -Source: python-requests -Section: python -Priority: optional -Maintainer: Bruno Clermont -Homepage: https://github.com/bclermont/requests -Bugs: https://github.com/bclermont/requests/issues -Build-Depends: debhelper, python-support - -Package: python-requests -Architecture: all -Depends: ${python:Depends}, python-support -Provides: ${python:Provides} -Description: Python HTTP Requests for Humans. diff --git a/debian/docs b/debian/docs deleted file mode 100644 index 9bb74d2..0000000 --- a/debian/docs +++ /dev/null @@ -1 +0,0 @@ -docs/user/*.rst \ No newline at end of file diff --git a/debian/pyversions b/debian/pyversions deleted file mode 100644 index 8b253bc..0000000 --- a/debian/pyversions +++ /dev/null @@ -1 +0,0 @@ -2.4- diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 28e92ec..0000000 --- a/debian/rules +++ /dev/null @@ -1,42 +0,0 @@ -#!/usr/bin/make -f - -# Verbose mode -#export DH_VERBOSE=1 - -clean: - dh_testdir - dh_testroot - - rm -rf build requests.egg-info -# find django-sentry/ -name *.pyc | xargs rm -f - - dh_clean - -build: - dh_testdir - - python setup.py build - -install: - dh_testdir - dh_installdirs - - python setup.py install --root $(CURDIR)/debian/python-requests - -binary-indep: install - -binary-arch: install - dh_install - dh_installdocs -# dh_installchangelogs - dh_compress - dh_fixperms - dh_pysupport - dh_gencontrol - dh_installdeb - dh_md5sums - dh_builddeb -- -Z lzma -z9 - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary -