[SCM] high performance full-featured event loop branch, master, updated. debian/4.11-2-8-gcf0e6cb

gregor herrmann gregoa at debian.org
Fri Jul 26 16:03:59 UTC 2013


The following commit has been merged in the master branch:
commit fe7d4af4fc6f8d26c4ed81f3da146bb71d0e6e95
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jul 26 17:50:05 2013 +0200

    Switch from cdbs to dh(1).

diff --git a/debian/control b/debian/control
index d2c7b6d..cf5821e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dmitry E. Oboukhov <unera at debian.org>,
  Alessandro Ghedini <ghedo at debian.org>
-Build-Depends: debhelper (>= 9), perl, cdbs, libcommon-sense-perl
+Build-Depends: debhelper (>= 9), perl, libcommon-sense-perl
 Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/EV/
 VCS-Git: git://anonscm.debian.org/pkg-perl/packages/libev-perl.git
diff --git a/debian/rules b/debian/rules
index ce8cf70..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,29 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perl-makemaker.mk
-
-
-export  PERL_MM_USE_DEFAULT=1
-
-MAIN_MODULE	= EV.pm
-
-DEBVERSION = $(shell dpkg-parsechangelog \
-	|grep ^Version|awk '{print $$2}'|sed 's/-.*//' )
-
-PERLVERSION = $(shell grep '^[[:space:]]*our[[:space:]]\+\$$VERSION' \
-	 $(MAIN_MODULE) \
-		|awk '{print $$4}'|sed "s/[';']//g" )
-
-install/libev-perl::
-	@set -e; \
-	if ! test "x$(DEBVERSION)" = "x$(PERLVERSION)"; then \
-		echo "Error: changelog has version $(DEBVERSION) " \
-			"but module has $(PERLVERSION)"; \
-		false; \
-	fi
-
-clean::
-	rm -f Makefile.old	
-	rm -fr .pc
-
+%:
+	dh $@

-- 
high performance full-featured event loop



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