From f86b12ae3b795ee81d5c4fceb4217126a8ffda2b Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@debian.org>
Date: Mon, 29 Oct 2018 21:35:19 +0100
Subject: [PATCH] Remove priority from dbg packages

"extra" doesn't exist anymore, but its replacement ("optional") is
superfluous given the source package is already optional. So just drop
it.
---
 debian/control | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/control b/debian/control
index 36b4307..12edce2 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,6 @@ Description: module for manipulating filesystem extended attributes
 
 Package: python-pyxattr-dbg
 Section: debug
-Priority: extra
 Architecture: any
 Depends: python-pyxattr (= ${binary:Version}), python-dbg, ${shlibs:Depends},
  ${misc:Depends}, ${python:Depends}
@@ -53,7 +52,6 @@ Description: module for manipulating filesystem extended attributes (Python3)
 
 Package: python3-pyxattr-dbg
 Section: debug
-Priority: extra
 Architecture: any
 Depends: python3-pyxattr (= ${binary:Version}), python3-dbg,
  ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
-- 
2.39.5