diff options
author | Guilhem Moulin <guilhem@debian.org> | 2021-02-15 00:31:48 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2021-02-22 03:31:12 +0100 |
commit | bcb82f6cb7acf03f736f105799c886f813e4c454 (patch) | |
tree | d97a79b953d5de7172d6b5f44e34f30a9dc1da62 /debian | |
parent | c40254f6baf896b781b7ecdaca175e4028ca9e21 (diff) |
d/control: Remove libtypes-serialiser-perl from lacme's Depends.
See b54d248515357297d84a01cf45a42a6787c21240.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ed39616..3871768 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ lacme (0.8.0-1) UNRELEASED; urgency=medium * Add debian/salsa-ci.yml file. * d/.gitattributes: New file to merge d/changelog with dpkg-mergechangelogs. * Add d/upstream/metadata with Repository and Repository-Browse. + * d/control: Remove libtypes-serialiser-perl from lacme's Depends. -- Guilhem Moulin <guilhem@debian.org> Wed, 09 Dec 2020 20:11:40 +0100 diff --git a/debian/control b/debian/control index 07419a2..590d30d 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,6 @@ Depends: adduser, libjson-perl, libnet-ssleay-perl, libtimedate-perl, - libtypes-serialiser-perl, libwww-perl, openssl, ${misc:Depends}, |