Package: freediameter Version: 1.2.1-8 Tags: patch Hi! I'd like to drop the transitional package 'libidn11-dev' as most packages have already moved to use 'libidn-dev' which is in stable.
How about this patch?
/Simon
diff --git a/debian/control b/debian/control
index 335362a..2856eae 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 11),
libsctp-dev,
bison,
flex,
- libidn11-dev,
+ libidn-dev,
libgcrypt20-dev,
libgnutls28-dev,
pkg-config,
@@ -63,7 +63,7 @@ Depends: libfdcore6 (= ${binary:Version}),
libfdproto6 (= ${binary:Version}),
libgnutls28-dev,
libgcrypt20-dev,
- libidn11-dev,
+ libidn-dev,
libsctp-dev,
${misc:Depends}
Description: Library for the Diameter protocol (development files)
signature.asc
Description: PGP signature

