[SCM] Mojolicious::Plugin::BasicAuth branch, master, updated. debian/0.06-1-10-g0f635f1
gregor herrmann
gregoa at debian.org
Sat Jun 22 15:42:04 UTC 2013
The following commit has been merged in the master branch:
commit f72ae9f780bdbe9f5619e12799711f3b986db8bb
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jun 22 17:31:58 2013 +0200
Switch from cdbs to dh(1).
diff --git a/debian/control b/debian/control
index c7fc16f..0ebefda 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Homepage: http://search.cpan.org/dist/Mojolicious-Plugin-BasicAuth
Uploaders: Dmitry E. Oboukhov <unera at debian.org>,
gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 8), cdbs, libmojolicious-perl (>= 1.40)
+Build-Depends: debhelper (>= 8), libmojolicious-perl (>= 1.40)
Standards-Version: 3.9.2
Priority: extra
VCS-Git: git://git.debian.org/pkg-perl/packages/libmojolicious-plugin-basicauth-perl.git
diff --git a/debian/rules b/debian/rules
index 75fdc89..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,22 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perl-makemaker.mk
-
-MAIN_MODULE = lib/Mojolicious/Plugin/BasicAuth.pm
-
-DEBVERSION = $(shell dpkg-parsechangelog \
- |grep ^Version|awk '{print $$2}'|sed 's/-.*//' )
-PERVERSION = $(shell grep '^our[[:space:]]\+\$$VERSION' $(MAIN_MODULE) \
- |awk '{print $$4}'|sed "s/[';']//g" )
-
-install/libmojolicious-plugin-basicauth-perl::
- @set -e; \
- if ! test "x$(DEBVERSION)" = "x$(PERVERSION)"; then \
- echo "Error: changelog has version $(DEBVERSION) " \
- "but module has $(PERVERSION)"; \
- false; \
- fi
-
-clean::
- rm -f Makefile.old
+%:
+ dh $@
--
Mojolicious::Plugin::BasicAuth
More information about the Pkg-perl-cvs-commits
mailing list