summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2019-11-24 18:28:44 +0100
committergregor herrmann <gregoa@debian.org>2019-11-24 18:28:44 +0100
commit6b04b263b62acdc412f6dfa826391f65a7255223 (patch)
tree6b3879cd43f0224400af825faa8e0f77b4d9c09f
parent28fb39247cccb86e92d389427735758e4bc111b7 (diff)
Reformat debian/control with cme
Gbp-Dch: ignore
-rw-r--r--debian/control7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 7951045..4582394 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
Source: libinline-files-perl
-Section: perl
-Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
+Section: perl
+Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.2
@@ -12,7 +12,8 @@ Homepage: https://metacpan.org/release/Inline-Files
Package: libinline-files-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends}
Description: module to handle multiple virtual files at the end of your code
Inline::Files generalizes the notion of the __DATA__ marker and the
associated <DATA> filehandle, to an arbitrary number of markers and