[libtheora] 02/03: Drop quilt from build dependencies and dh call.

Petter Reinholdtsen pere at moszumanska.debian.org
Fri May 27 06:41:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository libtheora.

commit 34b151d1801973299c83627c960abb8dc2ea7375
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Fri May 27 08:37:51 2016 +0200

    Drop quilt from build dependencies and dh call.
    
    This is not needed with source format 3.0 (quilt), which handle it
    internally.
---
 debian/control | 1 -
 debian/rules   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 806d879..8c0a000 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,6 @@ Build-Depends: debhelper (>> 9)
  , libvorbis-dev
  , libtool
  , automake
- , quilt
  , dpkg (>= 1.14.8)
  , libpng-dev
  , pkg-config
diff --git a/debian/rules b/debian/rules
index bd4d881..8670c94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ CONFIG_SHELL = /bin/sh
 export CONFIG_SHELL
 
 %:
-	dh $@ --with quilt,autoreconf
+	dh $@ --with autoreconf
 
 # Enable Telemetry debugging information (LP: #627854), see
 # <URL: http://people.xiph.org/~xiphmont/demo/theora/demo2.html >

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xiph/libtheora.git



More information about the pkg-xiph-commits mailing list