[Pkg-voip-commits] [portaudio19] 52/114: Drop unrequired 01_config.dpatch and dpatch.
Benjamin Drung
bdrung at moszumanska.debian.org
Sun Dec 25 20:05:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
bdrung pushed a commit to branch master
in repository portaudio19.
commit 037be41fb81c3274a7f5bb79f94c7c8da96b01e2
Author: Benjamin Drung <bdrung at debian.org>
Date: Sun Feb 21 17:30:38 2010 +0000
Drop unrequired 01_config.dpatch and dpatch.
---
debian/changelog | 3 ++-
debian/control | 2 +-
debian/patches/00list | 1 -
debian/patches/01_config.dpatch | 30 ------------------------------
debian/rules | 2 --
5 files changed, 3 insertions(+), 35 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index dd4f31c..ae1f6e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ portaudio19 (19+svn20100220-1) UNRELEASED; urgency=low
* New upstream snapshot (Closes: #560111).
* Add myself to Uploaders.
* Refresh get-orig-source rule.
+ * Drop unrequired 01_config.dpatch and dpatch.
- -- Benjamin Drung <bdrung at ubuntu.com> Sat, 20 Feb 2010 14:14:41 +0100
+ -- Benjamin Drung <bdrung at ubuntu.com> Sun, 21 Feb 2010 18:30:04 +0100
portaudio19 (19+svn20071022-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index a04dd23..4e904a4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Kilian Krause <kilian at debian.org>,
Mark Purcell <msp at debian.org>,
Mikael Magnusson <mikma at users.sourceforge.net>,
Benjamin Drung <bdrung at ubuntu.com>
-Build-Depends: debhelper (>= 4.0.0), dpatch, autotools-dev,
+Build-Depends: debhelper (>= 4.0.0), autotools-dev,
libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libjack-dev, doxygen, dpkg-dev (>= 1.13.19)
Standards-Version: 3.7.2
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 50eb438..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-01_config
diff --git a/debian/patches/01_config.dpatch b/debian/patches/01_config.dpatch
deleted file mode 100755
index 9551a21..0000000
--- a/debian/patches/01_config.dpatch
+++ /dev/null
@@ -1,30 +0,0 @@
-#! /bin/sh -e
-## config.dpatch by Ralf Treinen <treinen at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: replace all config.{guess,sub} by the vesion installed in
-## DP: /usr/share/misc
-
-if [ $# -lt 1 ]; then
- echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
- exit 1
-fi
-case "$1" in
- -patch) find . -name config.guess -o -name config.sub \
- | tar cf debian/patched/config.guess+sub.tar -T -;
- find . -name config.guess \
- -exec ln -sf /usr/share/misc/config.guess '{}' \; ;
- find . -name config.sub \
- -exec ln -sf /usr/share/misc/config.sub '{}' \; ;;
-
- -unpatch) tar xf debian/patched/config.guess+sub.tar;;
-
- *)
- echo >&2 \
- "`basename $0`: script expects -patch|-unpatch as argument"
- exit 1;;
-esac
-
-exit 0
-
-# arch-tag: 8a610a57-687b-4395-8ff2-79265c0a4eb3
diff --git a/debian/rules b/debian/rules
index a072b6e..92da177 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-include /usr/share/dpatch/dpatch.make
-
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/portaudio19.git
More information about the Pkg-voip-commits
mailing list