[libhtml-wikiconverter-markdown-perl] 08/08: Fix dpkg-gencontrol warning "unknown substitution variable ${cdbs:Depends}"

Axel Beckert abe at deuxchevaux.org
Wed Mar 12 19:41:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libhtml-wikiconverter-markdown-perl.

commit 2951b6904be7f2494f174c9150751b64082f1031
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Mar 12 20:41:32 2014 +0100

    Fix dpkg-gencontrol warning "unknown substitution variable ${cdbs:Depends}"
---
 debian/changelog | 2 ++
 debian/control   | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 119158f..8ecf85c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -81,6 +81,8 @@ libhtml-wikiconverter-markdown-perl (0.05-1) UNRELEASED; urgency=low
     (old homepage now redirects to a link spammer)
   * Update watch and copyright file to use metacpan.org, too.
   * Bump Standards-Version to 3.9.5 (no further changes)
+  * Fix dpkg-gencontrol warning "unknown substitution variable
+    ${cdbs:Depends}"
 
  -- Jose Luis Rivas <ghostbar at debian.org>  Sat, 26 Sep 2009 22:12:57 -0430
 
diff --git a/debian/control b/debian/control
index 89c8f2e..5b67a45 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-wikic
 
 Package: libhtml-wikiconverter-markdown-perl
 Architecture: all
-Depends: ${cdbs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends},
          ${perl:Depends}
 Suggests: ikiwiki,
           markdown

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-wikiconverter-markdown-perl.git



More information about the Pkg-perl-cvs-commits mailing list