[libcatalyst-model-adaptor-perl] 01/02: fix package name in breaks/replaces relation (missed -extra)
Damyan Ivanov
dmn at moszumanska.debian.org
Tue May 27 20:00:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libcatalyst-model-adaptor-perl.
commit 1850e6fa9159337b3672e1a0437c8968168921c7
Author: Damyan Ivanov <dmn at debian.org>
Date: Tue May 27 19:55:47 2014 +0000
fix package name in breaks/replaces relation (missed -extra)
Closes: #749526
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 9fc09fa..0670361 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,8 @@ Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libcatalyst-perl,
libmro-compat-perl
-Replaces: libcatalyst-modules-perl (<< 9~)
-Breaks: libcatalyst-modules-perl (<< 9~)
+Replaces: libcatalyst-modules-extra-perl (<< 9~)
+Breaks: libcatalyst-modules-extra-perl (<< 9~)
Description: glue for Catalyst model modules
The idea is that there's no need for a Catalyst model to be anything other
than a line or two of glue. Using this module ensures that Model classes are
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-model-adaptor-perl.git
More information about the Pkg-perl-cvs-commits
mailing list