Pārlūkot izejas kodu

Drop transition for old debug package migration.

Changes-By: lintian-brush
Fixes: lintian: debug-symbol-migration-possibly-complete
See-also: https://lintian.debian.org/tags/debug-symbol-migration-possibly-complete.html
Jelmer Vernooij 3 gadi atpakaļ
vecāks
revīzija
e7bcf8cbea
2 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 1 0
      debian/changelog
  2. 1 1
      debian/rules

+ 1 - 0
debian/changelog

@@ -3,6 +3,7 @@ dulwich (0.20.26-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * Bump debhelper from old 12 to 13.
   * Bump debhelper from old 12 to 13.
   * Set upstream metadata fields: Security-Contact.
   * Set upstream metadata fields: Security-Contact.
+  * Drop transition for old debug package migration.
 
 
  -- Jelmer Vernooij <jelmer@debian.org>  Fri, 29 Oct 2021 01:42:53 -0000
  -- Jelmer Vernooij <jelmer@debian.org>  Fri, 29 Oct 2021 01:42:53 -0000
 
 

+ 1 - 1
debian/rules

@@ -20,7 +20,7 @@ override_dh_installdocs:
 	dh_installdocs -ppython3-dulwich docs/tutorial -X.gitignore -XMakefile
 	dh_installdocs -ppython3-dulwich docs/tutorial -X.gitignore -XMakefile
 
 
 override_dh_strip:
 override_dh_strip:
-	dh_strip -p python3-dulwich --dbgsym-migration='python3-dulwich-dbg (<< 0.16.4-1)'
+	dh_strip -p python3-dulwich
 
 
 override_dh_installchangelogs:
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
 	dh_installchangelogs NEWS