summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schlichting <fschlich@zedat.fu-berlin.de>2011-11-15 20:26:25 +0000
committerFlorian Schlichting <fschlich@zedat.fu-berlin.de>2011-11-15 20:26:25 +0000
commit8aa66b51eab5f8d69a916cb16b59f6737b53aecc (patch)
treec17e34173999d9460b1f2ee7a13d81f4cde15153
parentfffa07eb85b702f9edda95096b1b157be22c76b2 (diff)
remove unversioned "perl" from Depends
-rw-r--r--debian/changelog1
-rw-r--r--debian/control3
2 files changed, 1 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 795c740..398046b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
libinline-files-perl (0.68-1) UNRELEASED; urgency=low
TODO:
- - d/control: remove unversioned "perl" from Depends (bug in dh-make-perl)
- question: how about `rm d/<pkg>.docs' and `echo demo/* > d/<pkg>.examples'?
* Initial Release. (Closes: #648770)
diff --git a/debian/control b/debian/control
index d899a91..464bcb1 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,7 @@ Homepage: http://search.cpan.org/dist/Inline-Files/
Package: libinline-files-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- perl
+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