From 2bd74eb419bb636dd8ea224140bc44f8f64fcc73 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 5 Jul 2016 12:16:25 -0400 Subject: [PATCH] removed libpsl0-dbg; we prefer auto-generated dbgsym packages --- debian/control | 16 ---------------- debian/rules | 6 ------ 2 files changed, 22 deletions(-) diff --git a/debian/control b/debian/control index e5eafec..e82b898 100644 --- a/debian/control +++ b/debian/control @@ -61,19 +61,3 @@ Description: Explore the Public Suffix List . This package contains a commandline tool to explore the Public Suffix List. - -Package: libpsl0-dbg -Section: debug -Priority: extra -Architecture: any -Depends: libpsl0 (= ${binary:Version}), ${misc:Depends} -Multi-Arch: same -Description: Library for the Public Suffix List (debug symbols) - Libpsl allows checking domains against the Public Suffix List. - It can be used to avoid privacy-leaking 'super-cookies', - 'super domain' certificates, for domain highlighting purposes - sorting domain lists by site and more. - . - Please see https://publicsuffix.org for more detailed information. - . - This package contains debug symbols for libpsl. diff --git a/debian/rules b/debian/rules index c396067..3c910eb 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,4 @@ #!/usr/bin/make -f -# -*- makefile -*- - -# Uncomment this to turn on verbose mode. -# export DH_VERBOSE=1 -export DH_OPTIONS += --dbg-package=libpsl0-dbg - %: dh $@ --with autoreconf