From 17e98226f209a2854fde4c8f431a44a5bf4c8d52 Mon Sep 17 00:00:00 2001 From: benoitc Date: Fri, 30 Aug 2013 13:29:32 +0200 Subject: [PATCH] remove any packaging from the source --- debian/changelog | 11 ----------- debian/clean | 1 - debian/compat | 1 - debian/control | 15 --------------- debian/copyright | 23 ----------------------- debian/python-http-parser.preinst | 14 -------------- debian/pyversions | 1 - debian/rules | 13 ------------- debian/source/format | 1 - debian/watch | 26 -------------------------- 10 files changed, 106 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/clean delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/python-http-parser.preinst delete mode 100644 debian/pyversions delete mode 100755 debian/rules delete mode 100644 debian/source/format delete mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 975698e..0000000 --- a/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -python-http-parser (0.6.0-1) unstable; urgency=low - - * bump version. - - -- Benoit Chesneau Mon, 20 Jun 2011 17:20:00 +0100 - -python-http-parser (0.5.4-1) unstable; urgency=low - - * bump version. - - -- Benoit Chesneau Mon, 20 Jun 2011 15:52:00 +0100 diff --git a/debian/clean b/debian/clean deleted file mode 100644 index 582dff8..0000000 --- a/debian/clean +++ /dev/null @@ -1 +0,0 @@ -http-parser.egg-info/* diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7f8f011..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian/control b/debian/control deleted file mode 100644 index 9bd1619..0000000 --- a/debian/control +++ /dev/null @@ -1,15 +0,0 @@ -Source: python-http-parser -Section: python -Priority: optional -Maintainer: Benoit Chesneau -Build-Depends: debhelper (>= 7), python-support, python-setuptools -Standards-Version: 3.9.0.0 -Homepage: http://github.com/benoitc/http-parser - -Package: python-http-parser -Architecture: all -Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} -Provides: ${python:Provides} -Description: Python http request/response parser - HTTP request/response parser for Python in C under MIT License, based on - http-parser from Ryan Dahl. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 496e0ce..0000000 --- a/debian/copyright +++ /dev/null @@ -1,23 +0,0 @@ -2011 (c) BenoƮt Chesneau - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - diff --git a/debian/python-http-parser.preinst b/debian/python-http-parser.preinst deleted file mode 100644 index 91bab5c..0000000 --- a/debian/python-http-parser.preinst +++ /dev/null @@ -1,14 +0,0 @@ -#! /bin/sh - -set -e - -# This was added by stdeb to workaround Debian #479852. In a nutshell, -# pycentral does not remove normally remove its symlinks on an -# upgrade. Since we're using python-support, however, those symlinks -# will be broken. This tells python-central to clean up any symlinks. -if [ -e /var/lib/dpkg/info/python-http-parser.list ] && which pycentral >/dev/null 2>&1 -then - pycentral pkgremove python-http-parser -fi - -#DEBHELPER# diff --git a/debian/pyversions b/debian/pyversions deleted file mode 100644 index b3dc41e..0000000 --- a/debian/pyversions +++ /dev/null @@ -1 +0,0 @@ -2.5- diff --git a/debian/rules b/debian/rules deleted file mode 100755 index e2929da..0000000 --- a/debian/rules +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -# export DH_VERBOSE=1 - -%: - dh $@ diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native) diff --git a/debian/watch b/debian/watch deleted file mode 100644 index 2788dba..0000000 --- a/debian/watch +++ /dev/null @@ -1,26 +0,0 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - -# Compulsory line, this is a version 3 file -version=3 - -# Uncomment to examine a Webpage -# -#http://www.example.com/downloads.php python-couchdbkit-(.*)\.tar\.gz -opts=dversionmangle=s/\+dfsg$// \ - http://pypi.python.org/packages/source/c/http-parser/http-parser-(.*).tar.gz -# http://github.com/benoitc/couchdbkit/downloads/ /benoitc/couchdbkit/tarball/([0-9].*) - -# Uncomment to examine a Webserver directory -#http://www.example.com/pub/python-couchdbkit-(.*)\.tar\.gz - -# Uncommment to examine a FTP server -#ftp://ftp.example.com/pub/python-couchdbkit-(.*)\.tar\.gz debian uupdate - -# Uncomment to find new files on sourceforge, for devscripts >= 2.9 -# http://sf.net/python-couchdbkit/python-couchdbkit-(.*)\.tar\.gz - -# Uncomment to find new files on GooglePages -# http://example.googlepages.com/foo.html python-couchdbkit-(.*)\.tar\.gz