[SCM] co-operative multithreaded server using Coro branch, master, updated. debian/1.2-3-6-g94f45ee

Xavier Guimard x.guimard at free.fr
Sat Nov 10 14:55:50 UTC 2012


The following commit has been merged in the master branch:
commit 66dba05171be893bcdf7da2d0c3cfd7b6ad8471b
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Nov 10 15:44:52 2012 +0100

    Update debian/rules to modern format

diff --git a/debian/rules b/debian/rules
index 9b70728..abde6ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,27 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perl-makemaker.mk
-
-MAIN_MODULE	= lib/Net/Server/Coro.pm
-
-DEBVERSION = $(shell dpkg-parsechangelog \
-	|grep ^Version|awk '{print $$2}'|sed 's/-.*//' )
-PERLVERSION = $(shell grep '^$$VERSION' $(MAIN_MODULE) \
-	|head -n 1 \
-	|awk '{print $$3}'|sed "s/[';']//g" )
-
-install/libnet-server-coro-perl::
-	test $(DEBVERSION) = $(PERLVERSION)
-
-clean::
-	rm -f Makefile.old	
-	rm -fr .pc
-
-tarball:
-	cd .. && tar \
-		--exclude=debian \
-		--exclude=.git \
-		-czf libnet-server-coro-perl_$(DEBVERSION).orig.tar.gz \
-		libnet-server-coro-perl-$(DEBVERSION)
+%:
+	dh $@
 

-- 
co-operative multithreaded server using Coro



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