From a4bde664498109b1f3831ff71e8360e1e01a7d52 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Fri, 24 Oct 2008 14:00:28 -0400 Subject: [PATCH] Kill DEB_AUTO_UPDATE_DEBIAN_CONTROL in python-pydhcplib svn path=/trunk/packages/python-pydhcplib/; revision=1229 --- debian/changelog | 6 ++++++ debian/control | 4 ++-- debian/control.in | 12 ------------ debian/rules | 1 - 4 files changed, 8 insertions(+), 15 deletions(-) delete mode 100644 debian/control.in diff --git a/debian/changelog b/debian/changelog index 9d25655..3678971 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-pydhcplib (0.3.2-3) unstable; urgency=low + + * Kill DEB_AUTO_UPDATE_DEBIAN_CONTROL + + -- Evan Broder Fri, 24 Oct 2008 13:51:26 -0400 + python-pydhcplib (0.3.2-2) unstable; urgency=low * Standardize on "Invirt project" diff --git a/debian/control b/debian/control index 356e4b7..a5f7bda 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: python-pydhcplib Section: python Priority: extra Maintainer: Invirt project -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27-1), debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-support (>= 0.3.2) -Standards-Version: 3.7.2 +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), quilt, patchutils (>= 0.2.25), python-all-dev (>= 2.3.5-11), python-support (>= 0.3.2) +Standards-Version: 3.8.0 Package: python-pydhcplib Architecture: any diff --git a/debian/control.in b/debian/control.in deleted file mode 100644 index 895e1a8..0000000 --- a/debian/control.in +++ /dev/null @@ -1,12 +0,0 @@ -Source: python-pydhcplib -Section: python -Priority: extra -Maintainer: Invirt project -Build-Depends: @cdbs@ -Standards-Version: 3.7.2 - -Package: python-pydhcplib -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Provides: ${python:Provides} -Description: A pure Python library for handling DHCP packets and requests diff --git a/debian/rules b/debian/rules index 45fd6c0..bcd41d5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,5 @@ #!/usr/bin/make -f -DEB_AUTO_UPDATE_DEBIAN_CONTROL=1 DEB_PYTHON_SYSTEM=pysupport include /usr/share/cdbs/1/rules/debhelper.mk -- 1.7.9.5