From d0400b86b96fafc119ffbb59bfd3e10d29b6827b Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Sun, 4 Sep 2016 16:58:51 +0200 Subject: [PATCH] Do not Build-Depend on quilt, removed --with quilt from d/rules. --- debian/changelog | 3 ++- debian/control | 3 +-- debian/rules | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 100831b..ab5f273 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,8 @@ tclcurl (7.22.0+hg20160822-1) UNRELEASED; urgency=low * Import a mercurial snapshot based on 475f63137a7e. + Removed alle patches, all appliead upstream, thanks again Steve. - * Bump Standards-Version to 3.9.8 - no changes required. + * Do not Build-Depend on quilt, removed --with quilt from d/rules. + * Bump Standards-Version to 3.9.8 - no changes required. -- Sven Hoexter Sun, 04 Sep 2016 16:52:08 +0200 diff --git a/debian/control b/debian/control index 14fe303..f316bc7 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: tclcurl Section: interpreters Priority: extra Maintainer: Sven Hoexter -Build-Depends: debhelper (>= 9), tcl-dev, libcurl4-gnutls-dev (>= 7.22.0), - quilt, bc +Build-Depends: debhelper (>= 9), tcl-dev, libcurl4-gnutls-dev (>= 7.22.0), bc Homepage: http://mirror.yellow5.com/tclcurl/ Standards-Version: 3.9.8 Vcs-Git: git://git.sven.stormbind.net/git/sven/tclcurl.git diff --git a/debian/rules b/debian/rules index f3638f8..8b07692 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DEB_LDFLAGS_MAINT_PREPEND := -Wl,-z,defs -Wl,--as-needed DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh $@ --with quilt + dh $@ override_dh_auto_configure: dh_auto_configure -- \ -- 2.39.2