diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-08 21:41:08 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-08 21:41:08 +0200 | 
| commit | e087892ca7b47024e3c8eec36903e64d88af9267 (patch) | |
| tree | 9d454f8b5dc46a6cd5a5b2a5bcba32faba0fdda8 | |
| parent | 89e69cb21de4bb93a1899e5e7ba73c5f1c4a09e9 (diff) | |
Add missing perl module to Depends
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/control | 8 | 
2 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2639a64..b2e8148 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,11 @@ gcstar (1.7.1+repack-2) UNRELEASED; urgency=medium    * debian/copyright:      - Use secure URI for the copyright format.      - Add year 2018 for packaging. +  * Add missing perl module to Depends (Closes: #892568, #903298): +    - libdate-calc-perl +    - libgd-graph-perl +    - libgd-text-perl +    - liblocale-codes-perl   -- Jörg Frings-Fürst <debian@jff.email>  Sun, 08 Jul 2018 20:08:17 +0200 diff --git a/debian/control b/debian/control index 3325c15..da71175 100644 --- a/debian/control +++ b/debian/control @@ -7,14 +7,16 @@ Build-Depends-Indep:   libdate-calc-perl,   libdatetime-format-strptime-perl,   libgd-graph-perl, + libgd-text-perl,   libgtk2-perl, + liblocale-codes-perl,   libmp3-info-perl,   libmp3-tag-perl,   libnet-freedb-perl,   libogg-vorbis-header-pureperl-perl,   libwww-perl,   libxml-parser-perl, - libxml-simple-perl, + libxml-simple-perl  Build-Depends:   debhelper (>= 11)  Standards-Version: 4.1.5 @@ -30,7 +32,11 @@ Depends:   fonts-liberation,   libarchive-tar-perl,   libarchive-zip-perl, + libdate-calc-perl, + libgd-graph-perl, + libgd-text-perl,   libgtk2-perl, + liblocale-codes-perl,   libmp3-tag-perl,   libogg-vorbis-header-pureperl-perl,   libwww-perl,  | 
